Commit Graph

10 Commits

Author SHA1 Message Date
Ian Lewis 000ed17d48 Add redirect from old URL.
- 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-08-07 08:32:20 +09:00
Ian Lewis 6714bee53b Add generate-syscall-docs command.
Adds a new command to automatically generate the syscall compatibility
docs from runsc.
2019-07-10 11:46:34 +09:00
Ian Lewis 8d8380564f Redirect to the custom domain from appspot.com 2019-06-26 13:07:57 +08:00
Adin Scannell c1636b150a Add /pr support for links.
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-12 13:59:15 -07:00
Adin Scannell 483794db83 Intercept all ?go-get=1 requests. 2019-06-06 14:43:08 +09:00
Adin Scannell 921bd3ae92 cmd/gvisor-website: add /rebuild and cron
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-26 16:07:24 -07:00
Ian Lewis e986ad2f37 Redirect www.gvisor.dev to gvisor.dev 2019-04-23 11:54:43 +09:00
Ian Lewis 5f7f96b50b Add a /syscall redirect to compatibility docs
/syscall -> /docs/user_guide/compatibility/amd64
/syscall/amd64 -> /docs/user_guide/compatibility/amd64
/syscall/amd64/.* -> /docs/user_guide/compatibility/amd64/#%s
2019-04-03 16:16:45 +09:00
Adin Scannell b19b7f3e46 Drop godoc handling. 2019-04-01 16:56:49 -07:00
Ian Lewis 22f1890a9b
Initial commit 2019-03-29 22:40:11 -04:00