Skip to content

Commit 2583ccb

Browse files
authored
Small improvement in the introduction (#150)
1 parent 26b6184 commit 2583ccb

4 files changed

Lines changed: 9 additions & 11 deletions

File tree

config/de/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ markdown_extensions:
101101
- tables
102102

103103
nav:
104-
- Intro:
105-
- Intro: index.md
104+
- Einleitung:
105+
- Einleitung: index.md
106106
- Erste Schritte:
107107
- Erste Schritte: erste-schritte/index.md
108108
- Installation: erste-schritte/installation.md

config/en/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ markdown_extensions:
9999
- tables
100100

101101
nav:
102-
- Intro:
103-
- Intro: index.md
102+
- Introduction:
103+
- Introduction: index.md
104104
- Getting started:
105105
- Getting started: getting-started/index.md
106106
- Installation: getting-started/installation.md

docs/de/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
title: Einleitung
3-
template: home.html
43
lastUpdate: 2025-05-03
54
description: Dieses Handbuch führt in Portfolio Performance ein, erklärt Portfolioverwaltung, Performance-Berechnung (TWRR, interner Zinsfuß) und erste Schritte (Portfolio-Datei, Wertpapiere, Import). Es betont die Vorteile gegenüber Excel und ruft zur Mitarbeit auf. Struktur basiert auf Diataxis (Erste Schritte, Grundlagen, How-to, Referenz).
65
authors:
76
- name: Portfolio Performance Team
87
- name: Nirus2000
98
version: 1.0
10-
slug: system-overview
9+
slug: einleitung
1110
tags:
1211
- Portfolio Management
1312
- Investment Analysis

docs/en/index.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
22
title: Introduction
3-
template: home.html
43
lastUpdate: 2025-05-03
5-
description: This handbook provides a comprehensive introduction to Portfolio Performance, detailing its features for portfolio management and performance calculation (based on True-Time Weighted Rate of Return and internal rate of return). It includes a detailed guide for initial steps such as creating a portfolio file and securities, as well as importing transactions. Furthermore, it outlines the advantages over simple Excel calculations and encourages active participation in the handbook's further development. The handbook is divided into four chapters: First Steps, Basics, How-to, and Reference Manual, based on the Diataxis framework for documentation.
4+
description: This handbook introduces Portfolio Performance, explains portfolio management, performance calculation (TWRR, internal rate of return), and first steps (portfolio file, securities, import). It emphasizes the advantages over Excel and calls for collaboration. Structure is based on Diataxis (Getting Started, Fundamentals, How-to, Reference).
65
authors:
76
- name: Portfolio Performance Team
87
- name: Nirus2000
98
version: 1.0
10-
slug: system-overview
9+
slug: introduction
1110
tags:
1211
- Portfolio Management
1312
- Investment Analysis
@@ -17,8 +16,8 @@ changes:
1716
- date: 2025-05-03
1817
author: Nirus2000
1918
description:
20-
- Adding YAML Source
21-
- Base structure implemented
19+
- Adding YAML source
20+
- Basic structure implemented
2221
---
2322

2423
## What is Portfolio Performance?

0 commit comments

Comments
 (0)