Skip to content

vinceAmstoutz/api-platform-docs-website

 
 

Repository files navigation

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

About

Documentation website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 64.0%
  • HTML 30.3%
  • JavaScript 4.8%
  • Shell 0.9%