diff --git a/.vitepress/config.mts b/.vitepress/config.mts index 967bf2d..40bd010 100644 --- a/.vitepress/config.mts +++ b/.vitepress/config.mts @@ -21,8 +21,7 @@ export default defineConfig({ // https://vitepress.dev/reference/default-theme-config logo: '/logo.png', nav: [ - { text: 'Home', link: '/' }, - { text: 'Documentation', link: '/requirement-and-installation' }, + { text: 'Documentation', link: '/' }, { text: 'Download', link: 'https://rotki.com/download' }, { text: isLatest ? 'Latest' : 'Stable', @@ -43,10 +42,14 @@ export default defineConfig({ ], sidebar: [ + { + text: 'Introduction', + link: '/', + }, { text: 'System Requirements & Installation', items: [ - { text: 'Introduction', link: '/requirement-and-installation/' }, + { text: 'Installation', link: '/requirement-and-installation/' }, { text: 'Packaged Binaries', link: '/requirement-and-installation/packaged-binaries' }, { text: 'Build From Source', link: '/requirement-and-installation/build-from-source' }, ], diff --git a/index.md b/index.md index ef803f0..5ad394d 100644 --- a/index.md +++ b/index.md @@ -1,36 +1,8 @@ ---- -# https://vitepress.dev/reference/default-theme-home-page -layout: home - -hero: - name: "rotki" - text: The portfolio manager that protects your privacy - tagline: All you need to start using rotki, or contributing to it. - image: - src: /logo.png - alt: rotki - actions: - - theme: brand - text: Read the documentation - link: /requirement-and-installation - - theme: alt - text: Download rotki - link: https://rotki.com/download - -features: - - title: Open Source - details: rotki's source code is available to inspect, modify and enhance. - - title: Local app - details: rotki is a local-first application with a strong focus on user privacy. - - title: Own your data - details: Your financial data is kept encrypted in your system and not shared with third parties. ---- - -## What is rotki? +# What is rotki? rotki is an asset management and accounting application specializing in Crypto assets and aims to also help with tax reporting. It has integration for multiple exchanges with more coming soon. For more info check out our [FAQ](/faq). -## Disclaimer +# Disclaimer ROTKI'S SERVICE IS INTENDED ONLY TO IMPORT, DISPLAY, STORE, AND GENERATE REPORTS AND STATISTICS FROM CRYPTOCURRENCY TRANSACTION DATA AND OTHER ASSETS. YOU, AS THE USER OF THE SERVICE, ARE RESPONSIBLE FOR THE TRANSACTION DATA IMPORTED, STORED, AND ANALYZED BY THE SERVICE. IF INACCURATE OR INCOMPLETE TRANSACTION DATA IS PROVIDED TO THE SERVICE, THE REPORTS GENERATED BY THE SERVICE WILL ALSO BE INACCURATE OR INCOMPLETE. @@ -38,6 +10,6 @@ ROTKI DOES NOT PROVIDE TAX OR LEGAL ADVICE THROUGH THE SERVICE AND THE SERVICE I THE SERVICE IS NOT INTENDED FOR CONTINUOUS MONITORING OF TRANSACTION DATA OR FOR AUTOMATIC TRANSMISSION OF YOUR TRANSACTION DATA OR ANY REPORTS OR SAMPLE FORMS GENERATED BY THE SERVICE TO ANY TAX AUTHORITY. YOU CANNOT SUBMIT PAYMENT TO ANY TAX AUTHORITY THROUGH THE SERVICE, AND WE ARE NOT RESPONSIBLE FOR ANY PAYMENT OR NON-PAYMENT OF TAXES BY YOU. -## Where to start? +# Where to start? If this is the first time looking at rotki you will probably want to visit the [Installation Guide](/requirement-and-installation/). Once you have successfully managed to install rotki you can proceed to the [Usage Guide](/usage-guides/). If you wish to contribute to rotki please check the [Contribution Guide](/contribution-guides/). diff --git a/requirement-and-installation/index.md b/requirement-and-installation/index.md index 9877bcc..f47337d 100644 --- a/requirement-and-installation/index.md +++ b/requirement-and-installation/index.md @@ -1,4 +1,4 @@ -# Introduction +# Installation The easiest way to start rotki is to download the packaged binary for your operating system. Linux, macOS, and Windows are supported. To see how to do this, go to the [next section](/requirement-and-installation/packaged-binaries).