Skip to content

Commit

Permalink
chore: update blog post
Browse files Browse the repository at this point in the history
Not a time-space complexity, juat a space complexity. In fact, it builds faster in new version due to not having to find the version fallback
  • Loading branch information
endiliey authored Sep 12, 2018
1 parent 7daf64e commit 9367b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/blog/2018-09-11-Towards-Docusaurus-2.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ This is very confusing for users, if they want to edit the v2.0.0 docs, they hav

In addition, this adds complexity within the codebase as we require a mechanism for version fallbacks. And during build time, Docusaurus has to replace the linking to the correct version. This is also the cause of [renaming docs breaks links in old versions](https://github.com/facebook/Docusaurus/issues/845).

For Docusaurus 2, **every time we cut a new version, we will instead take a snapshot of all the docs**. We will not require the content of a document to have changed. This is a time-space complexity trade-off for a better developer and user experience. We will use more space for better separation of concerns and guaranteed correctness.
For Docusaurus 2, **every time we cut a new version, we will instead take a snapshot of all the docs**. We will not require the content of a document to have changed. This is a space complexity trade-off for a better developer and user experience. We will use more space for better separation of concerns and guaranteed correctness.

### Translation

Expand Down

0 comments on commit 9367b3b

Please sign in to comment.