-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmkdocs.yml
65 lines (64 loc) · 1.69 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
site_name: Minicli
theme:
name: material
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: purple
accent: purple
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: purple
accent: purple
icon:
logo: material/console
repo: fontawesome/brands/git-alt
features:
- navigation.sections
- toc.integrate
repo_name: minicli/minicli
repo_url: https://github.com/minicli/minicli
markdown_extensions:
- admonition
- tables
- pymdownx.highlight:
anchor_linenums: true
auto_title: true
linenums: true
- pymdownx.superfences
- pymdownx.snippets
- toc:
permalink: true
nav:
- index.md
- 'Getting Started':
- getting_started/creating-apps.md
- getting_started/using-as-dependency.md
- getting_started/using-docker.md
- 'Minicli Commands':
- getting_started/creating-controllers.md
- sharing_commands/sharing-minicli-commands.md
- the_ecosystem/commands.md
- 'Input and Output':
- input/input-arguments.md
- input/user-input.md
- output/printing-output.md
- output/using-themes.md
- 'Advanced Usage':
- advanced/creating-services.md
- advanced/config.md
- advanced/logging.md
- advanced/composer-bin.md
- advanced/github-action.md
- advanced/minicli-runtimes.md
- 'Minicli Ecosystem':
- the_ecosystem/curly.md
- the_ecosystem/stencil.md
- the_ecosystem/minicache.md
- 'Tutorials':
- tutorials_and_demos/building-a-simple-minicli-app-with-pokemon-api.md
- tutorials_and_demos/demos.md