diff --git a/.vuepress/config.js b/.vuepress/config.js index 6acd58f..8ed30a8 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -1,11 +1,12 @@ module.exports = { - title: 'Subspace', + title: 'SUBSPACE', description: 'Reactive ÐApp Development', base: '/subspace-docs/', markdown: { lineNumbers: true }, themeConfig: { + logo: "/assets/img/logo-small.png", displayAllHeaders: true, search: false, nav: [ diff --git a/.vuepress/public/assets/img/logo-small.png b/.vuepress/public/assets/img/logo-small.png new file mode 100644 index 0000000..0599161 Binary files /dev/null and b/.vuepress/public/assets/img/logo-small.png differ diff --git a/.vuepress/public/assets/img/logo.svg b/.vuepress/public/assets/img/logo.svg new file mode 100644 index 0000000..ea17383 --- /dev/null +++ b/.vuepress/public/assets/img/logo.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/readme.md b/readme.md index 3fe3f3a..75ec389 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,7 @@ --- home: true +heroImage: /assets/img/logo.svg +heroText: " " actionText: Get Started actionLink: /getting-started/ footer: MIT Licensed | Subspace is part of the Status Network @@ -7,6 +9,6 @@ footer: MIT Licensed | Subspace is part of the Status Network ### Overview -**Subspace** is a framework agnostic JS library that embraces reactive programming with RxJS Observables, allowing you to track Smart Contract events, changes to state variables and balances and subscribe to these asynchronous data streams via callbacks. +**Subspace** is a framework agnostic JS library that embraces reactive programming with RxJS Observables, allowing you to track Smart Contract events, changes to state variables and balances and subscribe to these asynchronous data streams.