docs: fix markdown formatting and remove redundant heading in README

This commit is contained in:
Firman Ramdhani
2026-06-24 13:40:39 +07:00
parent 0ed535e652
commit 3b682736f8
+2 -4
View File
@@ -31,13 +31,11 @@ This repository utilizes a monorepo architecture to seamlessly share core system
> **Internal Documentation Hub** > **Internal Documentation Hub**
> All documentation, installation guides, architectural deep-dives, and API references are hosted internally via our VitePress application. > All documentation, installation guides, architectural deep-dives, and API references are hosted internally via our VitePress application.
**Access Documentation:**
* **View in Git Repository (Raw Markdown):** [Read Overview Documentation](apps/docs-dev/src/overview.md) * **View in Git Repository (Raw Markdown):** [Read Overview Documentation](apps/docs-dev/src/overview.md)
* **Run Documentation Locally:** * **Run Documentation Locally:**
```bash ```bash
pnpm --filter docs-dev dev pnpm --filter docs-dev dev
``` ```
--- ---