You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by jo...@apache.org on 2022/11/24 03:29:08 UTC

[zeppelin] branch gh-pages updated: [ZEPPELIN-5830] Security page header styling (#4516)

This is an automated email from the ASF dual-hosted git repository.

jongyoul pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 95f38ae512 [ZEPPELIN-5830] Security page header styling (#4516)
95f38ae512 is described below

commit 95f38ae5120b9a9d2e712e3cedec938f876d4593
Author: Arnout Engelen <ar...@bzzt.net>
AuthorDate: Thu Nov 24 04:28:59 2022 +0100

    [ZEPPELIN-5830] Security page header styling (#4516)
    
    When creating #4478 I ran into trouble running jekyll so I couldn't test the output.
    
    I have since tested the output and made some updates accordingly.
---
 assets/themes/zeppelin/css/style.css | 13 +++++++++++++
 security.md                          | 21 +++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/assets/themes/zeppelin/css/style.css b/assets/themes/zeppelin/css/style.css
index f70c3395b7..2e985b7b1e 100644
--- a/assets/themes/zeppelin/css/style.css
+++ b/assets/themes/zeppelin/css/style.css
@@ -1117,6 +1117,10 @@ and (max-width: 768px) {
     font-size: 15px;
   }
 
+  .docs .dropdown-menu li.title a {
+    color: white !important;
+  }
+
   .navbar-collapse.in {
     overflow-y: auto;
   }
@@ -1214,6 +1218,10 @@ and (max-width: 996px) {
     font-size: 15px;
   }
 
+  .docs .dropdown-menu li.title a {
+    color: white !important;
+  }
+
   .navbar-inverse .navbar-nav > li > a {
     margin-left: -12px;
     font-size: 15px;
@@ -1300,6 +1308,11 @@ and (max-width: 1024px) {
   padding-left: 30px;
 }
 
+.docs .dropdown-menu li.title a {
+  padding-left: 0px;
+  color: #3071a9;
+}
+
 /*
 ** Media Queries CSS
 */
diff --git a/security.md b/security.md
index 912b08e354..aaea32b7b1 100644
--- a/security.md
+++ b/security.md
@@ -1,3 +1,24 @@
+---
+layout: page
+title: "Security"
+description: "This page explains what security characteristics can be expected from Zeppelin, what measures operators of a Zeppelin instance will have to take, and how to report any security issues found in the Zeppelin software."
+group:
+---
+<!--
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+{% include JB/setup %}
+
 # Zeppelin Security
 
 This page explains what security characteristics can be expected from