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:
Diffstat (limited to 'content')
-rw-r--r--content/_data/navigation.yaml4
-rw-r--r--content/frontend/search/search_helpers.js6
-rw-r--r--content/versions.json6
3 files changed, 8 insertions, 8 deletions
diff --git a/content/_data/navigation.yaml b/content/_data/navigation.yaml
index 1c623ef4..f87203a7 100644
--- a/content/_data/navigation.yaml
+++ b/content/_data/navigation.yaml
@@ -50,7 +50,7 @@ sections:
category_url: 'ee/tutorials/secure_application.html'
- category_title: Manage your infrastructure
category_url: 'ee/tutorials/infrastructure.html'
- - category_title: Develop with GitLab
+ - category_title: Extend with GitLab
category_url: 'ee/tutorials/develop.html'
- category_title: Find more tutorials
category_url: 'ee/tutorials/more_tutorials.html'
@@ -2432,7 +2432,7 @@ sections:
doc_url: 'ee/user/project/repository/code_suggestions/repository_xray.html'
- category_title: Ask questions with Chat
category_url: 'ee/user/gitlab_duo_chat.html'
- - section_title: Develop
+ - section_title: Extend
section_url: 'ee/api/'
section_categories:
- category_title: Integrations
diff --git a/content/frontend/search/search_helpers.js b/content/frontend/search/search_helpers.js
index a63e7a0c..09d5afbf 100644
--- a/content/frontend/search/search_helpers.js
+++ b/content/frontend/search/search_helpers.js
@@ -73,9 +73,9 @@ export const SEARCH_FILTERS = [
id: 'user',
},
{
- text: 'Developer (API) docs',
- value: 'Develop',
- id: 'develop',
+ text: 'Extension and API docs',
+ value: 'Extend',
+ id: 'extend',
},
{
text: 'Contributor docs',
diff --git a/content/versions.json b/content/versions.json
index c58df07e..9ff68714 100644
--- a/content/versions.json
+++ b/content/versions.json
@@ -1,8 +1,8 @@
[
{
- "next": "16.8",
- "current": "16.7",
- "last_minor": ["16.6", "16.5"],
+ "next": "16.9",
+ "current": "16.8",
+ "last_minor": ["16.7", "16.6"],
"last_major": ["15.11", "14.10"]
}
]