mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
chore(v2): fix typo in docs, remove dead/redundant stuff
This commit is contained in:
parent
2607e86059
commit
2856b328a5
9 changed files with 96 additions and 180 deletions
|
@ -44,7 +44,7 @@ The table below explains how a versioned file maps to its version and the genera
|
|||
| --------------------------------------- | -------------- | ----------------- |
|
||||
| `versioned_docs/version-1.0.0/hello.md` | 1.0.0 | /docs/1.0.0/hello |
|
||||
| `versioned_docs/version-1.1.0/hello.md` | 1.1.0 (latest) | /docs/hello |
|
||||
| `docs/guides/hello.md` | next | /docs/next/hello |
|
||||
| `docs/hello.md` | next | /docs/next/hello |
|
||||
|
||||
### Tagging a new version
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue