-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmkdocs.yml
More file actions
50 lines (50 loc) · 3.33 KB
/
mkdocs.yml
File metadata and controls
50 lines (50 loc) · 3.33 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
site_name: Knowledge Base
repo_url: https://github.com/minor-league-esports/knowledgeBase
site_url: https://minor-league-esports.github.io/knowledgeBase/
theme:
name: material
palette:
scheme: slate
primary: yellow
nav:
- Home: index.md
- Departments:
- Rocket League Operations: departments/rocket-league-operations.md
- Trackmania Operations: departments/trackmania-operations.md
- Community: departments/community.md
- Development:
- Overview: departments/development/development.md
- New Team Members: departments/development/new-team-members.md
- Systems:
- Overview: departments/development/systems/systems-overview.md
- Modmail KB: departments/development/systems/modmail.md
- Sprocket Identity System: departments/development/systems/sprocket-identity-system.md
- Production Infrastructure:
- Overview: departments/development/systems/production-infrastructure/index.md
- Getting Started:
- Quick Start: departments/development/systems/production-infrastructure/00-START-HERE.md
- README: departments/development/systems/production-infrastructure/README.md
- Context Summary: departments/development/systems/production-infrastructure/CONTEXT_SUMMARY.md
- Architecture & Design:
- Architecture: departments/development/systems/production-infrastructure/ARCHITECTURE.md
- Glossary: departments/development/systems/production-infrastructure/GLOSSARY.md
- Deployment & Operations:
- Deployment Guide: departments/development/systems/production-infrastructure/DEPLOYMENT_GUIDE.md
- Operations Runbook: departments/development/systems/production-infrastructure/OPERATIONS_RUNBOOK.md
- Externalities & Dependencies: departments/development/systems/production-infrastructure/EXTERNALITIES_AND_DEPENDENCIES.md
- Project History:
- Postmortem: departments/development/systems/production-infrastructure/POSTMORTEM.md
- Technical Challenges: departments/development/systems/production-infrastructure/TECHNICAL_CHALLENGES.md
- Git History Analysis: departments/development/systems/production-infrastructure/GIT_HISTORY_ANALYSIS.md
- Claude Conversations Summary: departments/development/systems/production-infrastructure/CLAUDE_CONVERSATIONS_SUMMARY.md
- Claude Conversation Analysis: departments/development/systems/production-infrastructure/CLAUDE_CONVERSATION_ANALYSIS.md
- Technical Challenges from Claude: departments/development/systems/production-infrastructure/TECHNICAL_CHALLENGES_FROM_CLAUDE_CONVERSATIONS.md
- Meta Documentation:
- Documentation Review: departments/development/systems/production-infrastructure/DOCUMENTATION_REVIEW_RECOMMENDATIONS.md
- Transfer Instructions: departments/development/systems/production-infrastructure/TRANSFER_INSTRUCTIONS.md
- Templates:
- Incident Postmortem Template: departments/development/systems/production-infrastructure/INCIDENT_POSTMORTEM_TEMPLATE.md
- Features and Designs:
- Sprocket v2 Unified Matchmaking: departments/development/features-and-designs/sprocket-v2-unified-matchmaking-proposal.md
- Marketing: departments/marketing.md
- Production: departments/production.md