-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
98 lines (86 loc) · 1.99 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
site_name: Fastack
repo_url: https://github.com/fastack-dev/fastack
repo_name: fastack-dev/fastack
edit_uri: edit/main/docs/
copyright: Copyright © 2021 Aprila Hijriyan
plugins:
- search
- git-revision-date
- git-revision-date-localized:
type: datetime
fallback_to_build_date: true
- mkdocstrings:
watch:
- fastack/
- include_dir_to_nav
theme:
name: material
language: en
features:
- navigation.indexes
- navigation.tracking
# - toc.integrate
- content.code.annotate
icon:
repo: fontawesome/brands/github
font:
text: Open Sans
palette:
- scheme: default
primary: deep purple
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: teal
toggle:
icon: material/weather-sunny
name: Switch to light mode
extra:
social:
- icon: fontawesome/brands/facebook
link: https://facebook.com/apriladev
- icon: fontawesome/brands/twitter
link: https://twitter.com/apriladev
- icon: fontawesome/brands/medium
link: https://apriladev.medium.com
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/apriladev/
alternate:
- name: English
link: /
lang: en
# - name: Indonesia
# link: /id/
# lang: id
markdown_extensions:
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.magiclink
- pymdownx.tasklist:
custom_checkbox: true
- attr_list
- md_in_html
nav:
- Home: index.md
- installation.md
- Getting Started:
- tutorial/introduction.md
- tutorial/controller.md
- tutorial/middleware.md
- tutorial/globalvariables.md
- tutorial/cli.md
- tutorial/plugins.md
- deployment.md
- plugins.md
- contributing.md
- "API Reference": api