[Docs] update branch version to 1.3 #1333
Merged
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.
Description
branch
in the package.json is used for pointing links to the rightsite. For example:
https://opensearch.org/docs/1.3/dashboards/index/
.NOTE: At the time this commit was made the doc site for
1.3
, isnot available.
There is an existing issue here:
opensearch-project/documentation-website#296
We can point this to
latest
but the problem with that is that wedon't re-release versions. When the next major or minor release
occurs then
latest
will point to that version and now allOpenSearch Dashboards 1.3 downloads will point to the newest version.
So to avoid that, I suggest we point this to
1.3
and I got confirmationthat it will be
1.3
.Signed-off-by: Kawika Avilla kavilla414@gmail.com
Issues Resolved
n/a
Check List
yarn test:jest
yarn test:jest_integration
yarn test:ftr