mirror of
https://github.com/catchorg/Catch2.git
synced 2025-01-22 08:43:29 +01:00
Synchronize the top-page
This commit is contained in:
parent
c0c2686b0f
commit
afe0ca2edc
@ -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 -->
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user