From 3b682736f845111970f5311825d087a08980ca21 Mon Sep 17 00:00:00 2001 From: Firman Ramdhani <33869609+firmanramdhani@users.noreply.github.com> Date: Wed, 24 Jun 2026 13:40:39 +0700 Subject: [PATCH] docs: fix markdown formatting and remove redundant heading in README --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c61ed22..42738ac 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,11 @@ This repository utilizes a monorepo architecture to seamlessly share core system > **Internal Documentation Hub** > 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) * **Run Documentation Locally:** ```bash - pnpm --filter docs-dev dev - ``` +pnpm --filter docs-dev dev +``` ---