-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
126 lines (116 loc) · 3.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
nav:
- Home: index.md
- Primeiros passos: primeiros_passos.md
- Plataformas Científicas:
- Plataformas Científicas: sci-platforms/index.md #intro e LSP landing page
- JupyterLab (K8S): sci-platforms/jupyter.md
- Science Server: sci-platforms/sci_server.md
- User Query: sci-platforms/user_query.md
- DES Science Portal: sci-platforms/des.md
- Solar System Portal: sci-platforms/sso.md
- MaNGA Portal: sci-platforms/manga.md
- Processamento (HPC):
- Processamento (HPC): processamento/index.md
- Cluster Apollo:
- cluster apollo: processamento/apollo/index.md
- Como utilizar: processamento/uso/howtouse-HPC.md
- Slurm: processamento/apollo/index.html#slurm
- Open OnDemand: processamento/uso/openondemand.md
- JupyterLab: processamento/uso/openondemand.html#jupyterlab
- Job Script (exemplos): processamento/uso/templates-jobs.md
- Projeto EUBD - LNCC: processamento/sdu.md
- Armazenamento:
- Armazenamento: armazenamento/index.md
# - Lustre: armazenamento/lustre.md
- Dados:
- Dados: data/index.md
#- DES: data/des.md
#- LSST: data/lsst.md
- Políticas: 'politicas.md'
#- Photoz Server: 'photozserver.md'
#- Armazenamento: 'armazenamento.md'
#- Monitoramento: 'monitoramento.md'
- Glossário: 'glossario.md'
- Suporte: 'suporte.md'
#- FAQ: 'faq.md'
#- Mkdocs Exemplos: 'exemplos/exemplos.md' #provisorio
# Site information
site_name: Documentação para Usuários
site_author: LIneA team
site_url: "https://docs.linea.org.br"
repo_name: linea-it/docs
repo_url: https://github.com/linea-it/docs
edit_uri: 'edit/main/docs'
use_directory_urls: false
copyright: 'Copyright © 2006 - 2024 LIneA'
# cosmo, material-components, cerulean, journal, slate, readthedocs, readable, spacelab, united, bootstrap, simplex, flatly, yeti, psinder, amelia, cyborg, unidata, mkdocs
# Configuration
theme:
name: material
custom_dir: linea-theme
logo: 'images/linea.png'
favicon: 'images/linea_favicon.png'
font:
text: Roboto, Arial
features:
- navigation.indexes
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/lightbulb
name: Switch to dark mode
primary: 'blue'
accent: 'deep orange'
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/lightbulb-outline
name: Switch to light mode
primary: 'grey'
accent: 'deep orange'
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: material/home-circle
link: https://www.linea.org.br
- icon: fontawesome/brands/github
link: https://github.com/linea-it
- icon: material/twitter
link: https://twitter.com/linea_org
- icon: material/instagram
link: https://instagram.com/linea_org
- icon: material/facebook
link: https://facebook.com/linea.org
- icon: material/youtube
link: https://youtube.com/@linea_org
# Extensions
markdown_extensions:
- attr_list
- meta
- footnotes
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols:
fractions: false
- pymdownx.superfences
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.snippets