Skip to content

Latest commit

 

History

History
 
 

docs

Prism Docs

The Prism docs are built using Vitepress and deployed via Netlify.

Important

Make sure you review the documentation style guide!

Development

npm run docs:dev

Adding a new Provider

  • 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

Production

npm run docs:build