From dce2dfae046cdc29b2ac3b949a76d6b0ee2348a5 Mon Sep 17 00:00:00 2001 From: Dean Deng Date: Tue, 30 Jun 2020 11:24:10 -0700 Subject: 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 --- website/BUILD | 1 + 1 file changed, 1 insertion(+) (limited to 'website') diff --git a/website/BUILD b/website/BUILD index c97b2560b..4488cb543 100644 --- a/website/BUILD +++ b/website/BUILD @@ -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", -- cgit v1.2.3