summaryrefslogtreecommitdiffhomepage
path: root/cmd
AgeCommit message (Collapse)Author
2019-04-28Add script parameter for /rebuildAdin Scannell
... Otherwise, the deploy fails.
2019-04-26cmd/gvisor-website: add /rebuild and cronAdin Scannell
In order to ensure that the system call descriptions and other documentation that will be sourced from the main repository remains up to date, add a hook that allows the site to submit a rebuild to Google Cloud Builder. This can be triggered manually by an admin, or will be triggered every 24 hours by a new cron configuration.
2019-04-23Redirect www.gvisor.dev to gvisor.devIan Lewis
2019-04-05Remove login interstitialIan Lewis
2019-04-03Add a /syscall redirect to compatibility docsIan Lewis
/syscall -> /docs/user_guide/compatibility/amd64 /syscall/amd64 -> /docs/user_guide/compatibility/amd64 /syscall/amd64/.* -> /docs/user_guide/compatibility/amd64/#%s
2019-04-03Remove parse-syscall-annotations tool for nowIan Lewis
Some more work needs to be done for generating syscall compatibility reference documentation.
2019-04-02Simplify app.yamlAdin Scannell
2019-04-02Update syscall ref doc generatorIan Lewis
2019-04-01Drop godoc handling.Adin Scannell
2019-03-29Initial commitIan Lewis