From b108f4c87e6806c2b7f11e74ad6f426c9cc3b495 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 2 Nov 2016 14:03:08 -0700 Subject: [PATCH] Move docs/development to docs/maintaining --- docs/_data/docs.yml | 2 +- .../affinity-team-captain.md | 1 - .../avoiding-burnout.md | 1 - .../becoming-a-maintainer.md | 1 - docs/_docs/{development => maintaining}/index.md | 13 +++++++------ .../merging-a-pull-request.md | 1 - .../reviewing-a-pull-request.md | 1 - .../{development => maintaining}/special-labels.md | 1 - .../triaging-an-issue.md | 1 - 9 files changed, 8 insertions(+), 14 deletions(-) rename docs/_docs/{development => maintaining}/affinity-team-captain.md (97%) rename docs/_docs/{development => maintaining}/avoiding-burnout.md (98%) rename docs/_docs/{development => maintaining}/becoming-a-maintainer.md (98%) rename docs/_docs/{development => maintaining}/index.md (68%) rename docs/_docs/{development => maintaining}/merging-a-pull-request.md (98%) rename docs/_docs/{development => maintaining}/reviewing-a-pull-request.md (98%) rename docs/_docs/{development => maintaining}/special-labels.md (97%) rename docs/_docs/{development => maintaining}/triaging-an-issue.md (98%) diff --git a/docs/_data/docs.yml b/docs/_data/docs.yml index 950d2a6c..4ff28ba2 100644 --- a/docs/_data/docs.yml +++ b/docs/_data/docs.yml @@ -46,6 +46,6 @@ - title: Meta docs: - contributing - - development + - maintaining - conduct - history diff --git a/docs/_docs/development/affinity-team-captain.md b/docs/_docs/maintaining/affinity-team-captain.md similarity index 97% rename from docs/_docs/development/affinity-team-captain.md rename to docs/_docs/maintaining/affinity-team-captain.md index addfecec..02247d2d 100644 --- a/docs/_docs/development/affinity-team-captain.md +++ b/docs/_docs/maintaining/affinity-team-captain.md @@ -1,7 +1,6 @@ --- title: Affinity Team Captains layout: docs -permalink: /docs/development/affinity-team-captain/ --- **This guide is for affinity team captains.** These special people are **team maintainers** of one of our [affinity teams][] and help triage and evaluate the issues and contributions of others. You may find what is written here interesting, but it’s definitely not for everyone. diff --git a/docs/_docs/development/avoiding-burnout.md b/docs/_docs/maintaining/avoiding-burnout.md similarity index 98% rename from docs/_docs/development/avoiding-burnout.md rename to docs/_docs/maintaining/avoiding-burnout.md index 34d878f7..a418cefd 100644 --- a/docs/_docs/development/avoiding-burnout.md +++ b/docs/_docs/maintaining/avoiding-burnout.md @@ -1,7 +1,6 @@ --- title: "Avoiding Burnout" layout: docs -permalink: /docs/development/avoiding-burnout/ --- **This guide is for maintainers.** These special people have **write access** to one or more of Jekyll's repositories and help merge the contributions of others. You may find what is written here interesting, but it’s definitely not for everyone. diff --git a/docs/_docs/development/becoming-a-maintainer.md b/docs/_docs/maintaining/becoming-a-maintainer.md similarity index 98% rename from docs/_docs/development/becoming-a-maintainer.md rename to docs/_docs/maintaining/becoming-a-maintainer.md index e15ac3e4..c4a262b9 100644 --- a/docs/_docs/development/becoming-a-maintainer.md +++ b/docs/_docs/maintaining/becoming-a-maintainer.md @@ -1,7 +1,6 @@ --- title: "Becoming a Maintainer" layout: docs -permalink: /docs/development/becoming-a-maintainer/ --- **This guide is for contributors.** These special people have contributed to one or more of Jekyll's repositories, but do not yet have write access to any. You may find what is written here interesting, but it’s definitely not for everyone. diff --git a/docs/_docs/development/index.md b/docs/_docs/maintaining/index.md similarity index 68% rename from docs/_docs/development/index.md rename to docs/_docs/maintaining/index.md index 4b585c83..5c4da4db 100644 --- a/docs/_docs/development/index.md +++ b/docs/_docs/maintaining/index.md @@ -1,7 +1,7 @@ --- layout: docs title: Maintaining Jekyll -permalink: /docs/development/ +permalink: /docs/maintaining/ --- **This guide is for Jekyll contributors and maintainers.** These special people contribute to one or more of Jekyll's repositories or help merge the contributions of others. You may find what is written here interesting, but it’s definitely not for everyone. @@ -9,11 +9,12 @@ permalink: /docs/development/ Hello! This is where we document various processes for maintaining Jekyll. Being a maintainer for any Jekyll project is a big responsibility, so we put together some helpful documentation for various tasks you might do as a maintainer. -1. [Triaging and issue](triaging-an-issue/) -2. [Reviewing a pull request](reviewing-a-pull-request/) -3. [Merging a pull request](merging-a-pull-request/) -4. [Avoiding burnout](avoiding-burnout/) -5. [Special Labels](special-labels/) +1. [Affinity teams & their captains](affinity-team-captain/) +2. [Triaging and issue](triaging-an-issue/) +3. [Reviewing a pull request](reviewing-a-pull-request/) +4. [Merging a pull request](merging-a-pull-request/) +5. [Avoiding burnout](avoiding-burnout/) +6. [Special Labels](special-labels/) Interested in becoming a maintainer? Here is some documentation for **contributors**: diff --git a/docs/_docs/development/merging-a-pull-request.md b/docs/_docs/maintaining/merging-a-pull-request.md similarity index 98% rename from docs/_docs/development/merging-a-pull-request.md rename to docs/_docs/maintaining/merging-a-pull-request.md index 37970c4d..7265c6f8 100644 --- a/docs/_docs/development/merging-a-pull-request.md +++ b/docs/_docs/maintaining/merging-a-pull-request.md @@ -1,7 +1,6 @@ --- title: "Merging a Pull Request" layout: docs -permalink: /docs/development/merging-a-pull-request/ --- **This guide is for maintainers.** These special people have **write access** to one or more of Jekyll's repositories and help merge the contributions of others. You may find what is written here interesting, but it’s definitely not for everyone. diff --git a/docs/_docs/development/reviewing-a-pull-request.md b/docs/_docs/maintaining/reviewing-a-pull-request.md similarity index 98% rename from docs/_docs/development/reviewing-a-pull-request.md rename to docs/_docs/maintaining/reviewing-a-pull-request.md index a6a26f42..1ecaeea9 100644 --- a/docs/_docs/development/reviewing-a-pull-request.md +++ b/docs/_docs/maintaining/reviewing-a-pull-request.md @@ -1,7 +1,6 @@ --- title: "Reviewing a Pull Request" layout: docs -permalink: /docs/development/reviewing-a-pull-request/ --- **This guide is for maintainers.** These special people have **write access** to one or more of Jekyll's repositories and help merge the contributions of others. You may find what is written here interesting, but it’s definitely not for everyone. diff --git a/docs/_docs/development/special-labels.md b/docs/_docs/maintaining/special-labels.md similarity index 97% rename from docs/_docs/development/special-labels.md rename to docs/_docs/maintaining/special-labels.md index ba39cdc3..ff8a623f 100644 --- a/docs/_docs/development/special-labels.md +++ b/docs/_docs/maintaining/special-labels.md @@ -1,7 +1,6 @@ --- title: "Special Labels" layout: docs -permalink: /docs/development/special-labels/ --- **This guide is for maintainers.** These special people have **write access** to one or more of Jekyll's repositories and help merge the contributions of others. You may find what is written here interesting, but it’s definitely not for everyone. diff --git a/docs/_docs/development/triaging-an-issue.md b/docs/_docs/maintaining/triaging-an-issue.md similarity index 98% rename from docs/_docs/development/triaging-an-issue.md rename to docs/_docs/maintaining/triaging-an-issue.md index a919d4bb..4802b61b 100644 --- a/docs/_docs/development/triaging-an-issue.md +++ b/docs/_docs/maintaining/triaging-an-issue.md @@ -1,7 +1,6 @@ --- title: "Triaging an Issue" layout: docs -permalink: /docs/development/triaging-an-issue/ --- **This guide is for maintainers.** These special people have **write access** to one or more of Jekyll's repositories and help merge the contributions of others. You may find what is written here interesting, but it’s definitely not for everyone.