docs: redesigned code blocks (#2745)

* docs: redesigned code blocks to include titles

* docs: added a title where necessary
This commit is contained in:
Shahed Nasser
2022-12-08 18:52:54 +02:00
committed by GitHub
parent 8efae2dfcf
commit a57177ded5
60 changed files with 455 additions and 375 deletions
@@ -44,7 +44,7 @@ You can enable a feature by using the server settings in `medusa-config.js`. You
For example, to enable the Tax-Inclusive Pricing beta feature, add the following to the exported object in `medusa-config.js`:
```jsx
```jsx title=medusa-config.js
module.exports = {
featureFlags: {
tax_inclusive_pricing: true