init: scaffold internal-docs repository structure

This commit is contained in:
marcus 2025-10-18 16:52:35 +00:00
parent a8130ac89c
commit 48e3f58bc7
11 changed files with 33 additions and 2 deletions

4
.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
*.bak
*.swp
*.pyc
.env

3
CODEOWNERS Normal file
View File

@ -0,0 +1,3 @@
# CODEOWNERS
/runbooks/ @marcus @sara
/adr/ @marcus

View File

@ -1,3 +1,3 @@
# internal-docs
# internal-docs — README
Internal engineering wiki, runbooks, postmortems
(Initial — see git history.)

3
adr/0001-jwt-rotation.md Normal file
View File

@ -0,0 +1,3 @@
# internal-docs — 0001-jwt-rotation
(Initial — see git history.)

View File

@ -0,0 +1,3 @@
# internal-docs — 0002-dbt-migration
(Initial — see git history.)

View File

@ -0,0 +1,3 @@
# internal-docs — 0003-monitoring-stack
(Initial — see git history.)

View File

@ -0,0 +1,3 @@
# internal-docs — 2024-08-12-pg-oom
(Initial — see git history.)

View File

@ -0,0 +1,3 @@
# internal-docs — 2024-09-23-deploy-rollback
(Initial — see git history.)

View File

@ -0,0 +1,3 @@
# internal-docs — grafana-dashboard
(Initial — see git history.)

View File

@ -0,0 +1,3 @@
# internal-docs — oncall-rotation
(Initial — see git history.)

View File

@ -0,0 +1,3 @@
# internal-docs — postgres-failover
(Initial — see git history.)