This repository contains the documentation website for go-adaptive-pool - a production-grade adaptive worker pool for Go.
Live Website: https://iyashjayesh.github.io/go-adaptive-pool-website/
- Framework: Starlight (Astro)
- Deployment: GitHub Pages (via GitHub Actions)
- Package Manager: pnpm
-
Clone the repository:
git clone https://github.com/iyashjayesh/go-adaptive-pool-website.git cd go-adaptive-pool-website -
Install dependencies:
pnpm install
-
Start the development server:
pnpm dev
src/content/docs/: Contains all documentation content in Markdown/MDX.src/content/docs/guides/: Guides like Introduction, Getting Started, Configuration.src/content/docs/reference/: Technical references like Benchmarks and Comparison.src/content/docs/blog/: Blog posts.astro.config.mjs: Starlight configuration (sidebar, social links, etc.).
Documentation updates are welcome! Please open a Pull Request with your changes.