Skip to content

Commit

Permalink
docs: add remote versions for enterprise and open-source (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarcia360 authored Nov 26, 2024
1 parent 4899e33 commit fbebd71
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/_static/data/enterprise_doc_versions.json
Original file line number Diff line number Diff line change
@@ -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": []
}
7 changes: 7 additions & 0 deletions docs/_static/data/opensource_doc_versions.json
Original file line number Diff line number Diff line change
@@ -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": []
}

0 comments on commit fbebd71

Please sign in to comment.