From e770c50f010520462ea6049c8835ad2f8057bc79 Mon Sep 17 00:00:00 2001 From: Pierre Vanduynslager Date: Thu, 22 Aug 2019 12:10:55 -0400 Subject: [PATCH] revert: docs: synched README.md and SUMMARY.md This reverts commit 813e5f65edb1d0b4658c58f029da1116f133028a. --- README.md | 15 +++++---------- SUMMARY.md | 1 - 2 files changed, 5 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index de9807ec..5f4a9497 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ After running the tests, the command `semantic-release` will execute the followi ## Documentation - Usage - - [Getting started](docs/usage/getting-started.md) + - [Getting started](docs/usage/getting-started.md#getting-started) - [Installation](docs/usage/installation.md#installation) - [CI Configuration](docs/usage/ci-configuration.md#ci-configuration) - [Configuration](docs/usage/configuration.md#configuration) @@ -103,17 +103,12 @@ After running the tests, the command `semantic-release` will execute the followi - [Plugins](docs/extending/plugins-list.md) - [Shareable configuration](docs/extending/shareable-configurations-list.md) - Recipes - - [CI configurations](docs/recipes/ci-configurations.md) - - [CircleCI 2.0 workflows](docs/recipes/circleci-workflows.md) - - [Travis CI](docs/recipes/travis.md) - - [GitLab CI](docs/recipes/gitlab-ci.md) - - [Git hosted services](docs/recipes/git-hosted-services.md) - - [Git authentication with SSH keys](docs/recipes/git-auth-ssh-keys.md) - - [Package managers and languages](docs/recipes/package-managers-and-languages.md) + - [CI configurations](docs/recipes/README.md) + - [Package managers and languages](docs/recipes/README.md) - Developer guide - [JavaScript API](docs/developer-guide/js-api.md) - - [Plugin development](docs/developer-guide/plugin.md) - - [Shareable configuration development](docs/developer-guide/shareable-configuration.md) + - [Plugins](docs/developer-guide/plugin.md) + - [Shareable configuration](docs/developer-guide/shareable-configuration.md) - Support - [Resources](docs/support/resources.md) - [Frequently Asked Questions](docs/support/FAQ.md) diff --git a/SUMMARY.md b/SUMMARY.md index c6597ab5..684c9e7b 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -1,7 +1,6 @@ # Summary ## Usage -- [Getting started](docs/usage/getting-started.md) - [Installation](docs/usage/installation.md#installation) - [CI Configuration](docs/usage/ci-configuration.md#ci-configuration) - [Configuration](docs/usage/configuration.md#configuration)