diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index f09ab26..13d2fc1 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -19,8 +19,6 @@ module.exports = { smoothScroll: false, displayAllHeaders: false, nav: [ - { text: "SignUp", link: "https://app.jexia.com/signup" }, - { text: "Login", link: "https://app.jexia.com/login" }, { text: "Jexia.com", link: "https://www.jexia.com/"} ], sidebar: [ @@ -46,4 +44,4 @@ module.exports = { } ] ] - }; \ No newline at end of file + }; diff --git a/docs/README.md b/docs/README.md index 511e19a..a7ba434 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,7 +7,7 @@ By using Jexia you can save time by skipping development and integration for bas **Jexia** is a platform with a set of services natively integrated between each other which takes out the routine task for application development and operation. The good thing is that you can use services together or independently. It gives you the flexibility to choose the functionality that you need and allows easy integration with your projects via our REST API and SDKs. -You can [create](https://app.jexia.com/signup) your Jexia account by using an email or GitHub account. +You can create your Jexia account by using an email or GitHub account. After signing in, you will be greeted by the Jexia Dashboard. Here you can observe all your projects and switch between them. Inside the project, you can do all management operations as well as organize collaboration and integrations. This can also be done via our [CLI tool](https://jexia-cli.readthedocs.io/en/stable/).