|
| 1 | +[project] |
| 2 | +site_name = "-{{ REPO_NAME }}-" |
| 3 | +repo_name = "-{{ REPO_OWNER }}-/-{{ REPO_NAME }}-" |
| 4 | +repo_url = "https://github.com/-{{ REPO_OWNER }}-/-{{ REPO_NAME }}-" |
| 5 | + |
| 6 | +[project.theme] |
| 7 | +variant = "classic" |
| 8 | +language = "en" |
| 9 | +logo = "Assets/icon.png" |
| 10 | +favicon = "Assets/icon.png" |
| 11 | +features = [ |
| 12 | + "navigation.instant", |
| 13 | + "navigation.instant.progress", |
| 14 | + "navigation.indexes", |
| 15 | + "navigation.top", |
| 16 | + "navigation.tracking", |
| 17 | + "navigation.expand", |
| 18 | + "search.suggest", |
| 19 | + "search.highlight", |
| 20 | + "content.code.copy" |
| 21 | +] |
| 22 | + |
| 23 | +[[project.theme.palette]] |
| 24 | +media = "(prefers-color-scheme)" |
| 25 | +toggle.icon = "lucide/sun-moon" |
| 26 | +toggle.name = "Switch to dark mode" |
| 27 | + |
| 28 | +[[project.theme.palette]] |
| 29 | +media = "(prefers-color-scheme: dark)" |
| 30 | +scheme = "slate" |
| 31 | +primary = "black" |
| 32 | +accent = "green" |
| 33 | +toggle.icon = "lucide/moon" |
| 34 | +toggle.name = "Switch to light mode" |
| 35 | + |
| 36 | +[[project.theme.palette]] |
| 37 | +media = "(prefers-color-scheme: light)" |
| 38 | +scheme = "default" |
| 39 | +primary = "indigo" |
| 40 | +accent = "green" |
| 41 | +toggle.icon = "lucide/sun" |
| 42 | +toggle.name = "Switch to system preference" |
| 43 | + |
| 44 | +[project.theme.icon] |
| 45 | +repo = "fontawesome/brands/github" |
| 46 | + |
| 47 | +[project.markdown_extensions.toc] |
| 48 | +permalink = true |
| 49 | + |
| 50 | +[project.markdown_extensions.attr_list] |
| 51 | +[project.markdown_extensions.admonition] |
| 52 | +[project.markdown_extensions.md_in_html] |
| 53 | +[project.markdown_extensions.pymdownx.details] |
| 54 | +[project.markdown_extensions.pymdownx.superfences] |
| 55 | + |
| 56 | +[[project.extra.social]] |
| 57 | +icon = "fontawesome/brands/discord" |
| 58 | +link = "https://discord.gg/jedJWCPAhD" |
| 59 | +name = "-{{ REPO_OWNER }}- on Discord" |
| 60 | + |
| 61 | +[[project.extra.social]] |
| 62 | +icon = "fontawesome/brands/github" |
| 63 | +link = "https://github.com/-{{ REPO_OWNER }}-/" |
| 64 | +name = "-{{ REPO_OWNER }}- on GitHub" |
| 65 | + |
| 66 | +[project.extra.consent] |
| 67 | +title = "Cookie consent" |
| 68 | +description = "We use cookies to recognize your repeated visits and preferences, as well as to measure the effectiveness of our documentation and whether users find what they're searching for. With your consent, you're helping us to make our documentation better." |
| 69 | +actions = ["accept", "reject"] |
0 commit comments