chore(v2): fix typo in docs, remove dead/redundant stuff

This commit is contained in:
endiliey 2019-11-26 16:49:58 +07:00
parent 2607e86059
commit 2856b328a5
9 changed files with 96 additions and 180 deletions

View file

@ -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