-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathmkdocs.yml
54 lines (47 loc) · 1.26 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
site_name: CodeIgniter Shield OAuth
site_description: Documentation for Shield OAuth
theme:
name: material
icon:
repo: fontawesome/brands/github
font:
text: Raleway
palette:
primary: red
accent: red
features:
- navigation.sections
- content.code.copy
- navigation.footer
- search.suggest
- search.highlight
- content.action.edit
extra:
homepage: https://codeigniter4.ir
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/datamweb/shield-oauth
name: GitHub
repo_url: https://github.com/datamweb/shield-oauth
edit_uri: edit/develop/docs/
copyright: Copyright © 2022-2023 Pooya Parsa Dadashi.
plugins:
- search
- git-revision-date-localized:
enable_creation_date: true
markdown_extensions:
- pymdownx.superfences
- pymdownx.highlight:
use_pygments: true
extra_css:
- https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/styles/github.min.css
extra_javascript:
- https://cdn.jsdelivr.net/gh/highlightjs/[email protected]/build/highlight.min.js
nav:
- Home: index.md
- Links:
- Installation Guide: install.md
- How To Get Keys: get_keys.md
- How to add other services: add_other_oauth.md
- Quick Start: quickstart.md