diff --git a/README.md b/README.md index 3ea54a5d..b82c3e41 100644 --- a/README.md +++ b/README.md @@ -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) + ## 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) * See who else is using Catch2 in [Open Source Software](docs/opensource-users.md#top) or [commercially](docs/commercial-users.md#top). + + diff --git a/docs/index.md b/docs/index.md index 2d063e3a..d25d303a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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: +end-before: +--- +::: + +## Contents :::{toctree} --- maxdepth: 2 titlesonly: true -caption: Contents glob: true --- developer_api/index