summaryrefslogtreecommitdiffhomepage
path: root/cmd/gvisor-website
AgeCommit message (Collapse)Author
2019-08-07Add redirect from old URL.Ian Lewis
- Adds url redirect from old syscall docs url to new url - make server now runs the Go server and implements redirects. - make devserver runs the hugo dev server.
2019-07-10Add generate-syscall-docs command.Ian Lewis
Adds a new command to automatically generate the syscall compatibility docs from runsc.
2019-06-26Redirect to the custom domain from appspot.comIan Lewis
2019-06-12Add /pr support for links.Adin Scannell
This also updates the canonical package name to include a /gvisor suffix. This is more flexible to allow for future packages or git hook interception.
2019-06-06Intercept all ?go-get=1 requests.Adin Scannell
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-02Simplify app.yamlAdin Scannell
2019-04-01Drop godoc handling.Adin Scannell
2019-03-29Initial commitIan Lewis