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]]
|
||||||
# Contributing to the Spring Framework
|
# Contributing to the Spring Framework
|
||||||
:toc: preamble
|
|
||||||
:toclevels: 4
|
|
||||||
|
|
||||||
First off, thank you for taking the time to contribute!
|
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]]
|
[[conduct]]
|
||||||
|
|
Loading…
Reference in New Issue