This repository has been archived by the owner on Feb 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
103 lines (95 loc) · 2.39 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
#file: noinspection YAMLSchemaValidation
site_name: BridGeo
site_url: https://bridgeo.cdms.vip/
site_author: Cdm2883
repo_name: Cdm2883/brid-geo
repo_url: https://github.com/Cdm2883/brid-geo
copyright: Copyright © 2024 - 2024 Cdm2883
nav:
- 首页: index.md
- 用户指南:
- 快速开始: usage/quick-start.md
- 插件开发:
- 前端插件开发:
- 快速开始: develop/quick-start.md
- 后端插件开发:
- 快速开始: develop/quick-start.md
- WebSocket:
- 快速开始: develop/quick-start.md
- 开源贡献:
- 快速开始: develop/quick-start.md
theme:
name: material
language: zh
favicon: assets/img/logo.png
logo: assets/img/logo.png
palette:
- scheme: mk-ore
primary: green
accent: green
toggle:
icon: material/brightness-7
name: Switch to OreUI
- scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Switch to Material2
font:
text: Roboto
code: Source Code Pro
features:
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
- navigation.path
- navigation.indexes
- navigation.top
- navigation.footer
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.code.select
- content.code.annotate
plugins:
- search
markdown_extensions:
- admonition
- md_in_html
- def_list
- attr_list
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- toc:
permalink: true
permalink_title: 获取此部分的链接
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra_css:
- assets/css/mk-ore/main.css
extra:
social:
- icon: material/email
link: mailto:[email protected]