Skip to content

Commit 8dd71d5

Browse files
author
Matthew Fisher
committed
ref(docs): remove documentation
The project has now moved to github.com/deis/docs-v2
1 parent e14502a commit 8dd71d5

108 files changed

Lines changed: 4 additions & 14786 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ client/deis.exe
2525
client/*.run
2626
client/makeself/
2727
_dist/
28-
docs/_build/
29-
docs/docs.zip
30-
docs/dummy.sqlite3
3128
manifests/*.tmp.yml
3229
_tests/_tests.test
3330
_tests/example-*/

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,10 @@ before_install:
2828
install:
2929
- pip install -r rootfs/requirements.txt
3030
- pip install -r rootfs/dev_requirements.txt
31-
- make -C docs/ deps
3231
- GLIDE_HOME=/home/travis/.glide make -C client bootstrap
3332
script:
3433
- make test
3534
- make -C client/ bootstrap build test dist prep-bintray-json
36-
- make -C docs/ build test
3735
deploy:
3836
- provider: script
3937
# ensure client/doc builds aren't removed
@@ -50,10 +48,6 @@ deploy:
5048
secure: "JVCyPvXZIabZBhWgZ2wX4UDoTpIAjVnp+Ox6cXywYbACzKZSTz6G1kFcItzpUiEygUtye1213Zb+2050jq3BK7wohy5lcZCDJgrhyw6RxTRWIQQ5o+pS+O/AOYCSbpPn2E5goNutAhlOVsf2TlXkt4wz0jl5qOaecm0QXoiXBPUH5H1a3ifnCylybVG2jc2Kj/9S5uMGDQqocrPTXedZo9E/Es61MbKttlJGfcIrjbS71J8QZvDTcTSjzGT5CVdQulzkLNmFI5y31XwBE9XC6ro/Can10bIvy6yzYSWraUBTXVLWY2mPrPSlohOqNiYg2goQFQ2KwAGe6mVbq3UqOrYqNLXDdpSnCsRkx2KBw+ifET+0neq1NI3v5oSjKZ+p2zKCWQoOxahU40Eg+hA12oN17yHglaj2PGLuxYicDc+BQEGcGdBHAPJNXALd+rSDCdq5Gnd9HsCQE2Tyc+YK2bKvfpgcQNLS7gtiIxoRLZ1/qRBq3SB3IyQik7jjPe9Y0Meqnmdk8PeXM113/MSGdqZtVfyaOcT8SPgN22dhV42fs/BQtplTT3Hcs3yhmDwtl1w1udynerHcWx0PqZFn3h95SozJFPi8UdsbZog5V/CY/OAFs3K4bm3ay4Re1r2vTFCRuukp6UwtT5QR4kjsKWrLkewFbjId2FazJA8kMc4="
5149
on:
5250
branch: master
53-
addons:
54-
artifacts:
55-
paths:
56-
- docs/_build
5751
notifications:
5852
webhooks:
5953
urls:

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ The [Development Environment][dev-environment] documentation extensively details
3838
[dco]: DCO
3939
[issues]: https://github.com/pulls?utf8=%E2%9C%93&q=is%3Aopen+user%3Adeis+user%3Ahelm
4040
[repos]: https://github.com/deis
41-
[troubleshooting]: docs/src/troubleshooting/troubleshooting.md
42-
[dev-environment]: docs/src/contributing/development-environment.md
43-
[pr]: docs/src/contributing/submitting-a-pull-request.md
41+
[troubleshooting]: https://github.com/deis/docs-v2/blob/master/src/troubleshooting/troubleshooting.md
42+
[dev-environment]: https://github.com/deis/docs-v2/blob/master/src/contributing/development-environment.md
43+
[pr]: https://github.com/deis/docs-v2/blob/master/src/contributing/submitting-a-pull-request.md

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ $ helm install deis/deis
4242
```
4343

4444
Complete instructions for installing and managing a Deis cluster are
45-
available in the [docs folder](https://github.com/deis/workflow/tree/master/docs/src).
45+
available at https://github.com/deis/docs-v2
4646

4747
If you want to retrieve the latest client dev build for OS X or Linux, download the client:
4848

docs/Makefile

Lines changed: 0 additions & 24 deletions
This file was deleted.

docs/mkdocs.yml

Lines changed: 0 additions & 89 deletions
This file was deleted.

docs/requirements.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/src/contributing/community.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/src/contributing/conduct.md

Lines changed: 0 additions & 27 deletions
This file was deleted.

docs/src/contributing/design-documents.md

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)