summaryrefslogtreecommitdiffhomepage
path: root/layouts/shortcodes
AgeCommit message (Collapse)Author
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-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-02Update cover to match layout from designersIan Lewis
2019-04-02Updated style for top page coverIan Lewis
2019-03-29Initial commitIan Lewis