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
56 lines (49 loc) · 1.4 KB
/
mkdocs.yml
File metadata and controls
56 lines (49 loc) · 1.4 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
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
copyright: Copyright © 2020 - 2021 React Auth Kit
theme:
name: 'material'
custom_dir: docs/docs_overrides/
icon:
repo: fontawesome/brands/github
logo: img/logo.svg
favicon: img/favicon.png
palette:
scheme: default
primary: blue
nav:
- Introduction: 'index.md'
- Installation: 'installation.md'
- Integrate in your project: 'integration.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'
extra:
analytics:
provider: google
property: G-G1WZBFV5R2
version:
provider: mike
extra_javascript:
- https://media.ethicalads.io/media/client/ethicalads.min.js
markdown_extensions:
- admonition
- tables
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.tabbed
- pymdownx.superfences
- toc:
permalink: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg