mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-30 15:00:09 +02:00
docs(v2): fix misc styling
This commit is contained in:
parent
c56ec347f2
commit
8d31c21fe5
2 changed files with 8 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue