-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
64 lines (58 loc) · 1.7 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
# Project Information
site_name: 'Animius Documentation'
site_description: 'A Documentation of Animius'
site_author: 'gundamMC'
site_url: 'https://gundammc.github.io/animius'
# Copyright
copyright: 'Copyright © 2019 gundamMC'
# Navigation
nav:
- Home: 'index.md'
- Quick Start:
- Overview: 'quick start/overview.md'
- Python Library: 'quick start/python.md'
- Commands: 'quick start/commands.md'
- Python API:
- am: 'python/am.md'
- am.Chatbot: 'python/am.Chatbot.md'
- am.IntentNER: 'python/am.IntentNER.md'
- am.SpeakerVerification: 'python/am.SpeakerVerification.md'
- am.Utils: 'python/am.Utils.md'
- Commands:
- Overview: 'commands/overview.md'
- Waifu: 'commands/waifu.md'
- Model: 'commands/model.md'
- Model Config: 'commands/model config.md'
- Data: 'commands/data.md'
- Embedding: 'commands/embedding.md'
- Server: 'commands/server.md'
- Console: 'commands/console.md'
- File Structure:
- Overview: 'file_structure/overview.md'
- Network:
- Overview: 'network/overview.md'
- Authentication: 'network/authentication.md'
- Encryption: 'network/encryption.md'
- Animius Main Site: https://www.animius.org/
# Themes
theme:
name: 'material'
palette:
primary: 'blue'
accent: 'blue'
# Repo information
repo_name: 'Github'
repo_url: 'https://github.com/gundamMC/animius'
# Extensions
markdown_extensions:
- toc:
permalink: true
- codehilite:
linenums: true
- pymdownx.tilde
- pymdownx.inlinehilite
# Social links
extra:
social:
- type: 'github'
link: 'https://github.com/gundamMC'