From 2903f89db35b9fb615beea1586a2e4af4a56f3f5 Mon Sep 17 00:00:00 2001 From: yogevbd Date: Mon, 16 Sep 2019 11:25:21 +0300 Subject: [PATCH] Fix documentation website --- website/core/Footer.js | 35 +++++++++++------------------------ website/siteConfig.js | 2 +- 2 files changed, 12 insertions(+), 25 deletions(-) diff --git a/website/core/Footer.js b/website/core/Footer.js index 591eb02..8b50cf1 100755 --- a/website/core/Footer.js +++ b/website/core/Footer.js @@ -37,19 +37,19 @@ class Footer extends React.Component {
Docs
- + Getting Started (or other categories) - - Guides (or other categories) + + Guides - - API Reference (or other categories) + + API Reference
-
Community
- + {/*
Community
*/} + {/*
User Showcase Stack Overflow - - Project Chat + */} + {/* Project Chat Twitter - + */}
More
Blog - GitHub + GitHub - - - Facebook Open Source -
{this.props.config.copyright}
); diff --git a/website/siteConfig.js b/website/siteConfig.js index aa7514f..c7b1245 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -73,7 +73,7 @@ const siteConfig = { */ // This copyright info is used in /core/Footer.js and blog RSS/Atom feeds. - copyright: `Copyright © ${new Date().getFullYear()} Your Name or Your Company Name`, + copyright: `Copyright © ${new Date().getFullYear()} Wix`, highlight: { // Highlight.js theme to use for syntax highlighting in code blocks. -- 2.26.2