refactor: migrate docs-dev from storybook to vitepress config and update devcontainer configuration

This commit is contained in:
Firman Ramdhani
2026-06-24 13:14:44 +07:00
parent 385452bf36
commit ecb16c759d
26 changed files with 1892 additions and 1414 deletions
+21
View File
@@ -0,0 +1,21 @@
---
layout: home
hero:
name: "Frontend Monorepo Template Docs"
text: "Centralized Documentation Engine"
tagline: "Enterprise-ready Web & Desktop architecture documentation."
actions:
- theme: brand
text: Get Started
link: /packages/core-api/
- theme: alt
text: UI Components
link: /packages/ui/
features:
- title: Centralized Source of Truth
details: All documentation for apps and packages is unified here.
- title: Markdown Powered
details: Simple to maintain and read.
- title: Built with VitePress
details: Fast, responsive, and reliable documentation engine.
---