docs(v2): fix misc styling

This commit is contained in:
Alexey Pyltsyn 2020-03-24 09:56:02 +03:00
parent c56ec347f2
commit 8d31c21fe5
2 changed files with 8 additions and 2 deletions

View file

@ -137,7 +137,9 @@ If you did not configure these build options, you may still go to "Site settings
Once properly configured with the above options, your site should deploy and automatically redeploy upon merging to your deploy branch, which defaults to `master`.
:::important
Make sure to disable Netlify setting `Pretty URLs` to prevent lowercased URLs, unneccessary redirects and 404 errors.
:::
## Deploying to Render

View file

@ -172,7 +172,9 @@ module.exports = {
/**
* Remark and Rehype plugins passed to MDX
*/
remarkPlugins: [/* require('remark-math') */],
remarkPlugins: [
/* require('remark-math') */
],
rehypePlugins: [],
/**
* Truncate marker, can be a regex or string.
@ -246,7 +248,9 @@ module.exports = {
/**
* Remark and Rehype plugins passed to MDX
*/
remarkPlugins: [/* require('remark-math') */],
remarkPlugins: [
/* require('remark-math') */
],
rehypePlugins: [],
/**
* Whether to display the author who last updated the doc.