-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
172 lines (157 loc) · 6.31 KB
/
mkdocs.yml
File metadata and controls
172 lines (157 loc) · 6.31 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
169
170
171
172
#$schema: https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Futured Engineering Handbook
site_url: https://futuredapp.github.io/Engineering-Handbook
theme:
name: material
language: en
custom_dir: docs/overrides
favicon: assets/images/favicon.png
icon:
logo: futured/logo
font:
code: JetBrains Mono
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to auto mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.instant
- navigation.tabs
- navigation.sections
- navigation.indexes
- navigation.expand
- content.code.copy
plugins:
- search
- glightbox:
background: light-dark(white, black)
shadow: false
nav:
- Home: index.md
- Android & KMP:
- Overview: teams/android/index.md
- Architecture:
- Android-native: teams/android/architecture/00_native.md
- Kotlin Multiplatform: teams/android/architecture/10_kmp.md
- Project Setup:
- KMP Environment setup: teams/android/project_setup/00_env_setup.md
- First Steps: teams/android/project_setup/10_new_repo.md
- GitHub: teams/android/project_setup/20_github.md
- Project: teams/android/project_setup/30_project.md
- Firebase: teams/android/project_setup/40_firebase.md
- CI/CD: teams/android/project_setup/50_ci_cd.md
- Translations: teams/android/project_setup/60_translations.md
- Development:
- Git Flow: teams/android/development/00_git_flow.md
- Code Style: teams/android/development/10_code_style.md
- Build Distribution: teams/android/development/20_build_distrubution.md
- Release:
- Google Play Account: teams/android/release/00_google_play_account.md
- Google Play App: teams/android/release/10_google_play_app.md
- CI/CD: teams/android/release/20_ci_cd.md
- Process Overview: teams/android/release/30_release_process.md
- iOS:
- Overview: teams/ios/index.md
- Accessibility: teams/ios/ios_a11y.md
- Apple Developer Account: teams/ios/ios_apple_developer_account.md
- Architecture: teams/ios/ios_architecture.md
- Builds: teams/ios/ios_builds.md
- CI/CD: teams/ios/ios_ci_cd.md
- Customer Account: teams/ios/ios_customer_account.md
- First Submission Requirements: teams/ios/ios_app_store_checklist.md
- Git Flow: teams/ios/ios_git_flow.md
- Localization: teams/ios/ios_localization.md
- New Project: teams/ios/ios_new_project.md
- Release: teams/ios/ios_release.md
- Full-stack:
- Overview: teams/fullstack/index.md
- Introduction:
- Mission & Values: teams/fullstack/intro/00_mission.md
- Development:
- Git Flow: teams/fullstack/development/00_git_flow.md
- Pull Request Guidelines: teams/fullstack/development/10_pull_request_guidelines.md
- Code Review Process: teams/fullstack/development/20_code_review_process.md
- Project Setup: teams/fullstack/development/30_project_setup.md
- Technical Ownership: teams/fullstack/development/40_project_ownership.md
- Tech Stack:
- Frontend: teams/fullstack/tech_stack/00_frontend.md
- Backend: teams/fullstack/tech_stack/10_backend.md
- Database: teams/fullstack/tech_stack/20_database.md
- DevOps: teams/fullstack/tech_stack/30_devops.md
- Integrations: teams/fullstack/tech_stack/40_integrations.md
- Coding Standards:
- Style Guides: teams/fullstack/coding_standards/00_style_guides.md
- Linting: teams/fullstack/coding_standards/10_linting.md
- Secure Coding: teams/fullstack/coding_standards/20_secure_coding.md
- Testing: teams/fullstack/coding_standards/30_testing.md
- Error Handling: teams/fullstack/coding_standards/40_error_handling.md
- Development Environment:
- Local Setup: teams/fullstack/dev_env/00_local_setup.md
- Secrets: teams/fullstack/dev_env/10_secrets.md
- AI-Assisted Development: teams/fullstack/dev_env/20_ai_tools.md
- Deployment:
- Process: teams/fullstack/deployment/00_deployment.md
- Rollback: teams/fullstack/deployment/10_rollback.md
- Monitoring: teams/fullstack/deployment/20_monitoring.md
- Operations: teams/fullstack/deployment/30_ops.md
- Documentation:
- Code Documentation: teams/fullstack/docs/00_code_docs.md
- API Documentation: teams/fullstack/docs/10_api_docs.md
- Security:
- Authentication: teams/fullstack/security/00_auth.md
- Privacy: teams/fullstack/security/10_privacy.md
- Appendices:
- Glossary: teams/fullstack/appendices/00_glossary.md
- Scripts: teams/fullstack/appendices/10_scripts.md
- FAQ: teams/fullstack/appendices/20_faq.md
- Templates: teams/fullstack/appendices/30_templates.md
- Delivery:
- Overview: teams/delivery/index.md
- Methodology: teams/delivery/00_methodology.md
- Nightly builds: teams/delivery/10_nightly_builds.md
- Git Mirror: teams/delivery/20_git_mirror.md
# - Design:
# - Overview: teams/design/design_page.md
# - QA:
# - Overview: teams/qa/qa_page.md
- Contributing: editors.md
copyright: Made with ❤️🔥 at Futured
extra:
social:
- icon: material/web
name: Web
link: https://www.futured.app
- icon: fontawesome/brands/github
name: GitHub
link: https://www.github.com/futuredapp
- icon: fontawesome/brands/linkedin
name: LinkedIn
link: https://www.linkedin.com/company/futuredapps
- icon: fontawesome/brands/instagram
name: Instagram
link: https://www.instagram.com/futuredapps
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.blocks.caption