-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
62 lines (54 loc) · 1.5 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
site_name: 'Documentation'
site_description: 'Wiki about the CI of CodeMC'
site_author: 'Gabrielle C. & Andre_601'
copyright: |
© <a href="https://ci.codemc.io">CodeMC.io</a>
docs_dir: docs/
repo_name: CodeMC/Documentation
repo_url: https://github.com/CodeMC/Documentation
nav:
- Welcome: index.md
- FAQ: faq.md
- Jenkins Docs:
- Jenkins Docs: jenkins/index.md
- Integrating into GitHub: jenkins/github-integration.md
- Creating a Gradle Job: jenkins/gradle.md
- Creating a Maven Job: jenkins/maven.md
- Deploy to the CodeMC Nexus: jenkins/deploy.md
theme:
name: 'material'
logo: 'assets/img/CodeMCLogoV2Full.png'
favicon: 'assets/img/CodeMCLogoV2.png'
palette:
scheme: slate
primary: cyan
accent: blue
features:
- navigation.tabs
icon:
repo: octicons/mark-github-16
extra_css:
- 'assets/css/styling.css'
extra:
social:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/CodeMC/Documentation'
- icon: 'fontawesome/brands/discord'
link: 'https://discord.gg/AGcFMu6'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- pymdownx.magiclink:
repo_url_shortener: true
repo_url_shorthand: true
social_url_shorthand: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg