Adding custom documentation
Added in
eventcatalog@2.33.0
Getting started
Custom documentation requires a Starter or Scale plan, you can get a 14 day free trial to test it out at EventCatalog Cloud. Once you have a license key you can start to use the feature.
Adding custom documentation
Custom documentation is split into two parts:
Creating documentation
Custom documentation is stored in the /docs
folder in your catalog (see example on GitHub), and can be accessed via the url /docs/custom/
.
All documentation is a .mdx
(markdown ) file. You can organize these however you want, for example:
docs/
├── architecture-decision-records/
│ ├── drafts/
│ │ ├── 01-introduction.mdx
│ │ ├── 02-example-record.mdx
│ ├── published/
│ │ ├── 01-introduction.mdx
│ │ ├── 02-example-record.mdx
│ ├── examples/
│ │ ├── 01-introduction.mdx
│ │ ├── 02-example-record.mdx