aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/css
diff options
context:
space:
mode:
authorGravatar steren <steren@google.com>2017-06-27 17:38:41 +0200
committerGravatar Marcel Hlopko <hlopko@google.com>2017-06-28 10:17:35 +0200
commit9b394a24dc65c794242e98a8a41eb8a60c78367b (patch)
treec515426f9f705d857d5bbb33ddaafe2810b59bc0 /site/css
parentebec92588c1b67b85b8c64564105faa62664d4f4 (diff)
Bazel docs: Fix Edit button
The new doc website has a new URL structure. This change adapts the page extraction code. It also restores the CSS for the edit button which got deleted during refactoring. Fix #3272 RELNOTES: None PiperOrigin-RevId: 160279009
Diffstat (limited to 'site/css')
-rw-r--r--site/css/main.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/site/css/main.scss b/site/css/main.scss
index 0ee13b8fe5..402b94f682 100644
--- a/site/css/main.scss
+++ b/site/css/main.scss
@@ -5,6 +5,7 @@
@import "footer.scss";
@import "navbar.scss";
@import "sidebar.scss";
+@import "docs.scss";
@import "be.scss";
@import "syntax.scss";