-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
168 lines (156 loc) · 5.34 KB
/
mkdocs.yml
File metadata and controls
168 lines (156 loc) · 5.34 KB
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
site_name: DistTopic
site_description: >-
Ferramentas open source para desenvolvimento de jogos — editores cross-platform
e servidores para a comunidade Tibia.
site_url: https://disttopic.github.io
repo_url: https://github.com/DistTopic/disttopic.github.io
repo_name: disttopic.github.io
edit_uri: edit/main/docs/
theme:
name: material
custom_dir: overrides
logo: assets/images/logo.svg
favicon: assets/images/favicon.svg
language: pt-BR
palette:
- scheme: default
primary: indigo
accent: indigo
font: false # Usa system fonts — sem Google Fonts (mantém CSP estrita)
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.indexes
- navigation.expand
- navigation.top
- search.highlight
- search.suggest
- content.code.copy
- content.code.annotate
- content.action.edit
plugins:
- search:
separator: '[\s\-\._]+'
lang:
- pt
- en
- es
- i18n:
docs_structure: suffix
fallback_to_default: true
reconfigure_material: true
reconfigure_search: true
languages:
- locale: pt-BR
name: Português (BR)
build: true
default: true
- locale: en
name: English
build: true
nav_translations:
Início: Home
Projetos: Projects
Documentação: Documentation
Visão Geral: Overview
Funcionalidades: Features
Sprites e Animações: Sprites & Animations
Itens e OTB: Items & OTB
Mapas OTBM: OTBM Maps
Interface: Interface
Tutoriais: Tutorials
Grade de Ícones e Preferências: Icon Grid & Preferences
Boas-Vindas e Sessões: Welcome & Sessions
Coleções: Collections
Ferramentas de Mapa: Map Tools
Versões Compatíveis: Compatible Versions
Requisitos de Sistema: System Requirements
Em Desenvolvimento: Work in Progress
Galeria: Gallery
Guias: Guides
Sobre: About
- locale: es
name: Español
build: true
nav_translations:
Início: Inicio
Projetos: Proyectos
Documentação: Documentación
Visão Geral: Descripción General
Funcionalidades: Características
Sprites e Animações: Sprites y Animaciones
Itens e OTB: Ítems y OTB
Mapas OTBM: Mapas OTBM
Interface: Interfaz
Tutoriais: Tutoriales
Grade de Ícones e Preferências: Cuadrícula de Íconos y Preferencias
Boas-Vindas e Sessões: Bienvenida y Sesiones
Coleções: Colecciones
Ferramentas de Mapa: Herramientas de Mapa
Versões Compatíveis: Versiones Compatibles
Requisitos de Sistema: Requisitos del Sistema
Em Desenvolvimento: En Desarrollo
Galeria: Galería
Guias: Guías
Sobre: Acerca de
extra_css:
- assets/css/custom.css
extra_javascript:
- assets/js/lightbox.js
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- tables
- attr_list
- md_in_html
- toc:
permalink: true
nav:
- Início: index.md
- Projetos:
- projects/index.md
- Assets And Map Editor:
- Visão Geral: projects/assets-and-map-editor/index.md
- Funcionalidades:
- projects/assets-and-map-editor/features.md
- Sprites e Animações: projects/assets-and-map-editor/features-sprites.md
- Itens e OTB: projects/assets-and-map-editor/features-items.md
- Mapas OTBM: projects/assets-and-map-editor/features-maps.md
- Interface: projects/assets-and-map-editor/features-interface.md
- Tutoriais:
- Grade de Ícones e Preferências: projects/assets-and-map-editor/icon-grid-preferences.md
- Boas-Vindas e Sessões: projects/assets-and-map-editor/welcome-sessions.md
- Coleções: projects/assets-and-map-editor/collections.md
- Ferramentas de Mapa: projects/assets-and-map-editor/map-tools.md
- Versões Compatíveis: projects/assets-and-map-editor/formats.md
- Requisitos de Sistema: projects/assets-and-map-editor/requirements.md
- Em Desenvolvimento: projects/assets-and-map-editor/wip.md
- Galeria: projects/assets-and-map-editor/gallery.md
- Guias:
- guides/index.md
- Adicionando Páginas: guides/adding-pages.md
- Segurança: guides/security.md
- Sobre: about.md
extra:
social:
- icon: fontawesome/brands/discord
link: https://discord.gg/NrzbcBhh66
name: DistTopic no Discord
- icon: fontawesome/brands/github
link: https://github.com/DistTopic
name: DistTopic no GitHub
generator: false
copyright: >-
© 2026 DistTopic —
<a href="https://github.com/DistTopic/disttopic.github.io/blob/main/LICENSE">Licença MIT</a>