Skip to content

Commit e1aa833

Browse files
authored
feat: update architecture docs (#1431)
1 parent e81d8f3 commit e1aa833

File tree

6 files changed

+2985
-2672
lines changed

6 files changed

+2985
-2672
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,12 @@ load-images-to-kind:
318318
# Utilities & Tools
319319
##################################################
320320

321+
# Documentation sync
322+
.PHONY: docs
323+
docs:
324+
@echo "Syncing documentation from docs/ to web/docs/"
325+
@/usr/bin/python3 scripts/sync-docs.py
326+
321327
# System information
322328
.PHONY: info
323329
info:

0 commit comments

Comments
 (0)