https://github.com/api-platform/docs-website
Documentation website
https://github.com/api-platform/docs-website
Last synced: about 2 months ago
JSON representation
Documentation website
- Host: GitHub
- URL: https://github.com/api-platform/docs-website
- Owner: api-platform
- Created: 2023-11-16T11:11:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-26T14:50:51.000Z (about 2 months ago)
- Last Synced: 2026-02-26T20:40:56.659Z (about 2 months ago)
- Language: CSS
- Size: 2.1 MB
- Stars: 6
- Watchers: 0
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# API Platform documentation website
## Build
```
npm install
# fetches api-platform/docs
bash tools/get-docs.sh
# fetches api-platform/core for reference and guides
bash tools/get-core-docs.sh
# builds the config/_default/menu.toml according to the outline.yaml from api-platform/docs
node tools/menu.mjs
# build our tailwind theme
cd themes/api-platform
npm install
npm run build
# run hugo to build public/
cd ../../
hugo
```
## Dev
In `themes/api-platform` run `npm run build -- --watch`
Run `hugo serve`