diff --git a/README.md b/README.md index 4c77929..c61ed22 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,13 @@ 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. -**To access the documentation and get started, run:** +**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 + ``` --- diff --git a/apps/docs-dev/src/.vitepress/config.mts b/apps/docs-dev/src/.vitepress/config.mts index 5ed0a57..3d93be0 100644 --- a/apps/docs-dev/src/.vitepress/config.mts +++ b/apps/docs-dev/src/.vitepress/config.mts @@ -51,7 +51,14 @@ const config = withMermaid( ], outline: { level: [2, 3] }, - socialLinks: [], + socialLinks: [ + { + icon: { + svg: 'Gitea' + }, + link: 'https://git.eigen.co.id/eigen/fe-monorepo-template' + } + ] }, // Mermaid configuration