diff --git a/docs/_static/data/enterprise_doc_versions.json b/docs/_static/data/enterprise_doc_versions.json new file mode 100644 index 00000000..17ce5cef --- /dev/null +++ b/docs/_static/data/enterprise_doc_versions.json @@ -0,0 +1,7 @@ +{ + "tags": [], + "branches": ["enterprise", "branch-2022.2", "branch-2023.1", "branch-2024.1", "branch-2024.2"], + "latest": "branch-2024.2", + "unstable": ["enterprise"], + "deprecated": [] +} \ No newline at end of file diff --git a/docs/_static/data/opensource_doc_versions.json b/docs/_static/data/opensource_doc_versions.json new file mode 100644 index 00000000..77ba2eea --- /dev/null +++ b/docs/_static/data/opensource_doc_versions.json @@ -0,0 +1,7 @@ +{ + "tags": [], + "branches": ["master", "branch-5.1", "branch-5.2", "branch-5.4", "branch-6.0", "branch-6.1", "branch-6.2"], + "latest": "branch-6.2", + "unstable": ["master"], + "deprecated": [] +}