Fix merge conflicts.
Signed-off-by: Naarcha-AWS <naarcha@amazon.com>
This commit is contained in:
commit
576baef83a
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"current": "2.0",
|
||||
"current": "1.3",
|
||||
"all": [
|
||||
"2.0",
|
||||
"1.3",
|
||||
"1.2",
|
||||
"1.1",
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
/* During build, DOC_VERSIONS is prefixed to convey all the versions available, informed by `_data/versions.json`
|
||||
* Example:
|
||||
* const DOC_VERSIONS = ["1.1","1.0"];
|
||||
*
|
||||
* DOC_VERSION_LATEST will picl `latest`, or in its absence the `current` version.
|
||||
*
|
||||
* DOC_VERSION_LATEST will pick `latest`, or in its absence the `current` version.
|
||||
* const DOC_VERSION_LATEST = "2.0";
|
||||
*/
|
||||
const PREFIX = "OpenSearch ";
|
||||
|
|
Loading…
Reference in New Issue