diff --git a/_config.dev.yml b/_config.dev.yml index 788d1c2b..973ef80c 100644 --- a/_config.dev.yml +++ b/_config.dev.yml @@ -5,8 +5,8 @@ author: Status language: en timezone: UTC -url: https://status-im.github.io/keycard.status.im/ -root: /keycard.status.im/ +url: https://keycard.status.im/ +root: / permalink: news/:year/:month/:day/:title/ archive_dir: news code_dir: downloads/code diff --git a/source/CNAME b/source/CNAME index e69de29b..af696314 100644 --- a/source/CNAME +++ b/source/CNAME @@ -0,0 +1 @@ +keycard.status.im \ No newline at end of file diff --git a/source/_data/sidebar.yml b/source/_data/sidebar.yml index 1a373b9b..3b113e12 100644 --- a/source/_data/sidebar.yml +++ b/source/_data/sidebar.yml @@ -2,6 +2,7 @@ api: getting_started: overview: index.html applet_installation: applet_installation.html + resources: resources.html java_sdk: sdk_installation: sdk_installation.html sdk_connection: sdk_connection.html diff --git a/source/api/applet_installation.md b/source/api/applet_installation.md index 2f892e06..fb6f5854 100644 --- a/source/api/applet_installation.md +++ b/source/api/applet_installation.md @@ -35,7 +35,3 @@ Best performance is achieved if the card supports: Keycard requires about 10kb of NVM. All allocations, instantiations and checks are performed at installation time, so if installation succeeds, the applet will work fine. -## Resources - -* [Keycard Installer for Android](https://github.com/status-im/keycard-installer-android/releases) -* [Latest Keycard Applet](https://github.com/status-im/keycard-installer-android/blob/master/app/src/main/assets/keycard.cap?raw=true) \ No newline at end of file diff --git a/source/api/resources.md b/source/api/resources.md new file mode 100644 index 00000000..aef6cf87 --- /dev/null +++ b/source/api/resources.md @@ -0,0 +1,19 @@ +--- +id: resources +title: Resources +--- + +# Resources + +Here you find the links to all repositories and tools related to Keycard development. + +## GitHub repositories + +* [Javacard applet](https://github.com/status-im/status-keycard) +* [Java SDK](https://github.com/status-im/status-keycard-java) +* [Keycard on Ledger](https://github.com/status-im/keycard-ledger) +* [React Native library](https://github.com/status-im/react-native-status-keycard) + +## Tools +* [Keycard Installer for Android](https://github.com/status-im/keycard-installer-android/releases) +* [Latest Keycard applet (binary)](https://github.com/status-im/keycard-installer-android/blob/master/app/src/main/assets/keycard.cap?raw=true) \ No newline at end of file diff --git a/themes/navy/languages/en.yml b/themes/navy/languages/en.yml index bcd3d214..db00c969 100644 --- a/themes/navy/languages/en.yml +++ b/themes/navy/languages/en.yml @@ -19,6 +19,7 @@ sidebar: getting_started: Getting Started overview: Overview applet_installation: Preparing the card + resources: Resources sdk_installation: Installation sdk_connection: Connecting to the card sdk_preparation: Working with the applet