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 @@