chore: review docs from scratch
This commit is contained in:
parent
27dbc5cd08
commit
8217d67e6a
8 changed files with 718 additions and 716 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -8,6 +8,8 @@ kcl
|
||||||
*.k
|
*.k
|
||||||
old_config
|
old_config
|
||||||
|
|
||||||
|
docs/book
|
||||||
|
|
||||||
# === SEPARATE REPOSITORIES ===
|
# === SEPARATE REPOSITORIES ===
|
||||||
# These are tracked in their own repos or pulled from external sources
|
# These are tracked in their own repos or pulled from external sources
|
||||||
extensions/
|
extensions/
|
||||||
|
|
|
||||||
2
justfile
2
justfile
|
|
@ -65,7 +65,7 @@ parallel := "true"
|
||||||
echo " just ci-clean - CI/CD pipeline (with cleanup)"
|
echo " just ci-clean - CI/CD pipeline (with cleanup)"
|
||||||
echo ""
|
echo ""
|
||||||
echo "📦 KEY MODULES"
|
echo "📦 KEY MODULES"
|
||||||
echo " 🏗️ build - Platform binaries & core libraries (just build-help)"
|
echo " 🏗️ build - Platform binaries & core libraries (just build-help)"
|
||||||
echo " 📦 package - Distribution packaging & containers (just package-help)"
|
echo " 📦 package - Distribution packaging & containers (just package-help)"
|
||||||
echo " 🚀 release - Release management & artifacts (just release-help)"
|
echo " 🚀 release - Release management & artifacts (just release-help)"
|
||||||
echo " 🔧 dev - Development workflows & testing (just dev-help)"
|
echo " 🔧 dev - Development workflows & testing (just dev-help)"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue