-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzensical.toml
More file actions
61 lines (57 loc) · 1.68 KB
/
zensical.toml
File metadata and controls
61 lines (57 loc) · 1.68 KB
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
[project]
site_name = "CSCT Cloud"
site_url = "https://csctcloud.github.io/"
nav = [
{ "Introduction" = "index.md" },
{ "Getting started" = [
{ "Generating SSH keys" = "getting-started/generate-keys.md" },
{ "Installing Azure CLI" = "getting-started/install-azure-cli.md" },
{ "Copying keys to the server" = "getting-started/copy-keys.md" },
] },
{ "Connecting" = [
{ "Connect with the terminal" = "connecting/terminal.md" },
{ "Setup Visual Studio Code" = "connecting/vscode.md" },
] },
{ "MySQL" = [
{ "MySQL login details" = "mysql/login.md" },
{ "Using the MySQL shell" = "mysql/cli.md" },
{ "MySQL with a graphical interface" = "mysql/gui.md" },
] },
{ "Troubleshooting" = [
{ "Connection issues" = "troubleshooting/connecting.md" },
{ "Azure CLI" = "troubleshooting/azure-cli.md" },
] },
{ "Additional" = [
{ "Terminal programs" = "additional/terminals.md" },
{ "Port forwarding" = "additional/port-forwarding.md" },
{ "SSH configuration files" = "additional/ssh-config.md" },
{ "Installing OpenSSH" = "additional/install-openssh.md" },
] },
]
[project.theme]
favicon = "assets/favicon.ico"
language = "en"
features = [
"content.code.copy",
"content.footnote.tooltips",
"content.tabs.link",
"header.autohide",
"navigation.footer",
"navigation.sections",
"navigation.tabs",
"navigation.tracking",
"search.highlight",
"toc.follow",
]
[[project.theme.palette]]
scheme = "default"
primary = "teal"
accent = "teal"
toggle.icon = "lucide/moon"
toggle.name = "Switch to dark mode"
[[project.theme.palette]]
scheme = "slate"
primary = "teal"
accent = "teal"
toggle.icon = "lucide/sun"
toggle.name = "Switch to light mode"