Commit 2903f89d authored by yogevbd's avatar yogevbd

Fix documentation website

parent 35432ac0
......@@ -37,19 +37,19 @@ class Footer extends React.Component {
</a>
<div>
<h5>Docs</h5>
<a href={this.docUrl('doc1.html', this.props.language)}>
<a href={this.docUrl('getting-started')}>
Getting Started (or other categories)
</a>
<a href={this.docUrl('doc2.html', this.props.language)}>
Guides (or other categories)
<a href={this.docUrl('installation-ios')}>
Guides
</a>
<a href={this.docUrl('doc3.html', this.props.language)}>
API Reference (or other categories)
<a href={this.docUrl('general-api')}>
API Reference
</a>
</div>
<div>
<h5>Community</h5>
<a href={this.pageUrl('users.html', this.props.language)}>
{/* <h5>Community</h5> */}
{/* <a href={this.pageUrl('users.html', this.props.language)}>
User Showcase
</a>
<a
......@@ -57,19 +57,19 @@ class Footer extends React.Component {
target="_blank"
rel="noreferrer noopener">
Stack Overflow
</a>
<a href="https://discordapp.com/">Project Chat</a>
</a> */}
{/* <a href="https://discordapp.com/">Project Chat</a>
<a
href="https://twitter.com/"
target="_blank"
rel="noreferrer noopener">
Twitter
</a>
</a> */}
</div>
<div>
<h5>More</h5>
<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
className="github-button"
href={this.props.config.repoUrl}
......@@ -106,19 +106,6 @@ class Footer extends React.Component {
)}
</div>
</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>
</footer>
);
......
......@@ -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.
......
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