This repository contains the sources of the Camunda Cloud Documentation. The framework used for this is Docusaurus.
Change to the website
directory and run npm run start
:
cd website
npm run start
You can now browse the docs under http://localhost:3000/. Docusaurus will automatically detect when you change a file and refresh the page in the browser.
Creating a new tag with semver (x.x.x
) will start a github action that builds and publishes the documentation.
Locally you can use the following command as well:
cd website
GIT_USER=${user} CURRENT_BRANCH=master USE_SSH=true npm run publish-gh-pages
The content on this site is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
There are two places to consider:
- The documentation itself is located in the
docs
directory. - The framework in the folder
website
.
- All Markdown files are located in the
docs
folder. Each markdown file has a header, which contains an ID and a title. - Images or other files are stored in the folder
docs/assets
.
- Structure of the documentation: website/sidebars.json
- Starting page: website/pages/en/index.js
- Help: website/pages/en/help.js
- Users: website/pages/en/users.js
- Footer: website/core/footer.js