Skip to content

Commit

Permalink
docs(gitbook): updated the summary document so that missing pages are…
Browse files Browse the repository at this point in the history
… rendered by gitbook (#2234)
  • Loading branch information
travi committed Nov 8, 2021
1 parent 5f9d1d1 commit bc146e4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 11 additions & 5 deletions SUMMARY.md
Expand Up @@ -15,12 +15,17 @@

## Recipes
- [CI configurations](docs/recipes/README.md#ci-configurations)
- [CircleCI 2.0](docs/recipes/circleci-workflows.md)
- [Travis CI](docs/recipes/travis.md)
- [GitLab CI](docs/recipes/gitlab-ci.md)
- [CircleCI 2.0](docs/recipes/circleci-workflows.md)
- [Travis CI](docs/recipes/travis.md)
- [GitLab CI](docs/recipes/gitlab-ci.md)
- [GitHub Actions](docs/recipes/github-actions.md)
- [Jenkins CI](docs/recipes/jenkins-ci.md)
- [Git hosted services](docs/recipes/README.md#git-hosted-services)
- [Git authentication with SSH keys](docs/recipes/git-auth-ssh-keys.md)
- [Package managers and languages](docs/recipes/README.md#package-managers-and-languages)
- [Git authentication with SSH keys](docs/recipes/git-auth-ssh-keys.md)
- [Release Workflow](docs/recipes/README.md#release-workflow)
- [Publishing on distribution channels](docs/recipes/distribution-channels.md)
- [Publishing maintenance releases](docs/recipes/maintenance-releases.md)
- [Publishing pre-releases](docs/recipes/pre-releases.md)

## Developer guide
- [JavaScript API](docs/developer-guide/js-api.md)
Expand All @@ -33,3 +38,4 @@
- [Troubleshooting](docs/support/troubleshooting.md)
- [Node version requirement](docs/support/node-version.md)
- [Node Support Policy](docs/support/node-support-policy.md)
- [Git version requirement](docs/support/git-version.md)
2 changes: 0 additions & 2 deletions docs/recipes/README.md
Expand Up @@ -14,5 +14,3 @@
- [Publishing on distribution channels](distribution-channels.md)
- [Publishing maintenance releases](maintenance-releases.md)
- [Publishing pre-releases](pre-releases.md)

## Package managers and languages

0 comments on commit bc146e4

Please sign in to comment.