From 522a37828dbc201279db73e92473ac121b0f52b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=F0=9F=99=88=20=20jacopo=20beschi=20=F0=9F=99=89?= Date: Tue, 10 Sep 2019 17:42:03 +0000 Subject: Resolve "Documentation lacks how to enable Project snippets" --- .../64122-documentation-lacks-how-to-enable-project-snippets.yml | 5 +++++ doc/user/project/settings/index.md | 2 ++ doc/user/snippets.md | 5 +++++ 3 files changed, 12 insertions(+) create mode 100644 changelogs/unreleased/64122-documentation-lacks-how-to-enable-project-snippets.yml diff --git a/changelogs/unreleased/64122-documentation-lacks-how-to-enable-project-snippets.yml b/changelogs/unreleased/64122-documentation-lacks-how-to-enable-project-snippets.yml new file mode 100644 index 00000000000..a1f99833ce0 --- /dev/null +++ b/changelogs/unreleased/64122-documentation-lacks-how-to-enable-project-snippets.yml @@ -0,0 +1,5 @@ +--- +title: Mention in docs how to disable project snippets +merge_request: 32391 +author: Jacopo Beschi @jacopo-beschi +type: other diff --git a/doc/user/project/settings/index.md b/doc/user/project/settings/index.md index 58ccd8bf2ae..e0fb5c57784 100644 --- a/doc/user/project/settings/index.md +++ b/doc/user/project/settings/index.md @@ -32,6 +32,8 @@ links will be missing from the sidebar UI. You can still access them with direct links if you can access Merge Requests. This is deliberate, if you can see Issues or Merge Requests, both of which use Labels and Milestones, then you shouldn't be denied access to Labels and Milestones pages. +Project [Snippets](../../snippets.md) are enabled by default. + #### Disabling email notifications You can disable all email notifications related to the project by selecting the diff --git a/doc/user/snippets.md b/doc/user/snippets.md index 7b580a057f2..74f58a1a92b 100644 --- a/doc/user/snippets.md +++ b/doc/user/snippets.md @@ -33,6 +33,11 @@ overview that shows snippets you created and allows you to explore all snippets. If you want to discover snippets that belong to a specific project, you can navigate to the Snippets page via the left side navigation on the project page. +Project snippets are enabled and available by default, but they can +be disabled by navigating to your project's **Settings**, expanding +**Visibility, project features, permissions** and scrolling down to +**Snippets**. From there, you can toggle to disable them or select a +different visibility level from the dropdown menu. ## Snippet comments -- cgit v1.2.1