Smaller pages for version diffs #30
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Current differences from previous editions document (diffs-from-previous-editions.md) is very long (around a thousand lines), make it difficult to maintain, read, and reference to.
This PR breaks large to smaller files, each of them deal with a pair of versions (v3.0-v2.3, v2.3-v2.2.2, etc) and can be discovered through the use of tags (
v3.0,v2.2, etc).There's no change in the content, except rerunning of two Table numbers in "V2.2.1 and V2.2" and "V2.2.2 and V2.2.1" (from "Table A.1" and "Table A.2" to "Table 1" and "Table 1", since they're now in separate files).
The navigation pane will look like this:
(original PR is #13 - was closed because the repo was deleted)