Skip to content

Commit 9abbe08

Browse files
committed
Synchronize the top-page
1 parent c0c2686 commit 9abbe08

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
[![Try online](https://img.shields.io/badge/try-online-blue.svg)](https://godbolt.org/z/EdoY15q9G)
1111
[![Join the chat in Discord: https://discord.gg/4CWS9zD](https://img.shields.io/badge/Discord-Chat!-brightgreen.svg)](https://discord.gg/4CWS9zD)
1212

13+
<!-- SPHINX-START -->
1314

1415
## What is Catch2?
1516

@@ -101,3 +102,5 @@ This documentation comprises these three parts:
101102
* For discussion or questions please use [our Discord](https://discord.gg/4CWS9zD)
102103
* See who else is using Catch2 in [Open Source Software](docs/opensource-users.md#top)
103104
or [commercially](docs/commercial-users.md#top).
105+
106+
<!-- SPHINX-END -->

docs/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
A modern, C++-native, test framework for unit-tests, TDD and BDD - using C++14, C++17 and later.
44

5+
:::{include} ../README.md
6+
---
7+
start-after: <!-- SPHINX-START -->
8+
end-before: <!-- SPHINX-START -->
9+
---
10+
:::
11+
12+
## Contents
513

614
:::{toctree}
715
---

0 commit comments

Comments
 (0)