Skip to content

Commit

Permalink
Update toc
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed Jan 15, 2020
1 parent 9d0b6a6 commit 3399476
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,9 @@ The full TeslaMate documentation is available on [Read the Docs](https://teslama

- Getting Started
- [Simple Docker install](https://teslamate.readthedocs.io/en/latest/installation/docker.html) (inside your home network)
- [Advanced Docker install](https://teslamate.readthedocs.io/en/latest/installation/docker_advanced.html) (Reverse Proxy, Let's Encrypt Certificate, HTTP Basic Auth)
- [Manual install on Debian/Ubuntu](https://teslamate.readthedocs.io/en/latest/installation/debian.html) (without Docker)
- [Advanced Docker install](https://teslamate.readthedocs.io/en/latest/installation/docker_advanced.html) (Traefik, Let's Encrypt, HTTPS, HTTP Basic Auth)
- [Advanced Docker install](https://teslamate.readthedocs.io/en/latest/installation/docker_advanced_apache.html) (Apache2, HTTPS, HTTP Basic Auth)
- [Manual install](https://teslamate.readthedocs.io/en/latest/installation/debian.html) (on Debian/Ubuntu without Docker)
- [Kubernetes install](https://hub.helm.sh/charts/billimek/teslamate) (opinionated helm chart)
- [Upgrading to a new version](https://teslamate.readthedocs.io/en/latest/upgrading.html)
- [Frequently Asked Questions](https://teslamate.readthedocs.io/en/latest/faq.html)
Expand All @@ -68,6 +69,8 @@ The full TeslaMate documentation is available on [Read the Docs](https://teslama
- [MQTT](https://teslamate.readthedocs.io/en/latest/integrations/mqtt.html)
- Advanced configuration
- [Environment Variables](https://teslamate.readthedocs.io/en/latest/configuration/environment_variables.html)
- Maintenance
- [Backup and Restore](https://teslamate.readthedocs.io/en/latest/maintenance/backup_restore.html)
- Development and Contributing
- [Development](https://teslamate.readthedocs.io/en/latest/development.html)

Expand Down
9 changes: 8 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ A powerful, self-hosted data logger for your Tesla.
:caption: Getting Started

Simple Docker install inside your home network <installation/docker>
Advanced Docker install (Reverse Proxy, HTTPS, HTTP Basic Auth) <installation/docker_advanced>
Advanced Docker install (Traefik, Let's Encrypt, HTTPS, HTTP Basic Auth) <installation/docker_advanced>
Advanced Docker install (Apache2, HTTPS, HTTP Basic Auth) <installation/docker_advanced_apache.md>
Manual install on Debian or Ubuntu <installation/debian>
upgrading
faq
Expand All @@ -35,6 +36,12 @@ A powerful, self-hosted data logger for your Tesla.

configuration/environment_variables

.. toctree::
:maxdepth: 1
:caption: Maintenance

maintenance/backup_restore.md

.. toctree::
:maxdepth: 1
:caption: Development and Contributing
Expand Down
2 changes: 1 addition & 1 deletion docs/installation/debian.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TeslaMate Installation on Debian/Ubuntu
# Installation on Debian/Ubuntu

This document provides the necessary steps for installation of TeslaMate on a vanilla Debian or Ubuntu system. The recommended and most straightforward installation approach is through the use of [Docker](docker.md), however this walkthrough provides the necessary steps for manual installation in an aptitude (Debian/Ubuntu) environment.

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/docker_advanced.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Advanced Docker Setup
# Advanced Docker Setup with Traefik

**Differences to the basic setup:**

Expand Down
File renamed without changes.

0 comments on commit 3399476

Please sign in to comment.