summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-04-04Update install_gvisor.mdFabricio Voznika
2019-04-04Fix broken sentenceFabricio Voznika
2019-04-04Add required version to Docker user guide.Ian Gudger
2019-04-04Only deploy if in the gvisor-website projectIan Lewis
2019-04-04Remove unnecessary curly braces around bash commands.Kevin Krakauer
2019-04-03Update lead textAdin Scannell
The text fully-virtualized may be taken to mean virtualized hardware, so drop that.
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 .git handling from .gcloudignoreIan Lewis
We aren't including git commit info in doc pages anymore so we don't need special handling for .git for Cloud Build anymore.
2019-04-03Update Kubernetes doc pageIan Lewis
- Add info on RuntimeClass - Add section headers to clearly show content organization
2019-04-03Add gvisor team to CODEOWNERSIan Lewis
See: https://help.github.com/en/articles/about-code-owners
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-02Add docs for disabling external networking.Ian Gudger
This is a useful feature for truly untrusted code.
2019-04-02Ensure exact match for projectAdin Scannell
2019-04-02Simplify app.yamlAdin Scannell
2019-04-02Update user guide platform description to match architecture section.Ian Gudger
syscall interception is an important part of the platform.
2019-04-02Substitute true for returnAdin Scannell
2019-04-02Update the conditional deployAdin Scannell
2019-04-02Drop performance guide until completeAdin Scannell
2019-04-02Update cover to match layout from designersIan Lewis
2019-04-02Center the cover block for mobile devicesIan Lewis
2019-04-02Adjust bottom padding for title/logoIan Lewis
2019-04-02Adjust link color to improve accessibility.Ian Lewis
2019-04-02Rename custom_styles to styles_projectIan Lewis
2019-04-02Convert background from png to jpgIan Lewis
jpeg is much smaller for the background image. 2.5mb -> 86.7kb
2019-04-02Updated style for top page coverIan Lewis
2019-04-02Removed link to filesystem pageIan Lewis
2019-04-02Make FAQ questions a bit smallerIan Lewis
2019-04-02Remove filesystem doc for nowIan Lewis
2019-04-02Update syscall ref doc generatorIan Lewis
2019-04-02Remove superfluous section from compatibility topIan Lewis
2019-04-02Fix edit links in documentationIan Lewis
2019-04-02Refresh securityAdin Scannell
2019-04-02Use a top-level docs linkAdin Scannell
2019-04-02Tweaks to VM comparison sectionIan Gudger
* Added a comma to improve readability and flow. * Fixed a typo.
2019-04-02Replace distinct with independent.Ian Gudger
I think this is clearer.
2019-04-02Add that veth is not required if networking is disabled.Ian Gudger
2019-04-02Remove duplicate word notIan Gudger
2019-04-02Fix typo in security docIan Gudger
with -> will
2019-04-02Capitalize "the" after colon in titleIan Gudger
https://blog.apastyle.org/apastyle/2011/06/capitalization-after-colons.html
2019-04-02Reword to remove duplicate "Linux" (#6)Michael Pratt
"Linux x86_64 Linux 3.17+" is wordy. Reword to mention Linux only once.
2019-04-02Tweaks to home page (#5)Ian Gudger
* Fix "Read the docs" to use consistent case with the rest of the callouts at the bottom of the page. * Add a comma to the Zero Configuration callout to make it read better. * Remove a few extra spaces from the HTML.
2019-04-02Tweaks to architecture guide (#4)Ian Gudger
2019-04-02Fix governance link on community page. (#2)Ian Gudger
2019-04-01Drop godoc handling.Adin Scannell
2019-04-01Fix typo in README (#1)Ian Gudger
2019-03-29Initial commitIan Lewis