Skip to content

Commit

Permalink
no trailing slashes > gh pages issue
Browse files Browse the repository at this point in the history
  • Loading branch information
naltatis committed Apr 17, 2024
1 parent 3e6c891 commit 78cb851
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 35 deletions.
8 changes: 4 additions & 4 deletions docs/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 1

Die Erstinstallation von evcc erfordert aktuell noch etwas Fachwissen. Du solltest mit den Grundlagen des Terminals vertraut sein und keine Angst vor Konfigurationsdateien haben. Wenn dich das nicht abschreckt, bist du hier genau richtig. Wähle deine Plattform auf der evcc bei dir laufen soll und wir führen dich durch den Einrichtungsprozss:

- [Debian, Ubuntu, Raspberry Pi OS](linux)
- [macOS](macos)
- [Docker, Synology](docker)
- [Manuelle Installation (inkl. Windows)](manual)
- [Debian, Ubuntu, Raspberry Pi OS](./installation/linux)
- [macOS](./installation/macos)
- [Docker, Synology](./installation/docker)
- [Manuelle Installation (inkl. Windows)](./installation/manual)
16 changes: 7 additions & 9 deletions docs/reference/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,25 +79,23 @@ Normalerweise entspricht die Überschussleistung der verfügbaren Ladeleistung.

Die Einstellmöglichkeiten bitte der Beschreibung der jeweiligen Parameter entnehmen.

https://docs.evcc.io/docs/reference/configuration/site und https://docs.evcc.io/docs/reference/configuration/loadpoints

### Site

Eine _Site_ beschreibt den Standort mit den vorhandenen und benötigten Geräten der Hausinstallation und ist für das Regeln der verfügbaren Leistung zuständig.

[Weiterlesen...](site)
[Weiterlesen...](./configuration/site)

### Loadpoints

_Loadpoints_ (Ladepunkte) beschreiben die Ladeinfrastruktur und kombinieren vorhandene _Charger_ (Wallboxen), _Vehicle_ (Fahrzeuge) und alles weitere was ein Ladepunkt benötigt.

[Weiterlesen...](loadpoints)
[Weiterlesen...](./configuration/loadpoints)

### Chargers

_Chargers_ (Wallboxen) beinhaltet eine Liste von Wallboxen und deren Eigenschaften, z.B. wie sie angesprochen werden.

[Weiterlesen...](chargers)
[Weiterlesen...](./configuration/chargers)

### Meters

Expand All @@ -108,22 +106,22 @@ _Meters_ (Hausinstallation) ist eine Liste von Geräten welche verschiedene Stro
- Ladestrom des EV (falls die Wallbox dies nicht direkt unterstützt)
- Ströme der Hausbatterie(n)

[Weiterlesen...](meters)
[Weiterlesen...](./configuration/meters)

### Vehicles

Um die Ladung auf einen bestimmten Ladestand (Soc) in EVs zu begrenzen, können hier die vorhandenen Fahrzeuge und Online Zugangsdaten angegeben werden.

[Weiterlesen...](vehicles)
[Weiterlesen...](./configuration/vehicles)

### HEMS

evcc kann die Ladepunkte und deren Ladeströme an ein anderes Home Energy Management System (HEMS) weitergeben, damit dieses die Informationen z.b. zur Steuerung der Hausbatterie nutzen kann.

[Weiterlesen...](hems)
[Weiterlesen...](./configuration/hems)

### Messaging

In diesem Bereich können Ereignisse definiert werden, bei welchen man informiert werden will. Zur Informationsübermittlung werden eine Reihe von unterschiedlichen Systemen unterstützt.

[Weiterlesen...](messaging)
[Weiterlesen...](./configuration/messaging)
8 changes: 4 additions & 4 deletions docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ In diesem Bereich sind die verschiedenen technischen Dokumentationen zu finden.

Hier werden die verschiedenen möglichen Einstellungen erklärt.

[Weiterlesen...](configuration)
[Weiterlesen...](./reference/configuration)

### Plugins

Hier wird beschrieben wie man durch ein Plugin ein bisher nicht unterstütztes Gerät anbinden kann.

[Weiterlesen...](plugins)
[Weiterlesen...](./reference/plugins)

### Modbus

Hier befindet sich die Modbus Dokumentation, welche in verschiedenen Bereichen genutzt werden kann.

[Weiterlesen...](modbus)
[Weiterlesen...](./reference/modbus)

### API

Hier befindet sich die Dokumentation um auf evcc von anderen Systemen zuzugreifen und zu steuern.

[Weiterlesen...](api)
[Weiterlesen...](./reference/api)
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { themes as prismThemes } from "prism-react-renderer";
favicon: "img/favicon.ico",
organizationName: "evcc-io", // Usually your GitHub org/user name.
projectName: "docs", // Usually your repo name.
trailingSlash: false,
i18n: {
defaultLocale: "de",
locales: ["de", "en"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Setting up evcc currently requires a bit of technical knowledge - but if you're

Pick your platform of choice and we'll guide you through setting up!

- [Linux (Debian, Ubuntu, Raspberry Pi OS)](linux)
- [macOS](macos)
- [Docker (incl. Synology)](docker)
- [Manual Installation (including Windows)](manual)
- [Linux (Debian, Ubuntu, Raspberry Pi OS)](./installation/linux)
- [macOS](./installation/macos)
- [Docker (incl. Synology)](./installation/docker)
- [Manual Installation (including Windows)](./installation/manual)
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ this is sufficient, the charging process is started.

The minimum power required to charge is calculated from the values `minCurrent`
and `phases`, defined per `loadpoint` (a group of colocated chargers)
See [`loadpoints`](./loadpoints) for more
See [`loadpoints`](./configuration/loadpoints) for more
information.

For example: `phases: 1` und `minCurrent: 8`
Expand All @@ -99,27 +99,27 @@ several parameters. These are:
Please refer to the description of each respective parameter for the available
settings.

- [Site Configuration Parameters](./site)
- [Loadpoint Configuration Parameters](./loadpoints)
- [Site Configuration Parameters](./configuration/site)
- [Loadpoint Configuration Parameters](./configuration/loadpoints)

### Site

A [Site](site) describes the location with the existing and required devices of
A [Site](./configuration/site) describes the location with the existing and required devices of
the home installation and is responsible for regulating the available power.

### Loadpoint

A [Loadpoint](loadpoints) describes the charging infrastructure and combines
A [Loadpoint](./configuration/loadpoints) describes the charging infrastructure and combines
existing _Chargers_, _Vehicles_, and anything else a charging point needs.

### Chargers

[Chargers](chargers) include a list of chargers and their properties, such as
[Chargers](./configuration/chargers) include a list of chargers and their properties, such as
how they are addressed.

### Meters

[Meters](meters) are a list of devices that measure various power flows. These
[Meters](./configuration/meters) are a list of devices that measure various power flows. These
include:

- Imported, Exported power
Expand All @@ -130,17 +130,17 @@ include:
### Vehicles

To limit the state of charge (SoC) of EVs to a specific level, you can specify
the existing [vehicles](vehicles) and online access data here.
the existing [vehicles](./configuration/vehicles) and online access data here.

### HEMS

evcc can forward the charging points and their charging currents to another
[Home Energy Management System (HEMS)](hems) so that it can use this
[Home Energy Management System (HEMS)](./configuration/hems) so that it can use this
information, for example, to control the house battery.

### Messaging

In this section, you can define events for which you want to be informed. A
variety of different systems are supported for message delivery.

[More information](messaging)
[More information](./configuration/messaging)
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ Below is technical documentation on various aspects of evcc.

### Configuration

[An explanation of the settings and configuration files.](configuration)
[An explanation of the settings and configuration files.](./reference/configuration)

### Plug-ins

[A description of how a plug-in can connect to a previously unsupported device.](plugins)
[A description of how a plug-in can connect to a previously unsupported device.](./reference/plugins)

### Modbus

[Documentation for Modbus, which is used in turn by various of the devices supported.](modbus)
[Documentation for Modbus, which is used in turn by various of the devices supported.](./reference/modbus)

### API

[Documentation describing how to access and control evcc from other systems.](api)
[Documentation describing how to access and control evcc from other systems.](./reference/api)

0 comments on commit 78cb851

Please sign in to comment.