square / keywhiz

A system for distributing and managing secrets
https://square.github.io/keywhiz/
Apache License 2.0
2.62k stars 216 forks source link

Use github new /docs feature for keywhiz website #251

Closed mcpherrinm closed 7 years ago

mcpherrinm commented 8 years ago

https://github.com/blog/2228-simpler-github-pages-publishing

We have a somewhat janky "deploy.sh" script for rebuilding the website and deploying.

We should rename /website to /docs, and replace deploy.sh with a script that just rebuilds api docs & javadocs in that folder.

Then we can shed a bunch of the complexity from deploy.sh with tempdirs and git and stuff.

mcpherrinm commented 7 years ago

done