-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
74 lines (69 loc) · 1.94 KB
/
Copy pathmkdocs.yml
File metadata and controls
74 lines (69 loc) · 1.94 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
site_name: GameFlow Connect
repo_name: GitHub - GameFlow Connect
repo_url: https://github.com/Germano123/python-gameflowconnect
edit_uri: edit/main/documentation/
theme:
name: material
# logo: assets/logo.png
# favicon: assets/favicon.ico
palette:
primary: "teal"
accent: "cyan"
font:
text: "Roboto"
code: "Roboto Mono"
language: "en"
icon:
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
features:
- content.action.edit
- header.autohide
- navigation.tabs
- navigation.path
- navigation.prune
- navigation.top
extra:
social:
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/geh_m_gomes/
name: instagram
- icon: fontawesome/brands/github
link: https://github.com/Germano123
name: github
alternate:
- name: English
link: /en/
lang: en
- name: Portuguese (Brasil)
link: /ptbr/
lang: pt-BR
nav:
- Home: index.md
- Getting Started:
- Installation: getting_started/installation.md
- Usage Guide: getting_started/usage.md
- Features:
- Core Features: features/core_features.md
- Secondary Features: features/secondary_features.md
- Technical Details:
- Architecture: technical_details/architecture.md
- UI Design: technical_details/ui_design.md
- Integrations: technical_details/integrations.md
- Sync Architecture: technical_details/sync_architecture.md
- Collaboration:
- Contributing Guide: collaboration/contributing.md
- Roadmap: collaboration/roadmap.md
- Changelog: collaboration/changelog.md
- Troubleshooting: troubleshooting.md
- FAQ: faq.md
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences:
custom_fences:
- name: "mermaid"
class: "mermaid"
format: !!python/name:pymdownx.superfences.fence_code_format
copyright: Copyright © 2025 - Germano Gomes