diff --git a/.circleci/config.yml b/.circleci/config.yml
deleted file mode 100644
index bf8553b5e4fc0a51619ba2f0ff52626bd977bd2f..0000000000000000000000000000000000000000
--- a/.circleci/config.yml
+++ /dev/null
@@ -1,40 +0,0 @@
-
-version: 2
-jobs:
- ios:
- macos:
- xcode: "10.2.1"
- steps:
- - checkout
- - run:
- name: Install Dependencies
- command: scripts/install.ios.sh
- - run:
- name: npm install
- command: npm install
- - run:
- name: iOS unit tests
- command: 'npm run test-unit-ios'
- - run:
- name: Detox iOS e2e tests
- command: 'npm run test-e2e-ios-release'
- android:
- macos:
- xcode: "10.2.1"
- steps:
- - checkout
- - run:
- name: Install Android
- command: scripts/install.android.sh
- - run:
- name: npm install
- command: npm install
- - run:
- name: Android unit tests
- command: 'npm run test-unit-android'
-workflows:
- version: 2
- test:
- jobs:
- - ios
- - android
\ No newline at end of file
diff --git a/.npmignore b/.npmignore
index 3edb07ad469ad593fa9753af29c805f1c7a43acb..fbef6383cc9296b153628a545650d979b2cf3fe7 100644
--- a/.npmignore
+++ b/.npmignore
@@ -2,6 +2,9 @@ example/
test/
RNNotifications/DerivedData
node_modules/
+website/
+docs/
+docs_old/
.eslintrc
*.yml
@@ -10,4 +13,5 @@ coverage/
android/.idea
android/build/
.idea
-.history/
\ No newline at end of file
+.history/
+.github/
\ No newline at end of file
diff --git a/docs/installation-ios.md b/docs/installation-ios.md
index 388be1d9cb0e7d99e4d005e19987dc4660258c2e..0e43f5e677f703f98c574d7a98836a85eb79fa94 100755
--- a/docs/installation-ios.md
+++ b/docs/installation-ios.md
@@ -14,11 +14,11 @@ Start by running this:
$ npm install react-native-notifications --save
```
-## iOS
-First, [Manually link](https://facebook.github.io/react-native/docs/linking-libraries-ios.html#manual-linking) the library to your Xcode project.
+Then, [Manually link](https://facebook.github.io/react-native/docs/linking-libraries-ios.html#manual-linking) the library to your Xcode project.
-Then, to enable notifications support add the following line at the top of your `AppDelegate.m`
+
+To enable notifications support add the following line at the top of your `AppDelegate.m`
```objective-c
#import "RNNotifications.h"
diff --git a/website/i18n/en.json b/website/i18n/en.json
index 88c699f87de73980cc7fb8ef22918c1ccdba81f2..5ff47e5833da55a65b659a392a206045cbb59f71 100644
--- a/website/i18n/en.json
+++ b/website/i18n/en.json
@@ -48,15 +48,10 @@
},
"links": {
"Docs": "Docs",
- "API": "API",
- "Help": "Help",
- "Blog": "Blog"
+ "API": "API"
},
"categories": {
"Installation": "Installation",
- "Subscription": "Subscription",
- "Notification Events": "Notification Events",
- "Advanced API - iOS": "Advanced API - iOS",
"Commands": "Commands",
"Events": "Events"
}
diff --git a/website/pages/en/index.js b/website/pages/en/index_.js
similarity index 96%
rename from website/pages/en/index.js
rename to website/pages/en/index_.js
index 77d657aeea47efa19921ed8f73806091ec9f5fc8..566c44fd28f9eb951244d4e49c83d2c3c2b89d91 100755
--- a/website/pages/en/index.js
+++ b/website/pages/en/index_.js
@@ -197,12 +197,12 @@ class Index extends React.Component {