This is an automated email from the ASF dual-hosted git repository.
iamabug pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new fe42640 HDDS-5667. documentation page layout (#2604)
fe42640 is described below
commit fe42640af77479ad21114da4c83c60869ccdde50
Author: Ke-Yi Sung <[email protected]>
AuthorDate: Thu Sep 2 09:54:46 2021 +0800
HDDS-5667. documentation page layout (#2604)
---
hadoop-hdds/docs/themes/ozonedoc/layouts/index.html | 2 ++
1 file changed, 2 insertions(+)
diff --git a/hadoop-hdds/docs/themes/ozonedoc/layouts/index.html
b/hadoop-hdds/docs/themes/ozonedoc/layouts/index.html
index 3a6bce1..caaa926 100644
--- a/hadoop-hdds/docs/themes/ozonedoc/layouts/index.html
+++ b/hadoop-hdds/docs/themes/ozonedoc/layouts/index.html
@@ -25,9 +25,11 @@
<div class="row">
{{ partial "sidebar.html" . }}
<div class="col-sm-10 col-sm-offset-2 col-md-10 col-md-offset-2
main">
+ <div class="col-md-9">
{{ partial "languages.html" .}}
{{ .Content }}
+ </div>
</div>
</div>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]