-
-
Notifications
You must be signed in to change notification settings - Fork 135
/
mkdocs.yml
74 lines (73 loc) · 2.7 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
site_name: Ásbrú Connection Manager - Docs
docs_dir: doc
site_dir: out
site_url: https://docs.asbru-cm.net
site_author: Ásbrú Connection Manager
site_description: Ásbrú Connection Manager user and developer documentation
repo_url: https://github.com/asbru-cm/asbru-cm
edit_uri: edit/master/doc
repo_name: GitHub
theme:
name: material
palette:
primary: deep purple
accent: pink
extra_css:
- stylesheets/custom.css
nav:
- Home: 'index.md'
- 1. General:
- News: General/News.md
- Installation: General/Installation.md
- Upgrade: General/Upgrade.md
- Changelog: General/Changelog.md
- Warning: General/sensitive-info-notice.md
- 2. User's Manual:
- Quick Start: Manual/QuickStart.md
- Preferences:
- General: Manual/Preferences/Preferences.md
- Main Options:
- Behaviour: Manual/Preferences/MainOptions.md
- Look&Feel: Manual/Preferences/LookAndFeel.md
- Advanced: Manual/Preferences/MOAdvanced.md
- Terminal Options:
- Behaviour: Manual/Preferences/TermOptions.md
- Look&Feel: Manual/Preferences/TermLookAndFeel.md
- Advanced: Manual/Preferences/TermAdvanced.md
- Shell Options: Manual/Preferences/ShellOptions.md
- Networking: Manual/Preferences/Networking.md
- Global Variables: Manual/Preferences/GlobalVariables.md
- Local Commands: Manual/Preferences/LocalCommands.md
- Remote Commands: Manual/Preferences/RemoteCommands.md
- KeePass: Manual/Preferences/KeePassXC.md
- KeyBindings: Manual/Preferences/KeyBindings.md
- Systemtray Extensions: Manual/Preferences/SytemTrayExtensions.md
- Command Line: Manual/CommandLine.md
- Connections:
- Configure: Manual/Connections/SSH.md
- Methods:
- SSH: Manual/Connections/SSH_Terminal.md
- RDP: Manual/Connections/RDP.md
- References:
- Substitution: Manual/Substitutions.md
- 3. Contributed Articles:
- Clusters: Managing/Clusters.md
- Templates: Managing/Templates.md
- Expect: Managing/Expect.md
- Jump Server: Managing/JumpServer.md
- Incognito Browser: Managing/IncognitoBrowser.md
- Redistributing: General/Redistribution.md
- AppImage Packaging: General/AppImagePackaging.md
- 4. Contributing:
- Contributing: Contributing/index.md
- Coding standards: Contributing/CODING_STANDARD.md
- Code of conduct: Contributing/CODE_OF_CONDUCT.md
- Financially: Contributing/Financial_Contribution.md
markdown_extensions:
- admonition
- attr_list
- toc:
permalink: true
toc_depth: 6
- codehilite:
guess_lang: false