Skip to content

Commit

Permalink
docs: Moves documentation to new repository (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored Mar 6, 2018
1 parent 3bcfd8b commit a9f21f3
Show file tree
Hide file tree
Showing 23 changed files with 5 additions and 2,726 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ jobs:
- checkout
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "ORY Continuous Integration"
- run: "git clone https://arekkas:[email protected]/ory/ory-am.git ../ory-am"
- run: "cp -R ./docs/* ../ory-am/docs/2-oathkeeper/"
- run: "(cd ../ory-am && git add -A && git commit -a -m \"docs: Updates ORY Oathkeeper docs\" && git push origin) || exit 0"
- run: "git clone https://arekkas:[email protected]/ory/docs.git ../docs"
- run: "cp ./docs/api.swagger.json ../docs/apis/oathkeeper.json"
- run: "(cd ../docs && git add -A && git commit -a -m \"docs: Updates ORY Oathkeeper Swagger definitions\" && git push origin) || exit 0"

workflows:
version: 2
Expand Down
26 changes: 0 additions & 26 deletions book.json

This file was deleted.

3 changes: 0 additions & 3 deletions docs/1-Quickstart/0-README.md

This file was deleted.

21 changes: 0 additions & 21 deletions docs/1-Quickstart/1-INSTALLATION.md

This file was deleted.

83 changes: 0 additions & 83 deletions docs/1-Quickstart/2-EXECUTION.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/2-Concepts/0-README.md

This file was deleted.

9 changes: 0 additions & 9 deletions docs/2-Concepts/1-TERMINOLOGY.md

This file was deleted.

211 changes: 0 additions & 211 deletions docs/2-Concepts/2-RULES.md

This file was deleted.

Loading

0 comments on commit a9f21f3

Please sign in to comment.