-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
65 lines (63 loc) · 1.59 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
site_name: Risco 5S
site_author: Julio Nunes Avelar
site_description: RISC-V Simulator with RV32IM implementation, built during a few days off.
repo_name: Risco-5S
repo_url: https://github.com/JN513/Risco-5S
site_url: https://jn513.github.io/Risco-5S/
copyright: CC BY-SA 4.0 - Julio Nunes Avelar
nav:
- Home: index.md
- Install: install.md
- Development: development.md
- Contributing: contributing.md
- Contact: contact.md
- Getting Started: getting_started.md
theme:
name: material
#language: pt-BR
logo: imgs/risco5.jpeg
favicon: imgs/risco5.jpeg
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
- locale: en
name: English
default: true
extra:
social:
- icon: fontawesome/brands/gitlab
link: https://gitlab.com/jn513
- icon: fontawesome/brands/github
link: https://github.com/JN513/Risco-5S
markdown_extensions:
- attr_list
- md_in_html