-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
73 lines (66 loc) · 1.35 KB
/
mkdocs.yml
File metadata and controls
73 lines (66 loc) · 1.35 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
62
63
64
65
66
67
68
69
70
71
72
73
# Project information
site_name: Ayaka 猫猫,猫猫 😸
site_url: https://bridgel.github.io/ayaka/
# Repository
repo_name: ayaka
repo_url: https://github.com/bridgeL/ayaka/
# Copyright
copyright: Copyright © 2023 - 2023 bridgeL
# dir setting
docs_dir: website
site_dir: docs
# Configuration
theme:
name: material
palette:
primary: teal
accent: deep orange
features:
- content.code.copy
- content.tabs.link
- navigation.tabs
- navigation.indexes
- navigation.sections
- navigation.tracking
- navigation.top
- navigation.footer
- toc.integrate
- search.highlight
- search.suggest
hide:
- toc
nav:
- 主页: index.md
- 快速开始: quickstart.md
- 深入:
- 局限: dev/disable.md
- 插件: dev/plugin.md
- 回调: dev/on.md
- 属性: dev/property.md
- 缓存: dev/cache.md
- 配置: dev/config.md
- 数据库: dev/database.md
- 超时: dev/overtime.md
- 脚本测试: dev/test.md
- 更多示例:
- 示例插件: example/example.md
- 碰撞域: example/collision.md
- 数据缓存: example/cache.md
- 更新记录: change-log.md
markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
title: 本页索引
permalink: true
plugins:
- search:
lang:
- en
- ja
separator: '[\s\-\.]+'
extra_javascript:
- js/demo.js
extra_css:
- css/demo.css