Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-17 | Clean up html on the website. | Ian Lewis | |
- Fixes some html validation issues. - Fixes links on security basics blog post. - Adds rel=noopener to links with target=_blank and adds a check to htmlproofer. - Add favicon check to htmlproofer. Fixes #3286 Fixes #3284 PiperOrigin-RevId: 321892602 | |||
2020-05-06 | Adapt website to use g3doc sources and bazel. | Adin Scannell | |
This adapts the merged website repository to use the image and bazel build framework. It explicitly avoids the container_image rules provided by bazel, opting instead to build with direct docker commands when necessary. The relevant build commands are incorporated into the top-level Makefile. |