Skip to content

FRS Docs

Repository: derintolu/frs-docs

About This Site

This documentation site (docs.myhub21.com) is built with VitePress and hosted on GitHub Pages. The source files are in /wp-content/frs-docs-site/.

Technology Stack

  • Framework: VitePress
  • Hosting: GitHub Pages
  • Domain: docs.myhub21.com

Development

bash
cd wp-content/frs-docs-site
npm install
npm run dev      # Local dev server
npm run build    # Production build

Deployment

Pushes to main branch trigger GitHub Actions workflow that builds and deploys to GitHub Pages.

File Structure

frs-docs-site/
├── docs/
│   ├── .vitepress/
│   │   └── config.ts    # VitePress configuration
│   ├── index.md         # Homepage
│   ├── plugins/         # Plugin documentation
│   ├── themes/          # Theme documentation
│   ├── api/             # API reference
│   ├── guides/          # How-to guides
│   └── roadmap/         # Roadmap & changelog
├── package.json
└── .github/
    └── workflows/
        └── deploy.yml   # GitHub Actions workflow

Hub21 Platform Documentation