Commit Graph

7 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 8a64125647 Copy app engine app files in cloudbuild
Fixes website deploy step
2019-07-10 14:33:56 +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
Adin Scannell 0f5e7e011c build: fix deploy target for Makefile
Because the go.mod and related files were not being copying, the
packages are resolved within the current $GOROOT, which does not work.

This change copies all application files, not just Go source files and
app.yaml.
2019-05-07 14:47:50 +09:00
Adin Scannell 4e9c131c58 Use HUGO_ENV="production" to avoid noindex header 2019-04-12 14:17:33 -07:00
Ian Lewis 383e6cbd07 Updated README to be more contributor friendly
- Remove doc about deploying and running Cloud Builds since that is
  mostly handled by CI.
- Re-organize to have info on contributing first.
2019-04-05 14:03:52 +09:00
Ian Lewis 22f1890a9b
Initial commit 2019-03-29 22:40:11 -04:00