docs: sync counts and fix broken links#2
Open
mibrohimsulaeman-a11y wants to merge 1 commit into
Open
Conversation
Samakan semua angka ke nilai aktual workspace: 172 crates, 119 examples, 1612 test fns, versi v0.4.0. - README: badge + body counts (171->172 crates, 234->119 examples) - docs/INDEX.md: versi 5.1.0->v0.4.0 (header+footer), Tests 166->1612, Crates 22+->172, examples 18->119; perbaiki link Developer Guide ke seri 001-VIL-Developer_Guide-Overview.md; hapus 6 link ./tutorials/* yang rusak; hapus link ../docs-deliverables/DESIGN-VX-... - docs/ARCHITECTURE_OVERVIEW.md: header counts + taxonomy heading + examples 93->119 - ROADMAP.md: Current State v0.1.0->v0.4.0, 102->172 crates, 63->119 examples - llm_knowledge/index.md: 130+ crates/83 examples -> 172/119 - docs/GOOD_FIRST_ISSUES.md: vil_http->vil_new_http; tandai #15 vil_db_mongodb DONE (sudah ada vil_db_mongo); contoh dir 002-hello-pipeline->003-basic-hello-server, 003-fanout-demo->046-basic-mesh-scatter-gather; 'vil new'->'vil init'
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
docs: sync counts and fix broken links
Rapikan dokumentasi agar akurat & link tidak rusak. Semua angka crate/example/test/versi disamakan ke nilai aktual workspace (terukur), bukan kode yang diubah.
Nilai aktual (measured)
find crates -maxdepth 1 -mindepth 1 -type d | wc -l-> 172 cratesfind examples -maxdepth 1 -mindepth 1 -type d | wc -l-> 119 examplesrg -c '#\[(tokio::)?test\]' crates --type rust | awk -F: '{s+=$2} END{print s}'-> 1612 test fnsPerubahan
Sinkronisasi angka & versi
README.md— badge + body: 171->172 crates, 234->119 examplesdocs/INDEX.md— versi 5.1.0->v0.4.0 (header+footer), Tests 166->1612, Crates 22+->172, examples 18->119docs/ARCHITECTURE_OVERVIEW.md— 142->172 crates, 112->119 examples, 1,425+->1,612+ tests, examples 93->119ROADMAP.md— Current State v0.1.0->v0.4.0, 102->172 crates, 63->119 examplesllm_knowledge/index.md— 130+ crates/83 examples -> 172/119Perbaikan link rusak (
docs/INDEX.md)vil/VIL-Developer-Guide.md->vil/001-VIL-Developer_Guide-Overview.md(seri 001–011), 2 lokasi./tutorials/*(direktori tidak ada): getting-started-server, production-server (2x), tutorial-01..04../docs-deliverables/DESIGN-VX-process-oriented-server.md(direktori tidak ada)Perbaikan
docs/GOOD_FIRST_ISSUES.mdcrates/vil_http/->crates/vil_new_http/vil_db_mongodbditandai DONE (sudah adavil_db_mongo)002-hello-pipeline->003-basic-hello-server,003-fanout-demo->046-basic-mesh-scatter-gathervil new->vil initScope
Hanya file dokumentasi; tidak menyentuh kode. Validasi via GitHub CI.
Catatan
Tabel tier example & breakdown per-layer crate di README sengaja tidak diubah (bukan angka agregat yang diukur perintah).