4 Commits

Author SHA1 Message Date
Etienne Perot 919910ce67 Fix d3-based performance graphs in Firefox.
Reported by Thomas Gleixner in
https://lore.kernel.org/lkml/87a68vtvhf.ffs@tglx/

PiperOrigin-RevId: 465692826
2022-08-05 19:09:12 -07:00
Etienne Perot 8e55783cd3 gvisor.dev: Fix chart axis precision to one decimal point to avoid overflow.
PiperOrigin-RevId: 438428560
2022-03-30 16:47:56 -07:00
Ian Lewis feb1d3d5a7 Clean up html on the website.
- 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-07-17 18:27:41 -07:00
Adin Scannell 508e25b6d6 Adapt website to use g3doc sources and bazel.
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.
2020-05-06 14:15:18 -07:00