-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
77 lines (71 loc) · 1.88 KB
/
Copy pathmkdocs.yml
File metadata and controls
77 lines (71 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
site_name: Webhook Feeds
site_description: A simple RESTful API to create and get feeds
site_author: MarcLandis
site_url: https://marclandis.github.io/WebhookFeeds
copyright: Copyright © 2025 MarcLandis
docs_dir: docs
repo_name: marclandis/webhookfeeds
repo_url: https://github.com/marclandis/webhookfeeds
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/marclandis/webhookfeeds
- icon: fontawesome/brands/docker
link: https://hub.docker.com/r/marclandis/webhookfeeds
theme:
name: material
font:
text: Roboto
code: Roboto Mono
logo: assets/logo.png
favicon: assets/favicon.ico
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
features:
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.sections
- navigation.top
- content.code.copy
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- attr_list
- md_in_html
nav:
- Home: index.md
- Deployment: deploy.md
- Usage:
- Add a feed: add_feed.md
- Add feed items: add_feeditems.md
- Get the news feed: feed_renderer.md
- Proxies:
- What is a proxy: what_is_proxy.md
- Diun: diun.md
- Templates: templates.md
- License: license.md