forked from nbcli/nbcli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
51 lines (45 loc) · 1.08 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
site_name: "nbcli: NetBox Command-Line Client"
site_author: Eric Geldmacher
repo_name: ericgeldmacher/nbcli
repo_url: https://github.com/ericgeldmacher/nbcli
edit_uri: ""
nav:
- Home: index.md
- Get Started: quick-start.md
- Commands:
- init: commands/init.md
- info: commands/info.md
- search: commands/search.md
- filter: commands/filter.md
- create: commands/create.md
- shell: commands/shell.md
- Extend:
- Views: extend/views.md
- Command: extend/commands.md
- Reference:
- Environment Variables: reference/envars.md
- Create Examples: reference/create-examples.md
- nbprint(): reference/nbprint.md
- Testing: test-env.md
theme:
name: material
logo: images/nbcli.svg
favicon: images/nbcli.svg
features:
- announce.dismiss
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.top
- search.suggest
- toc.integrate
custom_dir: 'overrides/'
extra:
version:
provider: mike
plugins:
- search
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences