-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
107 lines (99 loc) · 2.9 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
site_name: ubilo Judger
site_author: ubilo Platform
site_description: Judger of ubilo Platform, a lightweight and customizable judger for online judge systems.
site_url: https://docs.ubilo.space/judger
repo_name: ubilo-platform/judger
repo_url: https://github.com/ubilo-platform/judger
use_directory_urls: false
copyright: Copyright © 2024 ubilo Platform and Melike Vurucu (melikechan)
extra_css:
- stylesheets/custom.css
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
accent: custom
toggle:
icon: "material/toggle-switch-off-outline"
title: "Switch to Dark Mode"
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: "material/toggle-switch"
title: "Switch to Light Mode"
icon:
repo: "material/github"
features:
- navigation.tabs
- navigation.expand
- navigation.top
- navigation.prune
- content.code.copy
- content.code.select
logo: ubilo.svg
favicon: ubilo.svg
font:
text: "Kulim Park"
code: "Fira Code"
plugins:
- include-markdown
- search
- git-revision-date-localized:
locale: en
enabled: !ENV [MKDOCS_ENABLE_GIT_REVISION_DATE, false]
enable_creation_date: True
- mkdocs-simple-hooks:
hooks:
on_env: hook:on_env
- mkdoxy:
projects:
judger:
src-dirs: "src include"
full-doc: True
doxy-cfg:
FILE_PATTERNS: "*.h *.hpp *.c *.cpp"
RECURSIVE: True
EXTRACT_PRIVATE: True
EXTRACT_STATIC: True
EXTRACT_LOCAL_CLASSES: True
EXTRACT_LOCAL_METHODS: True
markdown_extensions:
- toc:
permalink: True
- pymdownx.highlight
- pymdownx.details
- pymdownx.tasklist
- pymdownx.emoji
- admonition
- pymdownx.superfences
- markdown.extensions.md_in_html
- def_list
nav:
- Home: index.md
- Supported Languages: supported_langs.md
- Getting Started:
- Installation: getting_started/installation.md
- Usage: getting_started/usage.md
- Configuration:
- Sandbox Settings: configuration/sandbox_settings.md
- Language Settings: configuration/language_settings.md
- Judger Documentation:
- judger/index.md
- Links: judger/links.md
- Classes:
- Class List: judger/annotated.md
- Class Index: judger/classes.md
- Class Hierarchy: judger/hierarchy.md
- Class Members: judger/class_members.md
- Class Member Functions: judger/class_member_functions.md
- Class Member Variables: judger/class_member_variables.md
- Namespaces:
- Namespace List: judger/namespaces.md
- Namespace Members: judger/namespace_members.md
- Functions: judger/functions.md
- Variables: judger/variables.md
- Files: judger/files.md