Before this change, it was " - gVisor".
Now it is "The Container Security Platform - gVisor".
(I changed it the homepage title separator from "|" to "-" to match the
fact that this separator is used on all other pages.)
Fixes#11172.
PiperOrigin-RevId: 698374062
Adds a new users page that lists known users, links to them, and captures
any references or additional details about their usage.
PiperOrigin-RevId: 611636393
Update header title and jumbotron with security platform info.
Add new benefits to index page reflecting use case value and adjust footer
logo to remove blur when scaled.
PiperOrigin-RevId: 461935696
Highlighting previously highlighted multiple items in the sidebar if the had
the same page name (not full url). This change simplifies this by adding the
highlight class in the jekyll template rather than javascript, and highlights
only the correct page.
PiperOrigin-RevId: 364931350
- 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#3286Fixes#3284
PiperOrigin-RevId: 321892602
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.