mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20: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`.
|
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
|
:::important
|
||||||
|
|
||||||
Make sure to disable Netlify setting `Pretty URLs` to prevent lowercased URLs, unneccessary redirects and 404 errors.
|
Make sure to disable Netlify setting `Pretty URLs` to prevent lowercased URLs, unneccessary redirects and 404 errors.
|
||||||
|
|
||||||
:::
|
:::
|
||||||
|
|
||||||
## Deploying to Render
|
## Deploying to Render
|
||||||
|
|
|
@ -172,7 +172,9 @@ module.exports = {
|
||||||
/**
|
/**
|
||||||
* Remark and Rehype plugins passed to MDX
|
* Remark and Rehype plugins passed to MDX
|
||||||
*/
|
*/
|
||||||
remarkPlugins: [/* require('remark-math') */],
|
remarkPlugins: [
|
||||||
|
/* require('remark-math') */
|
||||||
|
],
|
||||||
rehypePlugins: [],
|
rehypePlugins: [],
|
||||||
/**
|
/**
|
||||||
* Truncate marker, can be a regex or string.
|
* Truncate marker, can be a regex or string.
|
||||||
|
@ -246,7 +248,9 @@ module.exports = {
|
||||||
/**
|
/**
|
||||||
* Remark and Rehype plugins passed to MDX
|
* Remark and Rehype plugins passed to MDX
|
||||||
*/
|
*/
|
||||||
remarkPlugins: [/* require('remark-math') */],
|
remarkPlugins: [
|
||||||
|
/* require('remark-math') */
|
||||||
|
],
|
||||||
rehypePlugins: [],
|
rehypePlugins: [],
|
||||||
/**
|
/**
|
||||||
* Whether to display the author who last updated the doc.
|
* Whether to display the author who last updated the doc.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue