-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmkdocs.yml
56 lines (53 loc) · 1.36 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
site_name: faucet
site_dir: target/site
site_url: https://ixpantia.github.io/faucet/
repo_url: https://github.com/ixpantia/faucet
theme:
name: material
palette:
scheme: faucet
logo: figures/faucet.png
features:
- content.code.copy
docs_dir: docs
plugins:
- macros
- search
- i18n:
docs_structure: folder
default_language: en
languages:
- locale: en
default: true
name: English
build: true
nav:
- Home: index.md
- Installation: install.md
- Getting Started: getting_started.md
- Options: options.md
- faucet in Containers: in_containers.md
- Logging: logging.md
- With Reverse Proxy: reverse_proxy.md
- Examples: examples.md
- FAQ: faq.md
- locale: es
default: false
name: Español
build: true
nav:
- Inicio: index.md
- Instalación: install.md
- Inicio Rápido: getting_started.md
- Opciones: options.md
- faucet en Contenedores: in_containers.md
- Logging: logging.md
- Con Proxy Inverso: reverse_proxy.md
- Ejemplos: examples.md
markdown_extensions:
- attr_list
- md_in_html
extra_css:
- stylesheets/extra.css
extra:
FAUCET_VERSION: v1.1.0