mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-29 17:07:08 +02:00
docs(v2): minor revisions on live coding docs (#1594)
* Use relative file path in md * Need .md file extention in link * docs(v2): minor revisions on live coding block
This commit is contained in:
parent
3496f6e609
commit
e2338bd0c2
2 changed files with 10 additions and 8 deletions
|
@ -9,7 +9,7 @@ Docusaurus has a unique take on configurations. We encourage you to congregate i
|
|||
|
||||
Keeping a well-maintained `docusaurus.config.js` helps you, your collaborators, and your open source contributors be able to focus on docs while having certain fields easy to customize.
|
||||
|
||||
For reference to each of the configurable fields, you may refer to the API reference of [docusaurus.config.js](/docs/docusaurus.config.js).
|
||||
For reference to each of the configurable fields, you may refer to the API reference of [docusaurus.config.js](docusaurus.config.js.md).
|
||||
|
||||
## What goes into `docusaurus.config.js`?
|
||||
|
||||
|
@ -24,8 +24,6 @@ The configurations can be categorized into:
|
|||
- [Theme configurations, plugins, and presets](#theme-plugins-and-presets-configurations)
|
||||
- [Custom configurations](#custom-configurations)
|
||||
|
||||
For more details on the API, check out [the API Reference on `docusaurus.config.js`](docusaurus.config.js)
|
||||
|
||||
### Site meta
|
||||
|
||||
Site meta contains the essential meta information such as titles and `favicon`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue