Commit 2903f89d authored by yogevbd's avatar yogevbd

Fix documentation website

parent 35432ac0
...@@ -37,19 +37,19 @@ class Footer extends React.Component { ...@@ -37,19 +37,19 @@ class Footer extends React.Component {
</a> </a>
<div> <div>
<h5>Docs</h5> <h5>Docs</h5>
<a href={this.docUrl('doc1.html', this.props.language)}> <a href={this.docUrl('getting-started')}>
Getting Started (or other categories) Getting Started (or other categories)
</a> </a>
<a href={this.docUrl('doc2.html', this.props.language)}> <a href={this.docUrl('installation-ios')}>
Guides (or other categories) Guides
</a> </a>
<a href={this.docUrl('doc3.html', this.props.language)}> <a href={this.docUrl('general-api')}>
API Reference (or other categories) API Reference
</a> </a>
</div> </div>
<div> <div>
<h5>Community</h5> {/* <h5>Community</h5> */}
<a href={this.pageUrl('users.html', this.props.language)}> {/* <a href={this.pageUrl('users.html', this.props.language)}>
User Showcase User Showcase
</a> </a>
<a <a
...@@ -57,19 +57,19 @@ class Footer extends React.Component { ...@@ -57,19 +57,19 @@ class Footer extends React.Component {
target="_blank" target="_blank"
rel="noreferrer noopener"> rel="noreferrer noopener">
Stack Overflow Stack Overflow
</a> </a> */}
<a href="https://discordapp.com/">Project Chat</a> {/* <a href="https://discordapp.com/">Project Chat</a>
<a <a
href="https://twitter.com/" href="https://twitter.com/"
target="_blank" target="_blank"
rel="noreferrer noopener"> rel="noreferrer noopener">
Twitter Twitter
</a> </a> */}
</div> </div>
<div> <div>
<h5>More</h5> <h5>More</h5>
<a href={`${this.props.config.baseUrl}blog`}>Blog</a> <a href={`${this.props.config.baseUrl}blog`}>Blog</a>
<a href="https://github.com/">GitHub</a> <a href="https://github.com/wix/react-native-notifications">GitHub</a>
<a <a
className="github-button" className="github-button"
href={this.props.config.repoUrl} href={this.props.config.repoUrl}
...@@ -106,19 +106,6 @@ class Footer extends React.Component { ...@@ -106,19 +106,6 @@ class Footer extends React.Component {
)} )}
</div> </div>
</section> </section>
<a
href="https://opensource.facebook.com/"
target="_blank"
rel="noreferrer noopener"
className="fbOpenSource">
<img
src={`${this.props.config.baseUrl}img/oss_logo.png`}
alt="Facebook Open Source"
width="170"
height="45"
/>
</a>
<section className="copyright">{this.props.config.copyright}</section> <section className="copyright">{this.props.config.copyright}</section>
</footer> </footer>
); );
......
...@@ -73,7 +73,7 @@ const siteConfig = { ...@@ -73,7 +73,7 @@ const siteConfig = {
*/ */
// This copyright info is used in /core/Footer.js and blog RSS/Atom feeds. // 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: {
// Highlight.js theme to use for syntax highlighting in code blocks. // Highlight.js theme to use for syntax highlighting in code blocks.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment