forked from UnscriptedVN/candella
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
39 lines (33 loc) · 839 Bytes
/
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
site_name: Candella Documentation
site_author: Marquis Kurt
site_description: "Candella is a fork of the AliceOS framework for Ren'Py."
docs_dir: docs/
edit_uri: ""
repo_name: "UnscriptedVN/candella"
repo_url: "https://github.com/UnscriptedVN/candella"
copyright: "Copyright © 2021-2022 Unscripted VN Team."
theme:
name: null
custom_dir: "vanilla/"
include_search_page: true
highlightjs: true
hljs_languages:
- python
- json
extra:
navbar:
- name: Download
link: "https://marquiskurt.itch.io/candella"
- name: "GitHub"
link: "https://github.com/UnscriptedVN/candella"
- name: "AppDB"
link: "https://appdb.unscriptedvn.dev"
version:
provider: mike
plugins:
- search
- mike:
version_selector: false
markdown_extensions:
- markdown.extensions.admonition
- meta