You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2018/12/14 18:18:14 UTC

[camel-website] 01/02: CAMEL-11492: Cleanup

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

zregvart pushed a commit to branch pr/critical
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 5e747ee5611ac99366e8037dafe44db79406bb30
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Fri Dec 14 18:24:29 2018 +0100

    CAMEL-11492: Cleanup
---
 Dockerfile                   | 8 --------
 config.toml                  | 2 +-
 layouts/partials/footer.html | 3 ---
 3 files changed, 1 insertion(+), 12 deletions(-)

diff --git a/Dockerfile b/Dockerfile
deleted file mode 100644
index 548ea93..0000000
--- a/Dockerfile
+++ /dev/null
@@ -1,8 +0,0 @@
-FROM antora/antora
-
-ADD . /camel-website
-
-WORKDIR /camel-website
-
-RUN antora site.yml
-
diff --git a/config.toml b/config.toml
index 9f379e2..7984a4b 100644
--- a/config.toml
+++ b/config.toml
@@ -9,7 +9,7 @@ relativeURLs = true
     identifier = "news"
     url = "/news/"
 
- [[menu.main]]
+[[menu.main]]
     name = "Documentation"
     identifier = "docs"
     weight = 2
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 32a2e42..7e04258 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -1,7 +1,4 @@
     <footer class="footer">
     </footer>
-    <script src="{{ "/_/js/site.js" | relURL }}"></script>
-    <script src="{{ "/_/js/vendor/highlight.js" | relURL }}"></script>
-    <script>hljs.initHighlighting()</script>
 </body>
 </html>