From 0eda00bc4139c231087402da24f69fce1a1a4e1a Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Thu, 26 Jul 2018 17:41:13 -0700 Subject: [PATCH] Add TOC Add table of contents. --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index b729eeb..9ca850b 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,29 @@ permalink: / --- + GNU Mailman 3 Deployment with Docker ==================================== +Table of Contents +----------------- + + * [GNU Mailman 3 Deployment with Docker](#gnu-mailman-3-deployment-with-docker) + * [Release](#release) + * [Rolling Releases](#rolling-releases) + * [Security](#security) + * [Dependencies](#dependencies) + * [Configuration](#configuration) + * [Mailman-web](#mailman-web) + * [Mailman-Core](#mailman-core) + * [Running](#running) + * [Setting up your MTA](#setting-up-your-mta) + * [Setting up your web server](#setting-up-your-web-server) + * [Serving static files](#serving-static-files) + * [SSL certificates](#ssl-certificates) + * [LICENSE](#license) + + [![CircleCI](https://circleci.com/gh/maxking/docker-mailman/tree/master.svg?style=svg)](https://circleci.com/gh/maxking/docker-mailman/tree/master) This repository hosts code for two docker images `maxking/mailman-core` and