Documentation site for the PondPilot ecosystem, built with Starlight.
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewsrc/
├── content/
│ ├── docs/ # Documentation pages
│ │ ├── pondpilot/ # PondPilot app docs
│ │ ├── flowscope/ # FlowScope docs
│ │ ├── widget/ # Widget docs
│ │ ├── cors-proxy/ # CORS Proxy docs
│ │ └── proxy/ # PondPilot Proxy docs
│ └── blog/ # Blog posts
├── assets/ # Images and assets
├── components/ # React/Astro components
└── styles/ # Custom CSS
The site is deployed to Cloudflare Pages at docs.pondpilot.io.
Build settings:
- Build command:
npm run build - Output directory:
dist
- Fork the repository
- Create a branch for your changes
- Make your changes
- Submit a pull request
PR previews are automatically deployed for review.