Skip to content

Commit db594d1

Browse files
committed
changing website config
1 parent 39d2c46 commit db594d1

4 files changed

Lines changed: 6 additions & 200 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ lib-cov
1313

1414
# Coverage directory used by tools like istanbul
1515
coverage
16+
build
1617

1718
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
1819
.grunt

website/README.md

Lines changed: 0 additions & 198 deletions
This file was deleted.

website/i18n/en.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"localized-strings": {
44
"next": "Next",
55
"previous": "Previous",
6-
"tagline": "A website for testing",
6+
"tagline": "A secure storage for your React-Native apps",
77
"docs": {
88
"hasEnrolledFingerprints": {
99
"title": "hasEnrolledFingerprints",
@@ -27,7 +27,8 @@
2727
}
2828
},
2929
"links": {
30-
"Docs": "Docs"
30+
"Docs": "Docs",
31+
"GitHub": "GitHub"
3132
},
3233
"categories": {
3334
"Introduction": "Introduction",

website/siteConfig.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ const siteConfig = {
9797
// Show documentation's last update time.
9898
enableUpdateTime: true,
9999

100+
gaTrackingId: 'UA-79205996-6',
101+
100102
// You may provide arbitrary config keys to be used as needed by your
101103
// template. For example, if you need your repo's URL...
102104
repoUrl: 'https://github.com/mCodex/react-native-sensitive-info',

0 commit comments

Comments
 (0)