Add build target for the provisional style guide.

This includes the provisional style guide in the website and fixes the broken
link from CONTRIBUTING.md. The style guide will be located under the "Community"
category as it's related to contributing to the project.

Also, add missing includes that were causing some presubmits to fail.

PiperOrigin-RevId: 319061410
This commit is contained in:
Dean Deng
2020-06-30 11:25:55 -07:00
committed by gVisor bot
parent 5b0d8ff691
commit dce2dfae04
3 changed files with 13 additions and 0 deletions
+9
View File
@@ -33,3 +33,12 @@ doc(
subcategory = "Community",
weight = "95",
)
doc(
name = "style",
src = "style.md",
category = "Project",
permalink = "/community/style_guide/",
subcategory = "Community",
weight = "10",
)
+3
View File
@@ -18,7 +18,10 @@
#include <syscall.h>
#include <unistd.h>
#include <iostream>
#include <list>
#include <string>
#include <vector>
#include "gtest/gtest.h"
#include "absl/base/macros.h"
+1
View File
@@ -138,6 +138,7 @@ docs(
"//g3doc:community",
"//g3doc:index",
"//g3doc:roadmap",
"//g3doc:style",
"//g3doc/architecture_guide:performance",
"//g3doc/architecture_guide:platforms",
"//g3doc/architecture_guide:resources",