-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
88 lines (77 loc) · 2.14 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
site_name: TableRise Docs
site_description: Documentação oficial do TableRise
site_url: https://docs.tablerise.com
site_author: TableRise
repo_name: GitHub
repo_url: https://github.com/TableRise/docs
nav:
- Home: index.md
- Contribua:
- Guia: contribute/guide.md
- Documentação: contribute/docs.md
- Design: contribute/design.md
- Frontend: contribute/frontend.md
- Backend: contribute/backend.md
- Testes: contribute/tests.md
- Tradução: contribute/translation.md
theme:
name: material
icon:
repo: fontawesome/brands/github
admonition:
type: material/alert-circle
logo: assets/tablerise.png
favicon: assets/tablerise.png
palette:
# default palette
- scheme: default
toggle:
icon: material/weather-night
name: Dark mode
primary: black
accent: deep purple
# dark mode palette
- scheme: slate
toggle:
icon: material/weather-sunny
name: Light mode
primary: black
accent: deep purple
features:
- navigation.footer
- navigation.top
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/TableRise
markdown_extensions:
- admonition
- attr_list
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
plugins:
- i18n:
docs_structure: folder
languages:
# default language, do not remove
- locale: pt
default: true
name: Português
build: true
# translations
- locale: en
name: English
build: true
nav:
- Home: index.md
- Contribute:
- Guide: contribute/guide.md
- Documentation: contribute/docs.md
- Design: contribute/design.md
- Frontend: contribute/frontend.md
- Backend: contribute/backend.md
- Tests: contribute/tests.md
- Translation: contribute/translation.md
# add more languages below this line