Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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' },
],
Expand Down
34 changes: 3 additions & 31 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,43 +1,15 @@
---
# 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.

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?
# 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/).
2 changes: 1 addition & 1 deletion requirement-and-installation/index.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
Loading