-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
84 lines (77 loc) · 1.84 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# Project information
site_name: SCANTEC
site_author: João Gerd Zell de Mattos
site_description: Site com a documentação e exemplos de uso do SCANTEC
# Repository
repo_name: GAM-DIMNT-CPTEC/SCANTEC
repo_url: https://github.com/GAM-DIMNT-CPTEC/SCANTEC
edit_uri: edit/master/docs/
# Page tree
nav:
- 'Início':
- 'Introdução': introducao.md
- 'Instalação': instalacao.md
- 'Utilização':
- 'Uso': uso.md
- 'Namelist': namelist.md
- 'Visualização': scanplot.md
- 'Resolução de Problemas': resol_problemas.md
#Configuration
theme:
name: material
language: pt-BR
features:
- content.tabs.link
# - navigation.instant
# - navigation.tracking
# - navigation.tabs
- navigation.tabs.sticky
# - navigation.sections
# - navigation.top
# name: readthedocs
# palette:
# scheme: slate
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/GAM-DIMNT-CPTEC
- icon: fontawesome/solid/paper-plane
link: mailto:[email protected]
# Extensions
markdown_extensions:
- footnotes
- tables
- admonition
- abbr
- toc:
permalink: true
separator: "-"
- pymdownx.snippets
- pymdownx.details
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- md_in_html
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
- attr_list
# - pymdownx.emoji:
# emoji_index: !!python/name:materialx.emoji.twemoji
# emoji_generator: !!python/name:materialx.emoji.to_svg
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# Plugins
plugins:
- mkdocs-video
- search
# - with-pdf
# - mkdocs-jupyter
# - mkdocs-jupyter:
# theme: dark