-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
57 lines (46 loc) · 1.15 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
site_name: CD-Moj
repo_name: "cd-moj.docs"
repo_url: "https://github.com/cd-moj/cd-moj.docs"
markdown_extensions:
- pymdownx.pathconverter:
base_path: 'cd-moj.docs'
relative_path: ''
absolute: true
tags: 'a script img link object embed'
plugins:
mkdocs-video:
is_video: True
video_autoplay: False
theme:
name: material
language: "pt"
features: navigation.tabs
icon:
#logo: assets/logoCdMoj
#repo: fontawesome/brands/github
palette:
primary: "Orange"
accent: "Orange"
font:
text: "Montserrat"
code: "sans-serif"
extra_css:
- stylesheets/styles.css
nav:
- Início: index.md
- Usuário:
- Sobre: steps/aboutCdMoj.md
- Administrador:
- Subindo Contest: steps/contestAdmin.md
- Desenvolvedor:
- Como Funciona: steps/comoFunciona.md
- Instalação: steps/instalacao.md
- Configuração: steps/configuracao.md
- Judge: steps/judge.md
- Contest: steps/contest.md
- Simular: steps/simular.md
- Contribuição: steps/contribuicao.md
- MkDocs: steps/mkdocs.md
- Contribuidores:
- Contribuidores: steps/contribuidores.md
dev_addr: "0.0.0.0:8000"