Skip to content

Commit

Permalink
Synchronize the top-page
Browse files Browse the repository at this point in the history
  • Loading branch information
LecrisUT committed Jun 27, 2023
1 parent c0c2686 commit afe0ca2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
[![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)

<!-- SPHINX-START -->

## What is Catch2?

Expand Down Expand Up @@ -101,3 +102,5 @@ This documentation comprises these three parts:
* 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)
or [commercially](docs/commercial-users.md#top).

<!-- SPHINX-END -->
9 changes: 8 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@

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}
---
maxdepth: 2
titlesonly: true
caption: Contents
glob: true
---
developer_api/index
Expand Down

0 comments on commit afe0ca2

Please sign in to comment.