Skip to content

Documentation Updates Guide

Publishing new documentation

To publish new documentation, first ensure the latest version of the Confluent Cloud Secrets Engine repo is present.

Then run the following command:

./publish-github-page-docs.sh

Make sure the file is executable, if not this can be done by running

chmod +x publish-github-page-docs.sh 

Accessing documentation

To access the documentation navigate to Confluent Cloud Secrets Engine Github Page or locally run the following command:

./preview-github-page-docs.sh

Make sure the file is executable, if not this can be done by running:

chmod +x preview-github-page-docs.sh

Adding new documentation

When adding new documentation save the document as new_document.md in the astrodocs/src/content/docs directory.

Visit the README for more information.