diff --git a/website/docs/tutorials/quickstart.md b/website/docs/tutorials/quickstart.md index db56f157d6..b163003109 100644 --- a/website/docs/tutorials/quickstart.md +++ b/website/docs/tutorials/quickstart.md @@ -110,7 +110,7 @@ Now you can fetch the feature toggle you created and try turning it on / off in If you want to set up your own instance for testing purposes you can easily do so by using one of our premade setup kits for Heroku or DigitalOcean. -::: info Pricing +:::info Pricing Both DigitalOcean and Heroku will charge you for running Unleash on their services. However, if you use the DigitalOcean link below and are a new user, you will receive $100 in free credits. diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index a976c37e7f..ade265f42e 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -88,6 +88,7 @@ module.exports = { ], }, prism: { + theme: require('prism-react-renderer/themes/oceanicNext'), additionalLanguages: [ 'csharp', 'dart',