From 813e5f65edb1d0b4658c58f029da1116f133028a Mon Sep 17 00:00:00 2001 From: Emmanuel Sciara Date: Wed, 31 Jul 2019 00:44:20 +0200 Subject: [PATCH] docs: synched README.md and SUMMARY.md --- README.md | 15 ++++++++++----- SUMMARY.md | 1 + 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5f4a9497..de9807ec 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) + - [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) @@ -103,12 +103,17 @@ 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/README.md) - - [Package managers and languages](docs/recipes/README.md) + - [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) - Developer guide - [JavaScript API](docs/developer-guide/js-api.md) - - [Plugins](docs/developer-guide/plugin.md) - - [Shareable configuration](docs/developer-guide/shareable-configuration.md) + - [Plugin development](docs/developer-guide/plugin.md) + - [Shareable configuration development](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 684c9e7b..c6597ab5 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -1,6 +1,7 @@ # 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)