forked from react-auth-kit/react-auth-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (29 loc) · 909 Bytes
/
mkdocs.yml
File metadata and controls
33 lines (29 loc) · 909 Bytes
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
site_name: React Auth Kit
site_description: Authentication Library for React Js for Token Based Auth using Json Web Token(JWT)
site_author: Arkadip Bhattacharya
site_url: https://authkit.arkadip.me
repo_url: https://github.com/react-auth-kit/react-auth-kit
repo_name: react-auth-kit/react-auth-kit
theme:
name: 'material'
custom_dir: docs/docs_overrides/
icon:
repo: fontawesome/brands/github
logo: img/logo.svg
favicon: img/favicon.png
nav:
- Introduction: 'index.md'
- Installation: 'installation.md'
- Usage: 'usage.md'
- Sign In: 'signin.md'
- Private Route: 'privateroute.md'
- Sign Out: 'signout.md'
- Auth User Data: 'authdata.md'
- Auth Header: 'authheader.md'
- Check Authentication: 'checkauth.md'
- Refresh Token: 'refreshtoken.md'
- Contributing: 'contributing.md'
markdown_extensions:
- pymdownx.inlinehilite
- pymdownx.tabbed
- pymdownx.superfences