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'}
],