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
This CL does the following:
- Add `<strong>emphasis</strong>` on the important keywords for each panel
- Mention "LLM-generated code" as code that can be sandboxed in gVisor
- Change "GPU support" header to "GPU & CUDA support"
- Add PNG transparency to images where it was missing
- Remove link to raw image file on architecture diagram
- Adjust panel icon size
- Adjust `<h2>` margins in panels
- Small CSS cleanups
PiperOrigin-RevId: 548764864
getpid-ptrace-vs-systrap-unopt.svg was a copy of getpid-ptrace-vs-native.svg.
Rename image so previously cached image isn't reused.
PiperOrigin-RevId: 528499423
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
Resize image 2021-12-02-flamegraph-figure2.png. Adjust
some paragraph and getpid performance tables.
Signed-off-by: Yong He <chenglang.hy@antgroup.com>
Signed-off-by: Jianfeng Tan <henry.tjf@antgroup.com>
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.