Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSarah German <sgerman@gitlab.com>2022-07-06 06:10:14 +0300
committerMarcel Amirault <mamirault@gitlab.com>2022-07-06 06:10:14 +0300
commitd3c1f9c5ddfc0d5208114f5259bb5c0bb064ea48 (patch)
tree13bfe7c1763be4ec232add36131df86449cac821
parent6ca468fa2a4ecb21f0f6a970c7c03d0e63ef57fe (diff)
Add versions.json
-rw-r--r--content/versions.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/content/versions.json b/content/versions.json
new file mode 100644
index 00000000..4fdef565
--- /dev/null
+++ b/content/versions.json
@@ -0,0 +1,8 @@
+[
+ {
+ "next": "15.2",
+ "current": "15.1",
+ "last_minor": ["15.0"],
+ "last_major": ["14.10", "13.12"]
+ }
+]