Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
react-native-notifications
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
冷佳娟
react-native-notifications
Commits
2903f89d
You need to sign in or sign up before continuing.
Commit
2903f89d
authored
Sep 16, 2019
by
yogevbd
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix documentation website
parent
35432ac0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
25 deletions
+12
-25
website/core/Footer.js
website/core/Footer.js
+11
-24
website/siteConfig.js
website/siteConfig.js
+1
-1
No files found.
website/core/Footer.js
View file @
2903f89d
...
...
@@ -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
>
);
...
...
website/siteConfig.js
View file @
2903f89d
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment