https://github.com/gogrlx/docs.grlx.dev
Public grlx Documentation Repository
https://github.com/gogrlx/docs.grlx.dev
devops documentation grlx
Last synced: about 2 months ago
JSON representation
Public grlx Documentation Repository
- Host: GitHub
- URL: https://github.com/gogrlx/docs.grlx.dev
- Owner: gogrlx
- License: 0bsd
- Created: 2023-10-17T03:00:51.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-04-25T19:05:08.000Z (about 2 months ago)
- Last Synced: 2026-04-25T21:10:08.033Z (about 2 months ago)
- Topics: devops, documentation, grlx
- Language: MDX
- Homepage: https://docs.grlx.dev
- Size: 449 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# grlx docs
[](https://starlight.astro.build)
[](LICENSE)
Documentation site for [grlx](https://github.com/gogrlx/grlx) — effective fleet configuration management.
Live at **[docs.grlx.dev](https://docs.grlx.dev)**
## Development
All commands are run from the root of the project:
| Command | Action |
| :---------------- | :----------------------------------------- |
| `bun install` | Install dependencies |
| `bun run dev` | Start local dev server at `localhost:4321` |
| `bun run check` | Run Astro content/type checks |
| `bun run lint` | Run ESLint across the docs site |
| `bun run format` | Check Prettier formatting |
| `bun run build` | Build production site to `./dist/` |
| `bun run preview` | Preview the build locally before deploying |
## Stack
- [Astro](https://astro.build) + [Starlight](https://starlight.astro.build)
- [Tailwind CSS v4](https://tailwindcss.com)
- [Pagefind](https://pagefind.app) for search (built-in via Starlight)
## License
[0BSD](LICENSE)