-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathzensical.toml
More file actions
51 lines (48 loc) · 1.78 KB
/
Copy pathzensical.toml
File metadata and controls
51 lines (48 loc) · 1.78 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
[project]
site_name = "HEP Training Developer Documentation"
nav = [
{"Presentation" = "index.md"},
{"Dictionnary" = "dictionnary.md"},
{"Get started" = [
{"Setup with Rails" = "Get-started/setup-rails.md"},
{"Setup with Docker" = "Get-started/setup-docker.md"},
{"Contribute to the project" = "Get-started/contribute.md"}
]},
{"Project structure" = [
{"Ruby On Rails" = "Project-structure/ror-architecture.md"},
{"Docker files" = "Project-structure/docker-config.md"},
{"Database" = "Project-structure/database.md"},
{"Frontend" = "Project-structure/frontend.md"},
{"Solr" = "Project-structure/solr.md"},
{"Redis" = "Project-structure/redis.md"},
{"JSON API" = "Project-structure/api.md"}
]},
{"Configuration" = [
{"Configuration on TeSS" = "Customization/custom-index.md"},
{"Customize styles" = "Customization/custom-styles.md"},
{"Customize texts" = "Customization/custom-texts.md"},
{"Enable features" = [
{"What is a feature?" = "Customization/Features/whatsfeature.md"},
{"List of features" = "Customization/Features/list-features.md"}
]}
]},
{"Best practices" = [
{"Pull requests" = "Best-practices/pull-requests.md"},
{"Commit messages" = "Best-practices/commits.md"},
{"RDoc Conventions" = "Best-practices/code.md"},
{"Using AI" = "Best-practices/ai.md"}
]},
{"Deploying HEP Training" = "deploy-app.md"}
]
[[project.theme.palette]]
scheme = "slate"
toggle.icon = "lucide/moon"
toggle.name = "Switch to light mode"
[[project.theme.palette]]
scheme = "default"
toggle.icon = "lucide/sun"
toggle.name = "Switch to dark mode"
[project.markdown_extensions.admonition]
[project.markdown_extensions.pymdownx.details]
[project.markdown_extensions.pymdownx.superfences]
[project.markdown_extensions.attr_list]