Synchronize the top-page

This commit is contained in:
Cristian Le 2023-06-27 11:44:19 +02:00
parent c0c2686b0f
commit afe0ca2edc
Failed to extract signature
2 changed files with 11 additions and 1 deletions

View File

@ -10,6 +10,7 @@
[![Try online](https://img.shields.io/badge/try-online-blue.svg)](https://godbolt.org/z/EdoY15q9G) [![Try online](https://img.shields.io/badge/try-online-blue.svg)](https://godbolt.org/z/EdoY15q9G)
[![Join the chat in Discord: https://discord.gg/4CWS9zD](https://img.shields.io/badge/Discord-Chat!-brightgreen.svg)](https://discord.gg/4CWS9zD) [![Join the chat in Discord: https://discord.gg/4CWS9zD](https://img.shields.io/badge/Discord-Chat!-brightgreen.svg)](https://discord.gg/4CWS9zD)
<!-- SPHINX-START -->
## What is Catch2? ## What is Catch2?
@ -101,3 +102,5 @@ This documentation comprises these three parts:
* For discussion or questions please use [our Discord](https://discord.gg/4CWS9zD) * For discussion or questions please use [our Discord](https://discord.gg/4CWS9zD)
* See who else is using Catch2 in [Open Source Software](docs/opensource-users.md#top) * See who else is using Catch2 in [Open Source Software](docs/opensource-users.md#top)
or [commercially](docs/commercial-users.md#top). or [commercially](docs/commercial-users.md#top).
<!-- SPHINX-END -->

View File

@ -2,12 +2,19 @@
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later. A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later.
:::{include} ../README.md
---
start-after: <!-- SPHINX-START -->
end-before: <!-- SPHINX-END -->
---
:::
## Contents
:::{toctree} :::{toctree}
--- ---
maxdepth: 2 maxdepth: 2
titlesonly: true titlesonly: true
caption: Contents
glob: true glob: true
--- ---
developer_api/index developer_api/index