Professional documentation site built with VitePress.
# Install dependencies
npm install
# Start development server
npm run docs:dev
# Build for production
npm run docs:build
# Preview production build
npm run docs:previewAll documentation files are in the docs/ directory. They are written in Markdown and automatically converted to beautiful documentation pages.
- Configuration: Edit
.vitepress/config.mts - Homepage: Edit
docs/index.md - Styling: Edit
.vitepress/theme/index.ts
The site is automatically deployed to GitHub Pages via GitHub Actions when you push to the main branch.
npm run docs:build
# Then deploy the docs/.vitepress/dist folderOnce deployed, the site will be available at: https://workflowstudio.github.io