-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yaml
112 lines (112 loc) · 3.45 KB
/
mkdocs.yaml
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
nav:
- index.md
- The Legal stuff you agree too: eula.md
- Report a Security Issue: report-security-issues.md
- Domains:
- domains/index.md
- Top Level Domains: domains/top-level-domains.md
- Sub Domains: domains/sub-domains.md
- API Endpoints:
- api-endpoints/index.md
- Content: api-endpoints/content.md
- Analytics: api-endpoints/analytics.md
- Feeds: api-endpoints/feeds.md
- Moderation: api-endpoints/moderation.md
- Messaging: api-endpoints/messaging.md
- Person: api-endpoints/person.md
- Relationships: api-endpoints/relationships.md
- Search: api-endpoints/search.md
- Core: api-endpoints/core.md
- Spotify: api-endpoints/spotify.md
- Github Repo: github/bereal.md
- Contributing: contributing.md
## Config ##
repo_name: BeReal API Documentation
repo_url: https://github.com/userbradley/BeReal
edit_uri: edit/dev/docs/
site_name: "BeReal API Documentation"
site_description: BeReal API Documentation
site_url: "https://userbradley.github.io/BeReal"
#extra_css:
# - stylesheets/custom.css # Custom header color
theme:
name: material
# favicon: favicon.ico
# logo: favicon.png
icon:
repo: fontawesome/brands/github-alt
admonition:
note: octicons/tag-16
abstract: octicons/checklist-16
info: octicons/info-16
# tip: octicons/squirrel-16
success: octicons/check-16
question: octicons/question-16
warning: octicons/alert-16
failure: octicons/x-circle-16
danger: octicons/zap-16
bug: octicons/bug-16
example: octicons/beaker-16
quote: octicons/quote-16
palette:
- scheme: default
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
features:
- navigation.instant # IDK
- navigation.tracking #Anchor links
- navigation.top # back to top of page
- navigation.indexes # Allows index.md pages
#- !ENV [nav, ""]#navigation.expand #Exapnds the navigation in the UI, disabled by default, but enabled in dev
- content.code.annotate
- content.code.copy
- content.tabs.link
- search.share
# - search.highlight
markdown_extensions:
- admonition
- pymdownx.details
- attr_list
- md_in_html
- md_in_html
- footnotes
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true # Pretty check lists
- tables
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.snippets
- abbr
- footnotes
- pymdownx.superfences: # https://mermaid.js.org/syntax/flowchart.html and https://squidfunk.github.io/mkdocs-material/reference/diagrams/#configuration
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
plugins:
- search
- social
#- offline
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/userbradley
consent:
title: End User Acceptance
description: >-
By accessing this site you agree to the storing of cookies, and agree to the sites End User License Agreement
generator: true # I am sorry I will enable it later