gvisor/website
Adin Scannell 8cb33ce5de Fix cache permissions. 2020-05-06 14:15:18 -07:00
..
cmd Move website to a simpler jekyll-based template 2020-04-21 12:00:59 -07:00
content Move new post image. 2020-05-06 14:15:17 -07:00
static Update minor formatting issues. 2020-05-06 14:15:17 -07:00
.gitignore Move website to a simpler jekyll-based template 2020-04-21 12:00:59 -07:00
Dockerfile Move website to a simpler jekyll-based template 2020-04-21 12:00:59 -07:00
Makefile Fix cache permissions. 2020-05-06 14:15:18 -07:00
README.md Move website to a simpler jekyll-based template 2020-04-21 12:00:59 -07:00
app.yaml Move website to a simpler jekyll-based template 2020-04-21 12:00:59 -07:00
cloudbuild.yaml Move website to a simpler jekyll-based template 2020-04-21 12:00:59 -07:00
cron.yaml Move website to a simpler jekyll-based template 2020-04-21 12:00:59 -07:00
go.mod Move website to a simpler jekyll-based template 2020-04-21 12:00:59 -07:00
go.sum Move website to a simpler jekyll-based template 2020-04-21 12:00:59 -07:00
package-lock.json Move website to a simpler jekyll-based template 2020-04-21 12:00:59 -07:00
package.json Move website to a simpler jekyll-based template 2020-04-21 12:00:59 -07:00

README.md

gVisor Website

This repository holds the content for the gVisor website, including documentation.

Requirements

Building the website requires Docker.

Contributing to Documentation

Using Github

You can use the "Edit this page" link on any documentation page to edit the page content directly via GitHub and submit a pull request. This should generally be done for relatively small changes.

Using Git

You can submit pull requests by making changes in a Git branch. See more information on GitHub pull requests here.

Documentation is located in the content/docs/ directory.

Building

You can build the site locally by running:

make build

Incremental changes can be generated using:

make update

And the site can be served locally using:

make server

Access the site at http://localhost:8080.

The above will build all parts of the site, including the serving components.