This repository has been archived by the owner on Aug 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
72 lines (66 loc) · 2.31 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
site_name: ChatOverflow Wiki
site_author: codeoverflow.org
copyright: '© 2019 codeoverflow.org CC-BY-SA-4.0'
site_url: https://docs.codeoverflow.org/
repo_name: codeoverflow-org/chatoverflow
repo_url: https://github.com/codeoverflow-org/chatoverflow/
edit_uri: https://github.com/codeoverflow-org/chatoverflow-wiki/edit/master/docs/
theme:
name: material
font: false
feature:
tabs: true
markdown_extensions:
- admonition
- codehilite:
noclasses: true
use_pygments: true
pygments_style: monokai
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:pymdownx.emoji.twemoji
emoji_generator: !!python/name:pymdownx.emoji.to_svg
plugins:
- search
- abs-to-rel
- git-revision-date-localized:
type: datetime
extra_css:
- 'stylesheets/fonts.css'
- 'stylesheets/dark-theme.css'
- 'stylesheets/custom-header.css'
nav:
- Home: index.md
- Usage:
- Installation: usage/Installation.md
- Using the GUI: usage/Using-the-GUI.md
- Using Parameters: usage/Using-Parameters.md
- Using the CLI: usage/Using-the-CLI.md
- Frequent Issues: usage/Frequent-Issues.md
- Development:
- Build Environment: development/Setting-up-the-Build-Environment.md
- Writing a plugin: development/Writing-a-plugin.md
- Pluggable migration guide: development/Pluggable-migration-guide.md
- Adding a new platform source: development/Adding-a-new-platform-source.md
- Structure: development/Structure.md
- Deploy ChatOverflow: development/Deploy-ChatOverflow.md
- Working with NPM: development/Working-with-NPM.md
- Versioning: development/Versioning.md
- Releasing: development/Release-ChatOverflow.md
- Services:
- Twitch Chat: services/Twitch-Chat.md
- Discord: services/Discord.md
- Serial Port (Arduino): services/Serial.md
- TipeeeStream: services/TipeeeStream.md
- StreamElements: services/StreamElements.md
- File: services/File.md
- RCON: services/RCON.md
- Sample: services/Sample.md
- Framework Scaladoc:
- Framework Scaladoc: /code/chatoverflow/org/codeoverflow/chatoverflow/
- API Javadoc:
- API Javadoc: /code/chatoverflow-api/?help-doc.html
- Contribute to the Wiki: https://github.com/codeoverflow-org/chatoverflow-wiki/