diff --git a/SUMMARY.md b/SUMMARY.md index 5713bc7a..56b12f13 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -1,9 +1,5 @@ # Summary -## About -- [Highlights](README.md#highlights) -- [How does it work?](README.md#how-does-it-work) - ## Usage - [Installation](docs/usage/installation.md#installation) - [CI Configuration](docs/usage/ci-configuration.md#ci-configuration) @@ -29,12 +25,8 @@ - [Plugin](docs/developer-guide/plugin.md) - [Shareable configuration](docs/developer-guide/shareable-configuration.md) -## Resources -- [Videos](docs/resources.md#videos) -- [Articles](docs/resources.md#articles) -- [Tutorials](docs/resources.md#tutorials) - ## Support +- [Resources](docs/support/resources.md) - [Frequently Asked Questions](docs/support/FAQ.md) - [Troubleshooting](docs/support/troubleshooting.md) - [Node version requirement](docs/support/node-version.md) diff --git a/book.json b/book.json deleted file mode 100644 index 4f5eb49c..00000000 --- a/book.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "plugins" : ["github", "anchors"], - "pluginsConfig": { - "github": { - "url": "https://github.com/semantic-release/semantic-release" - } - } -} diff --git a/docs/README.md b/docs/README.md index 7399fcf1..a5b4380e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,5 +4,4 @@ - [Extending](extending/README.md)- Extending **semantic-release** with plugins and shareable configurations - [Recipes](recipes/README.md) - Community written recipes for common **semantic-release** use-cases - [Developer Guide](developer-guide/README.md) - The essentials of writing a **semantic-release** plugin or shareable configurations -- [Resources](resources.md) - Videos, articles and tutorials - [Support](support/README.md) - FAQ and troubleshooting diff --git a/docs/support/README.md b/docs/support/README.md index 37fbe275..63e73118 100644 --- a/docs/support/README.md +++ b/docs/support/README.md @@ -1,5 +1,6 @@ # Support +- [Resources](resources.md) - Videos, articles and tutorials - [Frequently Asked Questions](FAQ.md) - [Troubleshooting](troubleshooting.md) - [Node version requirement](node-version.md) diff --git a/docs/resources.md b/docs/support/resources.md similarity index 100% rename from docs/resources.md rename to docs/support/resources.md