You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ja...@apache.org on 2022/01/10 11:00:07 UTC

[systemds] branch main updated: [MINOR][DOC] Add docker page link to site header

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

janardhan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new 2dfdc9a  [MINOR][DOC] Add docker page link to site header
2dfdc9a is described below

commit 2dfdc9a44cbbf6b1ffb6e62e2eb546a8417f4d4b
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Mon Jan 10 16:30:01 2022 +0530

    [MINOR][DOC] Add docker page link to site header
---
 docs/_includes/header.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/_includes/header.html b/docs/_includes/header.html
index 2cbdc35..669aeb2 100644
--- a/docs/_includes/header.html
+++ b/docs/_includes/header.html
@@ -45,6 +45,7 @@ limitations under the License.
                         <li><a href=".{% if page.path contains 'site' %}/..{% endif %}/site/run">Standalone Guide</a></li>
                         <li><a href=".{% if page.path contains 'site' %}/..{% endif %}/site/gpu">GPU Guide</a></li>
                         <li><a href=".{% if page.path contains 'site' %}/..{% endif %}/site/native-backend">Native Backend (BLAS)</a></li>
+                        <li><a href=".{% if page.path contains 'site' %}/..{% endif %}/site/docker">Run with Docker</a></li>
                         <li class="divider"></li>
                         <li><b>Language Guides:</b></li>
                         <li><a href=".{% if page.path contains 'site' %}/..{% endif %}/site/dml-language-reference.html">DML Language Reference</a></li>