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 +``` ---