Skip to content

Commit

Permalink
revert: docs(recipes): cleaned doc and navigation
Browse files Browse the repository at this point in the history
This reverts commit a8f8bff.
  • Loading branch information
pvdlg committed Aug 22, 2019
1 parent e00b6c8 commit a6188d3
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 24 deletions.
2 changes: 0 additions & 2 deletions .gitignore
@@ -1,5 +1,3 @@
# Jetbrains IDEs
.idea

# Created by https://www.gitignore.io/api/macos,windows,linux,node

Expand Down
7 changes: 4 additions & 3 deletions SUMMARY.md
Expand Up @@ -12,13 +12,14 @@
- [Shareable configuration](docs/extending/shareable-configurations-list.md)

## Recipes
- [CI configurations](docs/recipes/ci-configurations.md)
- [CI configurations](docs/recipes/README.md)
- [CircleCI 2.0 workflows](docs/recipes/circleci-workflows.md)
- [Travis CI](docs/recipes/travis.md)
- [Travis CI with build stages](docs/recipes/travis-build-stages.md)
- [GitLab CI](docs/recipes/gitlab-ci.md)
- [Git hosted services](docs/recipes/git-hosted-services.md)
- [Git hosted services](docs/recipes/README.md)
- [Git authentication with SSH keys](docs/recipes/git-auth-ssh-keys.md)
- [Package managers and languages](docs/recipes/package-managers-and-languages.md)
- [Package managers and languages](docs/recipes/README.md)

## Developer guide
- [JavaScript API](docs/developer-guide/js-api.md)
Expand Down
10 changes: 9 additions & 1 deletion docs/recipes/README.md
@@ -1,3 +1,11 @@
# Git hosted services
# Recipes

## CI configurations
- [CircleCI 2.0 workflows](circleci-workflows.md)
- [Travis CI](travis.md)
- [GitLab CI](gitlab-ci.md)

## Git hosted services
- [Git authentication with SSH keys](git-auth-ssh-keys.md)

## Package managers and languages
4 changes: 0 additions & 4 deletions docs/recipes/ci-configurations.md

This file was deleted.

12 changes: 0 additions & 12 deletions docs/recipes/git-hosted-services.md

This file was deleted.

2 changes: 0 additions & 2 deletions docs/recipes/package-managers-and-languages.md

This file was deleted.

0 comments on commit a6188d3

Please sign in to comment.