From 0a180f270392c50278bd4b528ceb936620af7d1a Mon Sep 17 00:00:00 2001 From: Marc Villain Date: Wed, 17 Feb 2021 19:10:03 +0100 Subject: [PATCH] add project visibility documentation --- content/setting/_index.md | 14 ++++++++++++++ content/setting/visibility.md | 26 ++++++++++++++++++++++++++ layouts/partials/sidebar-home.html | 1 + 3 files changed, 41 insertions(+) create mode 100644 content/setting/_index.md create mode 100644 content/setting/visibility.md diff --git a/content/setting/_index.md b/content/setting/_index.md new file mode 100644 index 000000000..c756ef701 --- /dev/null +++ b/content/setting/_index.md @@ -0,0 +1,14 @@ +--- +date: 2000-01-01T00:00:00+00:00 +title: Settings +weight: 140 +toc: true +aliases: +- /configure/settings +- /user-guide/settings +--- + +Here are the articles in this section: + +{{< cards >}} + diff --git a/content/setting/visibility.md b/content/setting/visibility.md new file mode 100644 index 000000000..fa9d0edb2 --- /dev/null +++ b/content/setting/visibility.md @@ -0,0 +1,26 @@ +--- +date: 2000-01-01T00:00:00+00:00 +title: Visibility +weight: 100 +disable_toc: true +aliases: +- /configure/settings/visibility/ +- /user-guide/settings/visibility/ +description: | + Provides the repository visibility level. +--- + +You can use the visibility feature to set the repository visibility level, for example, _set visibility to private_. + +# Public + +The project will be visible by anyone. + +# Private + +The project will be visible by anyone with access. + +# Internal + +The project will be visible by any authenticated user. + diff --git a/layouts/partials/sidebar-home.html b/layouts/partials/sidebar-home.html index 3025f0296..987fb806c 100644 --- a/layouts/partials/sidebar-home.html +++ b/layouts/partials/sidebar-home.html @@ -14,6 +14,7 @@
  • Usage
  • +