mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-06 04:42:40 +02: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
1 changed files with 3 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue