diff --git a/hadoop-hdds/docs/content/security/SecurityAcls.md b/hadoop-hdds/docs/content/security/SecurityAcls.md index b85dcca431..31bbb0a95c 100644 --- a/hadoop-hdds/docs/content/security/SecurityAcls.md +++ b/hadoop-hdds/docs/content/security/SecurityAcls.md @@ -2,7 +2,8 @@ title: "Ozone ACLs" date: "2019-April-03" weight: 6 -summary: Native ACL support provides ACL functionality without Ranger integration. +summary: Native Ozone Authorizer provides Access Control List (ACL) support for Ozone without Ranger integration. +icon: transfer --- {{}} - Ozone is an enterprise class, secure storage system. There many + Ozone is an enterprise class, secure storage system. There are many optional security features in Ozone. Following pages discuss how you can leverage the security features of Ozone. {{}} diff --git a/hadoop-hdds/docs/themes/ozonedoc/layouts/_default/section.html b/hadoop-hdds/docs/themes/ozonedoc/layouts/_default/section.html index 4150d075ff..5c01241501 100644 --- a/hadoop-hdds/docs/themes/ozonedoc/layouts/_default/section.html +++ b/hadoop-hdds/docs/themes/ozonedoc/layouts/_default/section.html @@ -18,42 +18,53 @@ - {{ partial "navbar.html" . }} +{{ partial "navbar.html" . }} -
+
- {{ partial "sidebar.html" . }} -
-

{{ .Title }}

-
- {{ .Content }} -{{.Params.card}} - {{ if not (eq .Params.cards "false")}} - {{ range .Pages }} - -
-
-
-

- {{ with .Params.Icon}} - - {{end}} - {{ .LinkTitle }} -

-

{{.Summary}}

- {{.LinkTitle}} -
+ {{ partial "sidebar.html" . }} +
+
+

{{ .Title }}

-
+
+ {{ .Content }} + {{.Params.card}} + {{ if not (eq .Params.cards "false")}} + {{ range $page_index, $page_val := .Pages }} - {{ end }} - {{end}} + {{ $page_count := len .Pages }} + {{if (eq (mod $page_index 2) 0)}} +
+ {{end}} +
+
+
+

+ {{ with .Params.Icon}} + + {{end}} + {{ .LinkTitle }} +

+

{{.Summary}}

+ {{.LinkTitle}} +
+
+
+ + {{if (or (eq (mod $page_index 2) 1) (eq $page_index (sub $page_count 1)))}} +
+ {{end}} + {{ end }} + {{end}} +
-
-
+
- {{ partial "footer.html" . }} +{{ partial "footer.html" . }} diff --git a/hadoop-hdds/docs/themes/ozonedoc/layouts/_default/single.html b/hadoop-hdds/docs/themes/ozonedoc/layouts/_default/single.html index 31125ba118..3679ddbe2c 100644 --- a/hadoop-hdds/docs/themes/ozonedoc/layouts/_default/single.html +++ b/hadoop-hdds/docs/themes/ozonedoc/layouts/_default/single.html @@ -36,7 +36,9 @@ +

{{.Title}}

+
{{ .Content }} diff --git a/hadoop-hdds/docs/themes/ozonedoc/static/css/ozonedoc.css b/hadoop-hdds/docs/themes/ozonedoc/static/css/ozonedoc.css index e004da00c9..6f812c8da0 100644 --- a/hadoop-hdds/docs/themes/ozonedoc/static/css/ozonedoc.css +++ b/hadoop-hdds/docs/themes/ozonedoc/static/css/ozonedoc.css @@ -160,6 +160,9 @@ h4 { padding: 30px; } +h1 { + margin-bottom: 20px; +} .card { padding: 20px;