From 134f30888952b2fcf87dcd48896f2c09ffe7d645 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Thu, 13 Jun 2019 12:01:36 +0200 Subject: [PATCH] odoc link in footer, not sidebar, for now --- gitlab-pages/website/core/Footer.js | 3 +++ gitlab-pages/website/siteConfig.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gitlab-pages/website/core/Footer.js b/gitlab-pages/website/core/Footer.js index c7c74a108..a65f2bc04 100644 --- a/gitlab-pages/website/core/Footer.js +++ b/gitlab-pages/website/core/Footer.js @@ -37,6 +37,9 @@ class Footer extends React.Component { Contribute + + Api Documentation +
Community
diff --git a/gitlab-pages/website/siteConfig.js b/gitlab-pages/website/siteConfig.js index 4f38d7ce9..c3760db2e 100644 --- a/gitlab-pages/website/siteConfig.js +++ b/gitlab-pages/website/siteConfig.js @@ -101,7 +101,7 @@ const siteConfig = { {doc: 'api-cli-commands', label: 'CLI'}, {doc: 'tutorials/first-smart-contract', label: 'Tutorials'}, { blog: true, label: 'Blog' }, - { href: "/odoc", label: "Api" }, + // TODO: { href: "/odoc", label: "Api" }, {doc: 'contributors/origin', label: 'Contribute'} ],