Skip to content

Commit a06ea17

Browse files
Make Building a strong community a top-level doc set (#18396)
* Move directory to new location * Update new index page * Create wikis category * Create blocking category * Create moderation category * Make map topics into category indexes * Create contributions category * Create template category * Add redirects * Add new product to products.yml * Rename product for URL purposes * Update links to wiki content * Update links to maintaining safety articles * Update links to moderation content * Remove old category from github product index * Fix links * Update links to healthy contributions articles * Update links to template articles * Fix links
1 parent 80bdffe commit a06ea17

76 files changed

Lines changed: 265 additions & 224 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/code-security/security-advisories/adding-a-security-policy-to-your-repository.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ topics:
1414

1515
To give people instructions for responsibly reporting security vulnerabilities in your project, you can add a _SECURITY.md_ file to your repository's root, `docs`, or `.github` folder. When someone creates an issue in your repository, they will see a link to your project's security policy.
1616

17-
You can create a default security policy for your organization or user account. For more information, see "[Creating a default community health file](/github/building-a-strong-community/creating-a-default-community-health-file)."
17+
You can create a default security policy for your organization or user account. For more information, see "[Creating a default community health file](/communities/setting-up-your-project-for-healthy-contributions/creating-a-default-community-health-file)."
1818

1919
{% tip %}
2020

@@ -43,5 +43,5 @@ After someone reports a security vulnerability in your project, you can use {% d
4343
### Further reading
4444

4545
- "[About securing your repository](/github/administering-a-repository/about-securing-your-repository)"
46-
- "[Setting up your project for healthy contributions](/github/building-a-strong-community/setting-up-your-project-for-healthy-contributions)"
46+
- "[Setting up your project for healthy contributions](/communities/setting-up-your-project-for-healthy-contributions)"
4747
- [{% data variables.product.prodname_security %}]({% data variables.product.prodname_security_link %})

content/github/building-a-strong-community/about-wikis.md renamed to content/communities/documenting-your-project-with-wikis/about-wikis.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ intro: 'You can host documentation for your repository in a wiki, so that others
44
redirect_from:
55
- /articles/about-github-wikis/
66
- /articles/about-wikis
7+
- /github/building-a-strong-community/about-wikis
78
product: '{% data reusables.gated-features.wikis %}'
89
versions:
910
free-pro-team: '*'
@@ -19,12 +20,12 @@ With wikis, you can write content just like everywhere else on {% data variables
1920

2021
{% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}If you create a wiki in a public repository, the wiki is available to {% if enterpriseServerVersions contains currentVersion %}anyone with access to {% data variables.product.product_location %}{% else %}the public{% endif %}. {% endif %}If you create a wiki in an internal or private repository, {% if currentVersion == "free-pro-team@latest" or enterpriseServerVersions contains currentVersion %}people{% elsif currentVersion == "github-ae@latest" %}enterprise members{% endif %} with access to the repository can also access the wiki. For more information, see "[Setting repository visibility](/articles/setting-repository-visibility)."
2122

22-
You can edit wikis directly on {% data variables.product.product_name %}, or you can edit wiki files locally. By default, only people with write access to your repository can make changes to wikis, although you can allow everyone on {% data variables.product.product_location %} to contribute to a wiki in {% if currentVersion == "github-ae@latest" %}an internal{% else %}a public{% endif %} repository. For more information, see "[Changing access permissions for wikis](/articles/changing-access-permissions-for-wikis)".
23+
You can edit wikis directly on {% data variables.product.product_name %}, or you can edit wiki files locally. By default, only people with write access to your repository can make changes to wikis, although you can allow everyone on {% data variables.product.product_location %} to contribute to a wiki in {% if currentVersion == "github-ae@latest" %}an internal{% else %}a public{% endif %} repository. For more information, see "[Changing access permissions for wikis](/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis)".
2324

2425
### Further reading
2526

26-
- "[Adding or editing wiki pages](/articles/adding-or-editing-wiki-pages)"
27-
- "[Creating a footer or sidebar for your wiki](/articles/creating-a-footer-or-sidebar-for-your-wiki)"
28-
- "[Editing wiki content](/articles/editing-wiki-content)"
27+
- "[Adding or editing wiki pages](/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages)"
28+
- "[Creating a footer or sidebar for your wiki](/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki)"
29+
- "[Editing wiki content](/communities/documenting-your-project-with-wikis/editing-wiki-content)"
2930
- "[Viewing a wiki's history of changes](/articles/viewing-a-wiki-s-history-of-changes)"
3031
- "[Searching wikis](/articles/searching-wikis)"

content/github/building-a-strong-community/adding-or-editing-wiki-pages.md renamed to content/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ redirect_from:
77
- /articles/adding-and-editing-wik-pages-locally/
88
- /articles/adding-and-editing-wiki-pages-locally/
99
- /articles/adding-or-editing-wiki-pages
10+
- /github/building-a-strong-community/adding-or-editing-wiki-pages
1011
product: '{% data reusables.gated-features.wikis %}'
1112
versions:
1213
free-pro-team: '*'

content/github/building-a-strong-community/changing-access-permissions-for-wikis.md renamed to content/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ intro: 'Only repository collaborators can edit a public repository''s wiki by de
44
product: '{% data reusables.gated-features.wikis %}'
55
redirect_from:
66
- /articles/changing-access-permissions-for-wikis
7+
- /github/building-a-strong-community/changing-access-permissions-for-wikis
78
versions:
89
free-pro-team: '*'
910
enterprise-server: '*'
@@ -19,4 +20,4 @@ topics:
1920

2021
### Further reading
2122

22-
- "[Disabling wikis](/articles/disabling-wikis)"
23+
- "[Disabling wikis](/communities/documenting-your-project-with-wikis/disabling-wikis)"

content/github/building-a-strong-community/creating-a-footer-or-sidebar-for-your-wiki.md renamed to content/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ redirect_from:
55
- /articles/creating-a-footer/
66
- /articles/creating-a-sidebar/
77
- /articles/creating-a-footer-or-sidebar-for-your-wiki
8+
- /github/building-a-strong-community/creating-a-footer-or-sidebar-for-your-wiki
89
product: '{% data reusables.gated-features.wikis %}'
910
versions:
1011
free-pro-team: '*'

content/github/building-a-strong-community/disabling-wikis.md renamed to content/communities/documenting-your-project-with-wikis/disabling-wikis.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ intro: You can disable your repository's wiki.
44
product: '{% data reusables.gated-features.wikis %}'
55
redirect_from:
66
- /articles/disabling-wikis
7+
- /github/building-a-strong-community/disabling-wikis
78
versions:
89
free-pro-team: '*'
910
enterprise-server: '*'
@@ -21,4 +22,4 @@ When you turn off a wiki, the content is hidden, but not erased. If you choose t
2122

2223
### Further reading
2324

24-
- "[Changing access permissions for wikis](/articles/changing-access-permissions-for-wikis)"
25+
- "[Changing access permissions for wikis](/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis)"

content/github/building-a-strong-community/editing-wiki-content.md renamed to content/communities/documenting-your-project-with-wikis/editing-wiki-content.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ redirect_from:
1010
- /articles/adding-images-to-wikis/
1111
- /articles/supported-mediawiki-formats/
1212
- /articles/editing-wiki-content
13+
- /github/building-a-strong-community/editing-wiki-content
1314
product: '{% data reusables.gated-features.wikis %}'
1415
versions:
1516
free-pro-team: '*'
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Documenting your project with wikis
3+
shortTitle: Using wikis
4+
intro: 'You can use a wiki to share detailed, long-form information about your project.'
5+
redirect_from:
6+
- /categories/49/articles/
7+
- /categories/wiki/
8+
- /articles/documenting-your-project-with-wikis
9+
- /github/building-a-strong-community/documenting-your-project-with-wikis
10+
product: '{% data reusables.gated-features.wikis %}'
11+
versions:
12+
free-pro-team: '*'
13+
enterprise-server: '*'
14+
github-ae: '*'
15+
topics:
16+
- community
17+
---
18+
19+
{% link_in_list /about-wikis %}
20+
{% link_in_list /adding-or-editing-wiki-pages %}
21+
{% link_in_list /creating-a-footer-or-sidebar-for-your-wiki %}
22+
{% link_in_list /editing-wiki-content %}
23+
{% link_in_list /viewing-a-wikis-history-of-changes %}
24+
{% link_in_list /changing-access-permissions-for-wikis %}
25+
{% link_in_list /disabling-wikis %}

content/github/building-a-strong-community/viewing-a-wikis-history-of-changes.md renamed to content/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ product: '{% data reusables.gated-features.wikis %}'
55
redirect_from:
66
- /articles/viewing-a-wiki-s-history-of-changes
77
- /articles/viewing-a-wikis-history-of-changes
8+
- /github/building-a-strong-community/viewing-a-wikis-history-of-changes
89
versions:
910
free-pro-team: '*'
1011
enterprise-server: '*'

content/communities/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Building communities
3+
intro: 'Whether your project is open source or private, you can build a healthy and effective environment for collaboration.'
4+
redirect_from:
5+
- /categories/building-a-strong-community
6+
- /github/building-a-strong-community
7+
versions:
8+
free-pro-team: '*'
9+
enterprise-server: '*'
10+
github-ae: '*'
11+
topics:
12+
- community
13+
---
14+
15+
{% link_with_intro /setting-up-your-project-for-healthy-contributions %}
16+
{% link_with_intro /using-templates-to-encourage-useful-issues-and-pull-requests %}
17+
{% link_with_intro /moderating-comments-and-conversations %}
18+
{% link_with_intro /maintaining-your-safety-on-github %}
19+
{% link_with_intro /documenting-your-project-with-wikis %}

0 commit comments

Comments
 (0)