From b1068fe71e80515f501305e1732ef01b9763d12b Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Tue, 24 Oct 2017 23:28:13 -0400 Subject: [PATCH] Replace TOC with manual listing Essentially optimize for viewing on Github since the Asciidoctor TOC works but doesn't look good with no styling. --- CONTRIBUTING.adoc | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index ddd6f82884..1df09e5d7c 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -1,10 +1,18 @@ [[contributing]] # Contributing to the Spring Framework -:toc: preamble -:toclevels: 4 First off, thank you for taking the time to contribute! +**Table of Contents** + +* <> +* <> +** <> +** <> +** <> +* <> +* <> + [[conduct]] -- GitLab