The Prism docs are built using Vitepress and deployed via Netlify.
Important
Make sure you review the documentation style guide!
npm run docs:dev
- Update
getting-started/introduction.md
and add the new provider to the supported provider list- Ensure the provider list remains in alphanumeric order
- Create a provider page in
providers/{provider.md}
using the template (providers/provider.md.template
)- Remove any sections that are not needed
- Update
./vitepress/config.mts
and add the provider to the provider sidebar- Ensure the provider sidebar section remains in alphanumeric order
npm run docs:build