mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
docs(v2): fix grammar and improve wording (#4481)
- resolve grammar issue in Setup heading and rephrase to (subjectively) more clear wording - more consistent wording in first line of Versioned paths heading
This commit is contained in:
parent
bc7c06ee37
commit
3c165c3b89
|
|
@ -47,12 +47,12 @@ We use this pattern on the Docusaurus website itself:
|
|||
|
||||
## Setup {#setup}
|
||||
|
||||
Let's consider we 2 documentations:
|
||||
Suppose you have 2 documentations:
|
||||
|
||||
- Product: some versioned doc about your product
|
||||
- Community: some unversioned doc about the community around your product
|
||||
|
||||
You have to use twice the same plugin in your site configuration.
|
||||
In this case, you should use the same plugin twice in your site configuration.
|
||||
|
||||
:::caution
|
||||
|
||||
|
|
@ -140,7 +140,7 @@ We consider that the `product` instance is the most important one, and make it t
|
|||
|
||||
## Versioned paths {#versioned-paths}
|
||||
|
||||
Each instance will store versioned docs in a distinct folder.
|
||||
Each plugin instance will store versioned docs in a distinct folder.
|
||||
|
||||
The default plugin instance will use these paths:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue