This website is built using Docusaurus 2, a modern static website generator.
- Staging: https://apidocs-staging.aplazame.org
- Production: https://aplazame.dev
yarnNode >=16.14
yarn startStart with en locale:
yarn start --locale enor
npx docusaurus startyarn run start --locale es
yarn run start --locale enor
npm run start -- --locale enThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
This command generate pending translations:
yarn run write-translations --locale en
The docusaurus write-translations command will statically analyze all React code files used in your site, extract calls to these APIs, and aggregate them in the code.json file. More info
The build generate content for all the languages and check internal links:
yarn build
To test your build locally.
npm run serveThis command generates static content into the build directory and can be served using any static contents hosting service.
https://github.com/praveenn77/docusaurus-lunr-search
### Testing
npx cypress opencypress run --browser chromehttps://docusaurus.io/docs/deployment
(Done by Jenkins)