Skip to content

Commit

Permalink
Merge pull request #41118 from gsmet/fix-markdown-toc
Browse files Browse the repository at this point in the history
Fix TOC in CONTRIBUTING.md
  • Loading branch information
gsmet authored Jun 11, 2024
2 parents 99d63a7 + d893263 commit c2c55b4
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
We try to make it easy, and all contributions, even the smaller ones, are more than welcome. This includes bug reports,
fixes, documentation, examples... But first, read this page (including the small print at the end).

<!-- toc -->

- [Legal](#legal)
- [Reporting an issue](#reporting-an-issue)
- [Checking an issue is fixed in main](#checking-an-issue-is-fixed-in-main)
Expand All @@ -20,8 +22,8 @@ fixes, documentation, examples... But first, read this page (including the small
+ [Eclipse Setup](#eclipse-setup)
+ [IDEA Setup](#idea-setup)
- [How to work](#how-to-work)
- [`OutOfMemoryError` while importing](#-outofmemoryerror--while-importing)
- [`package sun.misc does not exist` while building](#-package-sunmisc-does-not-exist--while-building)
- [`OutOfMemoryError` while importing](#outofmemoryerror-while-importing)
- [`package sun.misc does not exist` while building](#package-sunmisc-does-not-exist-while-building)
- [Formatting](#formatting)
* [Gitpod](#gitpod)
- [Build](#build)
Expand All @@ -32,19 +34,22 @@ fixes, documentation, examples... But first, read this page (including the small
+ [Running a single test](#running-a-single-test)
- [Maven Invoker tests](#maven-invoker-tests)
* [Build with multiple threads](#build-with-multiple-threads)
* [Don't build any test modules](#don-t-build-any-test-modules)
* [Don't build any test modules](#dont-build-any-test-modules)
+ [Automatic incremental build](#automatic-incremental-build)
- [Special case `bom-descriptor-json`](#special-case--bom-descriptor-json-)
- [Special case `bom-descriptor-json`](#special-case-bom-descriptor-json)
- [Usage by CI](#usage-by-ci)
- [Develocity build cache](#develocity-build-cache)
* [Getting set up](#getting-set-up)
* [-Dquickly](#-dquickly)
* [Benchmarking the build](#benchmarking-the-build)
- [Release your own version](#release-your-own-version)
- [Documentation](#documentation)
* [Building the documentation](#building-the-documentation)
* [Referencing a new guide in the index](#referencing-a-new-guide-in-the-index)
- [Usage](#usage)
+ [With Maven](#with-maven)
+ [With Gradle](#with-gradle)
* [MicroProfile TCK's](#microprofile-tck-s)
* [MicroProfile TCK's](#microprofile-tcks)
* [Test Coverage](#test-coverage)
- [Extensions](#extensions)
* [Descriptions](#descriptions)
Expand All @@ -53,7 +58,8 @@ fixes, documentation, examples... But first, read this page (including the small
- [The small print](#the-small-print)
- [Frequently Asked Questions](#frequently-asked-questions)

<small><i><a href='http://ecotrust-canada.github.io/markdown-toc/'>Table of contents generated with markdown-toc</a></i></small>
<!-- tocstop -->
<small><i><a href='https://github.com/jonschlinkert/markdown-toc'>Table of contents generated with markdown-toc</a></i></small>

## Legal

Expand Down

0 comments on commit c2c55b4

Please sign in to comment.