Skip to content

docs: sync counts and fix broken links#2

Open
mibrohimsulaeman-a11y wants to merge 1 commit into
OceanOS-id:mainfrom
mibrohimsulaeman-a11y:docs/sync-counts-and-links
Open

docs: sync counts and fix broken links#2
mibrohimsulaeman-a11y wants to merge 1 commit into
OceanOS-id:mainfrom
mibrohimsulaeman-a11y:docs/sync-counts-and-links

Conversation

@mibrohimsulaeman-a11y

Copy link
Copy Markdown

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 crates
  • find examples -maxdepth 1 -mindepth 1 -type d | wc -l -> 119 examples
  • rg -c '#\[(tokio::)?test\]' crates --type rust | awk -F: '{s+=$2} END{print s}' -> 1612 test fns
  • Versi workspace: v0.4.0

Perubahan

Sinkronisasi angka & versi

  • README.md — badge + body: 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
  • docs/ARCHITECTURE_OVERVIEW.md — 142->172 crates, 112->119 examples, 1,425+->1,612+ tests, 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

Perbaikan link rusak (docs/INDEX.md)

  • vil/VIL-Developer-Guide.md -> vil/001-VIL-Developer_Guide-Overview.md (seri 001–011), 2 lokasi
  • Hapus 6 link ./tutorials/* (direktori tidak ada): getting-started-server, production-server (2x), tutorial-01..04
  • Hapus link ../docs-deliverables/DESIGN-VX-process-oriented-server.md (direktori tidak ada)

Perbaikan docs/GOOD_FIRST_ISSUES.md

  • crates/vil_http/ -> crates/vil_new_http/
  • #15 vil_db_mongodb ditandai DONE (sudah ada vil_db_mongo)
  • Example dir: 002-hello-pipeline -> 003-basic-hello-server, 003-fanout-demo -> 046-basic-mesh-scatter-gather
  • Perintah vil new -> vil init

Scope

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).

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'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant