Commit 32dd97c8 authored by Amy Qualls's avatar Amy Qualls

Merge branch 'docs-editor-gitlab-ver-rem' into 'master'

Remove outdated GitLab versions from Editor docs

See merge request gitlab-org/gitlab!77248
parents ba9325d7 bd9e6dc5
--- ---
stage: Create stage: Create
group: Editor group: Editor
info: "To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments" info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: reference
--- ---
# Merge request diffs storage **(FREE SELF)** # Merge request diffs storage **(FREE SELF)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/52568) in GitLab 11.8.
Merge request diffs are size-limited copies of diffs associated with merge Merge request diffs are size-limited copies of diffs associated with merge
requests. When viewing a merge request, diffs are sourced from these copies requests. When viewing a merge request, diffs are sourced from these copies
wherever possible as a performance optimization. wherever possible as a performance optimization.
......
--- ---
stage: Create stage: Create
group: Editor group: Editor
info: "To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments" info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: reference, api
--- ---
# Project snippets **(FREE)** # Project snippets **(FREE)**
...@@ -247,8 +246,6 @@ curl "https://gitlab.com/api/v4/projects/1/snippets/2/files/master/snippet%2Erb/ ...@@ -247,8 +246,6 @@ curl "https://gitlab.com/api/v4/projects/1/snippets/2/files/master/snippet%2Erb/
## Get user agent details ## Get user agent details
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/29508) in GitLab 9.4.
Available only for users with the Administrator [role](../user/permissions.md). Available only for users with the Administrator [role](../user/permissions.md).
```plaintext ```plaintext
......
--- ---
stage: Create stage: Create
group: Editor group: Editor
info: "To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments" info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: reference, api
--- ---
# Snippets API **(FREE)** # Snippets API **(FREE)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/6373) in GitLab 8.15.
Snippets API operates on [snippets](../user/snippets.md). Related APIs exist for Snippets API operates on [snippets](../user/snippets.md). Related APIs exist for
[project snippets](project_snippets.md) and [project snippets](project_snippets.md) and
[moving snippets between storages](snippet_repository_storage_moves.md). [moving snippets between storages](snippet_repository_storage_moves.md).
...@@ -449,8 +446,6 @@ Example response: ...@@ -449,8 +446,6 @@ Example response:
## Get user agent details ## Get user agent details
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/12655) in GitLab 9.4.
NOTE: NOTE:
Available only for administrators. Available only for administrators.
......
--- ---
stage: Create stage: Create
group: Editor group: Editor
info: "To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments" info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: reference, api
--- ---
# Project wikis API **(FREE)** # Project wikis API **(FREE)**
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/13372) in GitLab 10.0.
The project [wikis](../user/project/wiki/index.md) API is available only in APIv4. The project [wikis](../user/project/wiki/index.md) API is available only in APIv4.
An API for [group wikis](group_wikis.md) is also available. An API for [group wikis](group_wikis.md) is also available.
......
--- ---
type: reference, dev
stage: Create stage: Create
group: Editor group: Editor
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
...@@ -91,8 +90,6 @@ Only some data is persisted in the database: ...@@ -91,8 +90,6 @@ Only some data is persisted in the database:
The web UI uploads attachments through the REST API, which stores the files as commits in the wiki repository. The web UI uploads attachments through the REST API, which stores the files as commits in the wiki repository.
Prior to GitLab 11.3 attachments were stored outside of the repository, [see this issue](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/33475).
## Related topics ## Related topics
- [Gollum installation instructions](https://github.com/gollum/gollum/wiki/Installation) - [Gollum installation instructions](https://github.com/gollum/gollum/wiki/Installation)
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
stage: Create stage: Create
group: Editor group: Editor
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: howto
--- ---
# GitLab Web Editor **(FREE)** # GitLab Web Editor **(FREE)**
...@@ -118,8 +117,6 @@ There are multiple ways to create a branch from the GitLab web interface. ...@@ -118,8 +117,6 @@ There are multiple ways to create a branch from the GitLab web interface.
### Create a new branch from an issue ### Create a new branch from an issue
> [Introduced](https://gitlab.com/gitlab-org/gitlab-foss/-/merge_requests/2808) in GitLab 8.6.
If your development workflow requires an issue for every merge If your development workflow requires an issue for every merge
request, you can create a branch directly from the issue to speed the process up. request, you can create a branch directly from the issue to speed the process up.
The new branch, and later its merge request, are marked as related to this issue. The new branch, and later its merge request, are marked as related to this issue.
......
--- ---
stage: Create stage: Create
group: Editor group: Editor
info: "To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments" info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: reference, how-to
--- ---
# Wiki **(FREE)** # Wiki **(FREE)**
...@@ -87,11 +86,7 @@ Users with the [Developer role](../../permissions.md) can create new wiki pages: ...@@ -87,11 +86,7 @@ Users with the [Developer role](../../permissions.md) can create new wiki pages:
[special characters](#special-characters-in-page-titles) for subdirectories and formatting, [special characters](#special-characters-in-page-titles) for subdirectories and formatting,
and have [length restrictions](#length-restrictions-for-file-and-directory-names). and have [length restrictions](#length-restrictions-for-file-and-directory-names).
1. Add content to your wiki page. 1. Add content to your wiki page.
1. Optional. Attach a file, and GitLab stores it according to your installed version of GitLab: 1. Optional. Attach a file, and GitLab stores it in the wiki's Git repository.
- *Files added in [GitLab 11.3 and later](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/33475):*
Files are stored in the wiki's Git repository.
- *Files added GitLab 11.2 and earlier:* Files are stored in GitLab itself. To add
the file to the wiki's Git repository, you must re-upload the file.
1. Add a **Commit message**. Git requires a commit message, so GitLab creates one 1. Add a **Commit message**. Git requires a commit message, so GitLab creates one
if you don't enter one yourself. if you don't enter one yourself.
1. Select **Create page**. 1. Select **Create page**.
...@@ -227,9 +222,9 @@ You can see the changes made in a version of a wiki page, similar to versioned d ...@@ -227,9 +222,9 @@ You can see the changes made in a version of a wiki page, similar to versioned d
## Track wiki events ## Track wiki events
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/14902) in **GitLab 12.10.** > - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/14902) in GitLab 12.10.
> - Git events were [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/216014) in **GitLab 13.0.** > - Git events were [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/216014) in GitLab 13.0.
> - [Feature flag for Git events was removed](https://gitlab.com/gitlab-org/gitlab/-/issues/258665) in **GitLab 13.5** > - [Feature flag for Git events was removed](https://gitlab.com/gitlab-org/gitlab/-/issues/258665) in GitLab 13.5.
GitLab tracks wiki creation, deletion, and update events. These events are displayed on these pages: GitLab tracks wiki creation, deletion, and update events. These events are displayed on these pages:
......
--- ---
stage: Create stage: Create
group: Editor group: Editor
info: "To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments" info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#assignments
type: index, reference, howto
--- ---
# Searching in GitLab **(FREE)** # Searching in GitLab **(FREE)**
...@@ -102,8 +101,7 @@ You can filter the **Issues** list to individual instances by their ID. For exam ...@@ -102,8 +101,7 @@ You can filter the **Issues** list to individual instances by their ID. For exam
### Filtering merge requests by approvers **(PREMIUM)** ### Filtering merge requests by approvers **(PREMIUM)**
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/9468) in GitLab 11.9. > Moved to GitLab Premium in 13.9.
> - Moved to GitLab Premium in 13.9.
To filter merge requests by an individual approver, you can type (or select from To filter merge requests by an individual approver, you can type (or select from
the dropdown) **Approver** and select the user. the dropdown) **Approver** and select the user.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment