Skip to content

Commit

Permalink
feat: adjust index file
Browse files Browse the repository at this point in the history
  • Loading branch information
lukicenturi authored and kelsos committed Aug 7, 2024
1 parent f8a0292 commit 64e763e
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,23 @@ export default defineConfig({
logo: '/logo.png',
nav: [
{ text: 'Home', link: '/' },
{ text: 'Docs', link: '/requirement-and-installation/introduction' },
{ text: 'Docs', link: '/requirement-and-installation' },
{ text: 'Download', link: 'https://rotki.com/download' },
],

sidebar: [
{
text: 'System Requirements & Installation',
items: [
{ text: 'Introduction', link: '/requirement-and-installation/introduction' },
{ text: 'Introduction', link: '/requirement-and-installation' },
{ text: 'Packaged Binaries', link: '/requirement-and-installation/packaged-binaries' },
{ text: 'Build From Source', link: '/requirement-and-installation/build-from-source' },
],
},
{
text: 'Usage Guides',
items: [
{ text: 'Introduction', link: '/usage-guides/introduction' },
{ text: 'Introduction', link: '/usage-guides/' },
{ text: 'Customization', link: '/usage-guides/customization' },
{ text: 'Importing Data', link: '/usage-guides/importing-data' },
{ text: 'Tracking accounts & Balances', link: '/usage-guides/accounts-and-balances' },
Expand Down Expand Up @@ -69,7 +69,7 @@ export default defineConfig({
{
text: 'Contribution Guides',
items: [
{ text: 'Bug Reporting', link: '/contribution-guides/bug-reporting' },
{ text: 'Bug Reporting', link: '/contribution-guides' },
{ text: 'Feature Requests', link: '/contribution-guides/feature-requests' },
{ text: 'Contributing as a Developer', link: '/contribution-guides/contribute-as-developer' },
{ text: 'Working on Issues', link: '/contribution-guides/working-on-issues' },
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rotki offers tracking of all your crypto assets no matter where they are. Either

You can also manually input information on your Fiat assets (i.e., how much EUR, USD, etc. you own) so that the analytics also take them into account. Manual input of actions that you did and would like to be tracked is also possible by adding an "external trade".

It also allows you to get a tax report, essentially calculating all trades in a given period and determining your profit or loss depending on your given settings. For more details on what is offered and how to use it check the [Usage Guide](/usage-guides/introduction.html).
It also allows you to get a tax report, essentially calculating all trades in a given period and determining your profit or loss depending on your given settings. For more details on what is offered and how to use it check the [Usage Guide](/usage-guides/).

### Will it remain free to use?

Expand Down
18 changes: 17 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ hero:
link: https://rotki.com
- theme: alt
text: Start using rotki
link: /requirement-and-installation/introduction
link: /requirement-and-installation
- theme: alt
text: Download rotki
link: https://rotki.com/download
Expand All @@ -28,3 +28,19 @@ features:
- title: Own your data
details: Your financial data is kept encrypted in your system and not shared with third parties.
---

## 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

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.

ROTKI DOES NOT PROVIDE TAX OR LEGAL ADVICE THROUGH THE SERVICE AND THE SERVICE IS NOT INTENDED TO BE A SUBSTITUTE FOR PROFESSIONAL TAX OR LEGAL ADVICE OR FOR YOUR OWN DILIGENCE IN ENSURING THE ACCURACY OF ANY AND ALL INFORMATION YOU SUBMIT TO TAX AUTHORITIES. IT IS YOUR RESPONSIBILITY TO PRESENT YOUR TRANSACTION DATA AND ANY REPORTS GENERATED BY THE SERVICE TO YOUR TAX OR LEGAL ADVISORS FOR REVIEW. ALWAYS SEEK THE ADVICE OF YOUR ACCOUNTANTS, ATTORNEYS, OR OTHER QUALIFIED TAX ADVISORS WITH ANY QUESTIONS YOU MAY HAVE REGARDING YOUR TAX LIABILITY. NEVER DISREGARD PROFESSIONAL TAX OR LEGAL ADVICE OR DELAY IN SEEKING IT BECAUSE OF SOMETHING YOU HAVE READ OR BEEN PROVIDED FROM THE SERVICE.

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?

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/).
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

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).

If you have Rotki installed and running well, you can go to the [usage guide](/usage-guides/introduction.md)
If you have Rotki installed and running well, you can go to the [usage guide](/usage-guides/)
File renamed without changes.
2 changes: 1 addition & 1 deletion usage-guides/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Please, make sure you are using your premium subscription API keys/secret and th

## Data with multiple accounts/devices is not synced

Please, make sure all your accounts have the "Allow data sync with rotki Server" switched on, and that on each log-in you make the appropriate choice when prompted to replace the local database. See the section [Sync data with rotki server](/usage-guides/introduction.html#sync-data-with-rotki-server) for more information about how to sync data with multiple accounts/devices.
Please, make sure all your accounts have the "Allow data sync with rotki Server" switched on, and that on each log-in you make the appropriate choice when prompted to replace the local database. See the section [Sync data with rotki server](/usage-guides/#sync-data-with-rotki-server) for more information about how to sync data with multiple accounts/devices.

## ENS data not updating for newly registered name/address combination

Expand Down

0 comments on commit 64e763e

Please sign in to comment.