diff --git a/README.md b/README.md index d46978a429f06b6464c1771394119ccf409b45e6..f5eb14be37e63b140a9d417b12a6df80a1411d7b 100644 --- a/README.md +++ b/README.md @@ -2,35 +2,35 @@ <!-- TOC --> -- [Engine API Server](#engine-api-server) - - [Overview](#overview) - - [Deployment Modes](#deployment-modes) - - [Single Deployment](#single-deployment) - - [Redundant Deployment](#redundant-deployment) - - [Managing Active Engine State](#managing-active-engine-state) - - [Playlog Synchronization for High Availability deployment scenarios](#playlog-synchronization-for-high-availability-deployment-scenarios) - - [Active Sync](#active-sync) - - [Passive Sync](#passive-sync) - - [Getting started](#getting-started) - - [Requirements](#requirements) - - [Installation](#installation) - - [Setting up the database](#setting-up-the-database) - - [Configuration](#configuration) - - [Engine 1 Node](#engine-1-node) - - [Engine 2 Node](#engine-2-node) - - [Synchronization Node](#synchronization-node) - - [Running the Server](#running-the-server) - - [Development](#development) - - [Production](#production) - - [Running with Systemd](#running-with-systemd) - - [Running with Supervisor](#running-with-supervisor) - - [Running with Docker](#running-with-docker) - - [Development](#development-1) - - [Using the API](#using-the-api) - - [Extending the API](#extending-the-api) - - [Creating a local image](#creating-a-local-image) - - [Publish new image](#publish-new-image) -- [About](#about) +1. [Engine API Server](#engine-api-server) + 1. [Overview](#overview) + 2. [Deployment Modes](#deployment-modes) + 1. [Single Deployment](#single-deployment) + 2. [Redundant Deployment](#redundant-deployment) + 1. [Managing Active Engine State](#managing-active-engine-state) + 2. [Playlog Synchronization for High Availability deployment scenarios](#playlog-synchronization-for-high-availability-deployment-scenarios) + 1. [Active Sync](#active-sync) + 2. [Passive Sync](#passive-sync) + 3. [Getting started](#getting-started) + 1. [Requirements](#requirements) + 2. [Installation](#installation) + 1. [Setting up the database](#setting-up-the-database) + 3. [Configuration](#configuration) + 1. [Engine 1 Node](#engine-1-node) + 2. [Engine 2 Node](#engine-2-node) + 3. [Synchronization Node](#synchronization-node) + 4. [Running the Server](#running-the-server) + 1. [Development](#development) + 2. [Production](#production) + 3. [Running with Systemd](#running-with-systemd) + 4. [Running with Supervisor](#running-with-supervisor) + 5. [Running with Docker](#running-with-docker) + 5. [Development](#development-1) + 1. [Using the API](#using-the-api) + 2. [Extending the API](#extending-the-api) + 3. [Creating a local image](#creating-a-local-image) + 4. [Publish new image](#publish-new-image) +2. [About](#about) <!-- /TOC --> @@ -416,4 +416,4 @@ AURA stands for Automated Radio and is a swiss army knife for community radio st | [<img src="https://gitlab.servus.at/aura/meta/-/raw/master/images/aura-steering.png" width="150" align="left" />](https://gitlab.servus.at/aura/steering) | [<img src="https://gitlab.servus.at/aura/meta/-/raw/master/images/aura-dashboard.png" width="150" align="left" />](https://gitlab.servus.at/aura/dashboard) | [<img src="https://gitlab.servus.at/aura/meta/-/raw/master/images/aura-tank.png" width="150" align="left" />](https://gitlab.servus.at/aura/tank) | [<img src="https://gitlab.servus.at/aura/meta/-/raw/master/images/aura-engine.png" width="150" align="left" />](https://gitlab.servus.at/aura/engine) | |---|---|---|---| -| [Steering](https://gitlab.servus.at/aura/steering) | [Dashboard](https://gitlab.servus.at/aura/dashboard) | [Tank](https://gitlab.servus.at/aura/tank) | [Engine](https://gitlab.servus.at/aura/engine)<br/>[Engine API](https://gitlab.servus.at/aura/engine-api)<br/>[Engine Clock](https://gitlab.servus.at/aura/engine-clock) | \ No newline at end of file +| [Steering](https://gitlab.servus.at/aura/steering) | [Dashboard](https://gitlab.servus.at/aura/dashboard)<br/>[Dashboard Clock](https://gitlab.servus.at/aura/dashboard-clock) | [Tank](https://gitlab.servus.at/aura/tank) | [Engine](https://gitlab.servus.at/aura/engine)<br/>[Engine API](https://gitlab.servus.at/aura/engine-api) | \ No newline at end of file