Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions content/setting/_index.md
Original file line number Diff line number Diff line change
@@ -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 >}}

26 changes: 26 additions & 0 deletions content/setting/visibility.md
Original file line number Diff line number Diff line change
@@ -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.

1 change: 1 addition & 0 deletions layouts/partials/sidebar-home.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<li class="category separator">Usage</li>
<li class="sidebar-item"><a href="/quickstart">Quickstart</a></li>
<li class="sidebar-item"><a href="/pipeline/overview">Pipelines</a></li>
<li class="sidebar-item"><a href="/setting/">Settings</a></li>
<li class="sidebar-item"><a href="/secret/">Secrets</a></li>
<li class="sidebar-item"><a href="/signature/">Signatures</a></li>
<!-- <li class="sidebar-item"><a href="/coverage/">Coverage</a></li> -->
Expand Down