Replace TOC with manual listing
Essentially optimize for viewing on Github since the Asciidoctor TOC works but doesn't look good with no styling.
This commit is contained in:
parent
a455feab59
commit
b1068fe71e
|
@ -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>>
|
||||
* <<how>>
|
||||
** <<how-question>>
|
||||
** <<how-ticket>>
|
||||
** <<how-pull-request>>
|
||||
* <<code-style>>
|
||||
* <<documentation>>
|
||||
|
||||
|
||||
|
||||
[[conduct]]
|
||||
|
|
Loading…
Reference in New Issue