-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
47 lines (45 loc) · 1.12 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
site_name: prodverse
site_dir: target
site_url: https://prodverse.ixpantia.com/
theme:
custom_dir: 'theme'
name: material
palette:
scheme: prodverse
logo: figures/rocket.png
features:
- content.code.copy
- navigation.tabs
- navigation.tabs.sticky
docs_dir: docs
plugins:
- macros
- search
- i18n:
docs_structure: folder
languages:
- locale: en
default: true
name: English
build: true
nav:
- Home: index.md
- Tools & Packages: tools.md
- Get started:
- Introduction: get_started/index.md
- Shiny in production with the prodverse: get_started/shiny_in_prod.md
- locale: es
default: false
name: Español
build: true
nav:
- Inicio: index.md
- Herramientas y Paquetes: tools.md
- Aprende:
- Introducción: get_started/index.md
- Shiny en producción con el prodverse: get_started/shiny_in_prod.md
markdown_extensions:
- attr_list
- md_in_html
extra_css:
- stylesheets/extra.css