Custom Pages
You can host your own custom documentation pages directly within your Onyxia instance. This is ideal if you want to provide onboarding instructions or write step-by-step tutorials specifically tailored to your users.
How It Works
Your documentation must consist of Markdown files. These files will be rendered as HTML within the Onyxia UI.
The documents must be hosted within your Onyxia instance; external links are not supported. You need to include them in the custom-resources.zip file, provided through the CUSTOM_RESOURCES configuration key.
More details are available in the theme and branding documentation.
You can link to your Markdown files from any customizable section of the interface: header, sidebar, footer, and even from other Markdown files.
Example
Assume we include the following files in custom-resources.zip:
We can reference them in our configuration:
Example of Mardown document
Last updated
Was this helpful?