summaryrefslogtreecommitdiffhomepage
path: root/layouts
AgeCommit message (Collapse)Author
2019-06-26Add fragment links to sub-headers in docs (fixes #61)Ian Lewis
Allows users to copy links to sub-headers within docs.
2019-05-31Serve all javascript from gvisor.devIan Lewis
For security & privacy reasons, serve javascript from gvisor.dev instead of using external CDNs.
2019-05-29Add privacy policy linkIan Lewis
2019-05-13Upload latest set of benchmarksZach Koopmans
Also includes redis density benchmark.
2019-05-13Add performance guide.Adin Scannell
2019-04-24Fix feature block rendering (fixes #56)Ian Lewis
- Render feature blocks as markdown again. - Feature block inner content is contained in a <div> rather than a <p> to avoid nested <p> tags.
2019-04-23Fix some html errors (refs #46 #51)Ian Lewis
- Fix duplicate main_navbar id on top page. - Fix missing ';' in nbsp entity in footer. - Fix nested <a> tags in checkpoint/restore doc. - Fix nested <p> tags on top page feature blocks. - Add '--check-html' option to htmlproofer build step.
2019-04-23Updated docsy to HEADIan Lewis
- Docsy has support for the _styles_project.scss file now so we don't need to override main.scss anymore. - Docsy doc edit links now work for non-multilingual sites so we don't need to override page-meta-links.html anymore.
2019-04-15Add some basic questions to the FAQIan Lewis
- Adds some basic questions and answers to the FAQ about supported CPU architectures and binary formats. - Adds a variable and shortcode for the minimium required Linux version.
2019-04-10Added "Powered by gVisor" image to footerFabricio Voznika
2019-04-02Update cover to match layout from designersIan Lewis
2019-04-02Updated style for top page coverIan Lewis
2019-04-02Fix edit links in documentationIan Lewis
2019-03-29Initial commitIan Lewis