1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-31 11:52:12 +02:00

[Documentation] Move all wiki pages into the repo and make it pretty (#2494)

This commit is contained in:
Bocki
2022-03-22 21:33:29 +01:00
committed by GitHub
parent 16470e8119
commit 76f5de3d0f
53 changed files with 4215 additions and 0 deletions

32
docs/config.json Normal file
View File

@@ -0,0 +1,32 @@
{
"title": "RSS-Bridge",
"tagline": "The RSS feed for websites missing it",
"author": "RSS-Bridge Contributors",
"image": "./images/rssbridgelogo.png",
"ignore": {
"files": ["Work_In_Progress.md", "readme.md"],
"folders": ["99_Theme"]
},
"live": {
"clean_urls": true
},
"html": {
"theme": "daux-blue",
"breadcrumbs": true,
"breadcrumb_separator": "Chevrons",
"toggle_code": true,
"date_modified": true,
"inherit_index": true,
"repo": "RSS-Bridge/rss-bridge",
"edit_on_github": "RSS-Bridge/rss-bridge/tree/master/docs",
"google_analytics": false,
"plausible_domain": false,
"links": {
"GitHub Repository": "https://github.com/RSS-Bridge/rss-bridge",
"Help/Support/Bugs": "https://github.com/RSS-Bridge/rss-bridge/issues",
"Docker Images": "https://github.com/RSS-Bridge/rss-bridge/pkgs/container/rss-bridge"
},
"powered_by": "Powered by Daux.io"
}
}