-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (35 loc) · 714 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (35 loc) · 714 Bytes
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
site_name: B-FAST Documentation
site_url: https://marcelomarkus.github.io/b-fast/
theme:
name: material
palette:
scheme: slate
primary: teal
features:
- navigation.tabs
- navigation.sections
- navigation.expand
- navigation.top
- search.highlight
- search.share
language: en
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [python]
nav:
- Home: index.md
- Getting Started: getting_started.md
- Frontend: frontend.md
- Performance: performance.md
- Troubleshooting: troubleshooting.md
extra:
alternate:
- name: English
link: /b-fast/
lang: en
- name: Português
link: /b-fast/pt/
lang: pt