-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
66 lines (64 loc) · 1.63 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
site_name: ProcessorCI Controller
docs_dir: docs
site_author: Julio Nunes Avelar
site_description: controller module for RISC-V core CI/CD
repo_name: processor-ci-controller
repo_url: https://github.com/LSC-Unicamp/processor-ci-controller
site_url: https://lsc-unicamp.github.io/processor-ci-controller/
copyright: CC BY-SA 4.0
nav:
- Home: index.md
- Instructions: instructions.md
- Internal: internal.md
- Utilization Techniques: techniques_of_use.md
- Boards: boards.md
- Contributing: contributing.md
- Contact: contact.md
- Getting Started: getting_started.md
theme:
name: material
#language: pt-BR
logo: img/logo.svg
favicon: img/logo.ico
highlightjs: true
features:
- toc.integrate
- navigation.tabs
- navigation.expand
#- navigation.instant
- navigation.instant.progress
- content.code.copy
- content.code.select
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- search:
lang:
- en
- pt
- i18n:
languages:
- locale: pt
name: Português
default: true
- locale: en
name: English
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/LSC-Unicamp/processor-ci-controller
markdown_extensions:
- attr_list
- md_in_html