-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
245 lines (226 loc) · 8.86 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
docs_dir: 'source'
site_dir: 'docs'
site_name: O Guia do Steam Deck
site_url: https://guiadosteamdeck.com.br/
# Theme options: https://github.com/mkdocs/mkdocs/wiki/MkDocs-Themes
# bootstrap4 - https://github.com/byrnereese/mkdocs-bootstrap4
# readthedocs
# material - https://github.com/squidfunk/mkdocs-material
# bootstrap386 - https://gitlab.com/lramage/mkdocs-bootstrap386
# gitbook - https://gitlab.com/lramage/mkdocs-gitbook-theme
# site_dir: ""
site_description: "O Guia do Steam Deck - Conteúdo, recursos e muito mais sobre o Steam Deck em Português. Tudo o que você precisa saber sobre o Steam Deck está aqui. Conteúdo compilado, produzido, adaptado e traduzido por Valdecir Carvalho"
site_author: "Valdecir Carvalho - iamval.me"
copyright: >
Copyright © 2023 - Guia do Steam Deck (v3) por Valdecir Carvalho.
<br> Guia do Steam Deck is a fan project and is in no way associated with Valve and/or Steam.
<br> The Steam Deck, logos, and images are property of Valve. All game images and logos are property of their respective owners.
<a href="#__consent"></a>
#repo_url: https://github.com/valdecircarvalho/guia-do-steam-deck/
#repo_name: o guia do steam deck
# use_directory_urls: true
extra_css:
- stylesheets/extra.css
## Plugins Configuration
plugins:
- open-in-new-tab ## pip install mkdocs-open-in-new-tab
- awesome-pages ## pip install mkdocs-awesome-pages-plugin - https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin
- search:
indexing: 'full'
lang: pt
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
- tags:
enable: true
tags_file: tags.md
tags_slugify: headerid.slugify
tags_slugify_separator: "-"
#- social:
# cards_layout: default/variant
#extensions - https://facelessuser.github.io/pymdown-extensions/ // https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/
markdown_extensions:
- smarty
- abbr
- admonition
- attr_list
- md_in_html
- def_list
- footnotes
- md_in_html
- toc:
permalink: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- tables
- pymdownx.betterem
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.keys
- pymdownx.smartsymbols
- pymdownx.critic
- pymdownx.tabbed:
alternate_style: true
- pymdownx.magiclink:
repo_url_shorthand: true
user: valdecircarvalho
repo: guia-do-steam-deck
## material theme config
theme:
name: material
#locale: pt
docs_dir: 'source'
site_dir: 'docs'
language: pt-BR
include_sidebar: true
font: false
logo: /img/guia-do-steam-deck-logo.png
favicon: /img/favicon.ico
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: light blue
accent: light blue
toggle:
icon: material/lightbulb
name: Modo Escuro
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: light blue
accent: light blue
toggle:
icon: material/lightbulb-outline
name: Modo Claro
features:
# - navigation.instant
- navigation.tracking
- navigation.tabs # habilitar depois de organizar
- navigation.tabs.sticky
- #navigation.sections #deixar desabilitado - Mostra os menus fechado e a setinha para abrir o sub-menu
- #navigation.expand # Inicia com o menu fechado
- navigation.indexes
- toc.follow
- #toc.integrate # deixa o TOC/Indice do lado direito
- navigation.top
- search.suggest
- search.highlight
- search.share
- announce.dismiss
- navigation.footer
#Theme icons
icon:
tag:
# steamdeck: fontawesome/brands/html5
# emulacao: fontawesome/brands/css3
# default: fontawesome/tag
repo: fontawesome/brands/github
# Extra Session
extra:
consent:
title: Cookie consent
description: >-
Usamos cookies para reconhecer suas visitas repetidas e preferências, bem como
para medir a eficácia de nossa documentação e se os usuários
encontrar o que eles estão procurando. Com o seu consentimento, você está nos ajudando a
tornar nossa documentação melhor
actions:
- accept
- reject
tags:
HTML5: html
JavaScript: js
CSS: css
social:
- icon: fontawesome/brands/github
link: https://github.com/valdecircarvalho/guia-do-steam-deck
name: Github Guia do Steam Deck
- icon: fontawesome/brands/twitter
link: https://twitter.com/guiadosteamdeck
name: Twitter Guia do Steam Deck @guiadosteamdeck
- icon: fontawesome/solid/glasses
link: https://valdecir.me
name: Valdecir Carvalho
analytics:
provider: google
property: G-GN0G1F8Y3X
# Navigation Menu
nav:
- Home:
- index.md
- Artigos:
- artigos/index.md
- Steam Deck:
- O Steam Deck: steamdeck/steamdeck.md
- Acessórios: steamdeck/steamdeck-acessorios.md
- Links Úteis: steamdeck/links.md
- Devo comprar um Steam Deck?: steamdeck/devo-comprar-um-steam-deck.md
- Configurações Básicas:
- Configurações Iniciais: configuracoes/configuracao.md
- Conta Steam: configuracoes/conta-steam.md
- Controles: configuracoes/controles.md
- Teclas de Atalho: configuracoes/teclas-de-atalho-no-steam-deck.md
- Configurações Avançadas:
- Configurações Avançadas: configuracoes-avancadas/configuracoes-avancadas-steam-deck.md
- Configurações de Performance: configuracoes-avancadas/steamdeck-performance.md
- Jogos:
- Jogos no Steam Deck: jogos/jogos.md
- Onde comprar Jogos para o Steam Deck: jogos/onde-comprar-jogos-para-o-steam-deck.md
- O ProtomDB: jogos/protondb.md
- Como rodar jogos não Steam no Steam Deck:
- Jogos Epic & GoG: jogos/jogos-epic.md
- Jogos Battle.net: jogos/jogos-battle-net.md
- Jogos Amazon Prime: jogos/jogos-amazon-prime.md
- Jogos Xbox e PC Game Pass: jogos/jogos-xbox-pc-game-pass.md
- Como rodar jogos alternativos no Steam Deck: jogos/jogos-alternativos-steam-deck.md
- Steam Verde: jogos/steam-verde.md
- Emulacao:
- Emulacao no Steam Deck: emulacao/emulacao.md
- Emudeck: emulacao/emudeck.md
- Guia Descomplicado do Emudeck: emulacao/guia1.md
- Guia de Emulação para o Steam Deck - Retro Game Corps: emulacao/retrogamecorps.md
- Packs de Emuladores para o Steam Deck: emulacao/packs-completos-de-emuladores-para-o-steam-deck.md
- Retrodeck: emulacao/retrodeck.md
- Batocera: emulacao/batocera.md
- Roms: emulacao/roms.md
- Emulacao - Nintendo:
- Nintendo Switch: emulacao/nintendo/emulacao-nintendo-switch-steam-deck.md
- Nintendo Wii U: emulacao/nintendo/emulacao-nintendo-wii-u-steam-deck.md
- Nintendo Wii: emulacao/nintendo/emulacao-nintendo-wii-steam-deck.md
- Nintendo 3DS: emulacao/nintendo/emulacao-nintendo-3ds-steam-deck.md
- Emulacao - Microsoft:
- Microsoft Xbox: emulacao/microsoft/microsoft-xbox.md
- Microsoft Xbox 360: emulacao/microsoft/microsoft-xbox-360.md
- Emulacao - Sony:
- Sony PlayStation 1: emulacao/sony/sony-playstation-1.md
- Sony PlayStation 2: emulacao/sony/sony-playstation-2.md
- Sony PlayStation 3: emulacao/sony/sony-playstation-3.md
- Sony PlayStation PSP: emulacao/sony/sony-playstation-psp.md
- Sony PlayStation Vita: emulacao/sony/sony-playstation-vita.md
- Emulacao - Outros:
- Outros Consoles: emulacao/outros/outros.md
- Windows no Steam Deck: windows/windows.md
- Hacks & Utilitários:
- Hacks & Utilitários para o Steam Deck: hacks-e-utilitarios/hacks.md
- CryoUtilities: hacks-e-utilitarios/cryoutilities.md
- Decky Loader: hacks-e-utilitarios/deckyloader.md
- Ajuda & Dicas: ajuda/ajuda.md
- The Steam Deck Guide in English:
- English Speakers Start Here: english/the-steam-deck-guide.md
- About the Steam Deck Guide: english/about.md
- English Index: english/english-index.md
#- Steam Deck Depot: depot.md
- Steam Deck Depot: http://depot.guiadosteamdeck.com.br/
- FAQ: faq/faq.md
#- Game Config: game-config/index.md
- FAQ: faq/faq.md
- Sobre o Guia do Steam Deck: sobre.md
- Contribua com o Guia do Steam Deck: contribua.md
- Tags: tags.md
- Depot: http://depot.guiadosteamdeck.com.br/
#- Template: template.md