Starlight plugin to pull articles from Squidex(3rd-party API) to your documentation.
origin discussion Pull main docs Content from 3rd-party API (a headless CMS) Β· withastro/starlight Β· Discussion #1790 (github.com)
Want to get started immediately? Check out the source code or check out the example to see the plugin in action.
.
βββ LICENSE
βββ README.md -> ./playground/README.md
βββ biome.json
βββ node_modules
βββ package.json
βββ packages
βββ starsquid
βββ CHANGELOG.md
βββ README.md
βββ astro.d.ts
βββ dist
βββ generated
βββ node_modules
βββ package.json
βββ src
βββ ts-to-zod.config.cjs
βββ tsconfig.base.json
βββ tsconfig.json
βββ tsup.config.ts
βββ playground
β βββ CHANGELOG.md
β βββ README.md
β βββ astro.config.mjs
β βββ codegen.ts
β βββ components.json
β βββ dist
β βββ generated
β βββ node_modules
β βββ package.json
β βββ public
β βββ src
β βββ tsconfig.json
βββ pnpm-lock.yaml
βββ pnpm-workspace.yaml
βββ screenshot.gif
βββ screenshot.png
βββ scripts
βββ cmd
βββ index.js
βββ jsconfig.json
βββ node_modules
βββ package.json
βββ release.mjs
A Starlight plugin to server render contents, it is experment, more features are under development.
- SSR render contents
- Refresh(Inprogress)
- Singleton See detail
Important
This package inspired from dewp. This README format inspired from starlight-blog.
MIT Licensed. Made with β€οΈ by Sgal Cheung.