-
Notifications
You must be signed in to change notification settings - Fork 26
/
mkdocs.yml
75 lines (70 loc) · 1.73 KB
/
mkdocs.yml
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
site_name: firebase
theme:
name: material
logo: logo.png
favicon: logo.png
palette:
scheme: slate
primary: blue
accent: orange
font:
text: Raleway
code: JetBrains Mono
features:
- navigation.sections
- toc.integrate
- search.suggest
repo_url: https://github.com/JohnCoene/firebase
repo_name: Github
site_description: Google Firebase for the shiny framework.
site_author: John Coene
copyright: Copyright © 2023 John Coene
google_analytics:
- UA-74544116-1
- auto
markdown_extensions:
- admonition
- meta
- smarty
- pymdownx.highlight:
linenums: false
use_pygments: true
pygments_style: native
noclasses: true
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.inlinehilite
- attr_list
- toc:
permalink: True
separator: "-"
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- Home: index.md
- Get Started:
- Project Setup: guide/get-started.md
- Config: guide/config.md
- Storage:
- Usage: storage.md
- Database:
- Usage: real-time.md
- Analytics:
- Usage: analytics.md
- Authentication:
- Prebuilt UI: auth/ui.md
- Social Login: auth/social.md
- Email & Password: auth/email-password.md
- Email Link: auth/email-link.md
- OAuth Providers: auth/oauth-providers.md
- Phone: auth/phone.md
- Manage Users: auth/manage.md
- State Persistence: auth/state-persistence.md
- Auth Flow: auth/flow.md
- Demo Code: auth/demo.md
- Misc:
- Changelog: misc/changelog.md
- License: misc/license.md
- Code of Conduct: misc/coc.md