Skip to content

Commit

Permalink
docs: Fix a typo in versioning.md (#5852)
Browse files Browse the repository at this point in the history
  • Loading branch information
fishmandev committed Nov 2, 2021
1 parent 0e5057b commit d7581b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/guides/docs/versioning.md
Expand Up @@ -184,7 +184,7 @@ Should you cut a new documentation version 1.0.1? **You probably shouldn't**. 1.

### Keep the number of versions small {#keep-the-number-of-versions-small}

As a good rule of thumb, try to keep the number of your versions below 10. **It is very likely** that you will have a lot of obsolete versioned documentation that nobody even reads anymore. For example, [Jest](https://jestjs.io/versions) is currently in version `24.9`, and only maintains several latest documentation version with the lowest being `22.X`. Keep it small 😊
As a good rule of thumb, try to keep the number of your versions below 10. **It is very likely** that you will have a lot of obsolete versioned documentation that nobody even reads anymore. For example, [Jest](https://jestjs.io/versions) is currently in version `24.9`, and only maintains several latest documentation versions with the lowest being `22.X`. Keep it small 😊

### Use absolute import within the docs {#use-absolute-import-within-the-docs}

Expand Down

0 comments on commit d7581b3

Please sign in to comment.