-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
49 lines (43 loc) · 1.25 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
site_name: SnipKit Documentation
site_url: https://lyrahgames.github.io/snipkit
site_author: lemoony
site_description: >-
SnipKit helps you to execute scripts saved in your favorite snippets manager without even leaving the terminal.
repo_name: lemoony/snipkit
repo_url: https://github.com/lemoony/snipkit
copyright: Copyright © 2023 lemoony
theme:
name: material
language: en
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
extra:
version:
provider: mike
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- md_in_html
nav:
- Home: 'index.md'
- Getting started:
- Overview: 'getting-started/overview.md'
- Parameters: 'getting-started/parameters.md'
- Power Setup: 'getting-started/power-setup.md'
- Fzf: 'getting-started/fzf.md'
- Configuration:
- Overview: 'configuration/overview.md'
- Themes: 'configuration/themes.md'
- Managers:
- Overview: 'managers/overview.md'
- File System Library: 'managers/fslibrary.md'
- GitHub Gist: 'managers/githubgist.md'
- SnippetsLab: 'managers/snippetslab.md'
- Snip: 'managers/pictarinesnip.md'
- Pet: 'managers/pet.md'