From 7858701aa103213f9b8fdf4540a600a4407c1d11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vict=C3=B3ria=20Rose?= <70824102+victoriaquasar@users.noreply.github.com> Date: Fri, 7 Oct 2022 02:25:30 -0300 Subject: [PATCH] readme: improved readability and navigation --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b1556cacaf..2e958ad78e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,21 @@ # Adaptive Cards -![logo](assets/adaptive-card-200.png) + [Adaptive Cards](https://adaptivecards.io) are a new way for developers to exchange content in a common and consistent way. Get started today by putting Adaptive Cards into Microsoft Teams, Outlook Actionable Messages, Cortana Skills, or Windows Timeline -- or render cards inside your own apps by using our SDKs. +## Summary + +- [Dive in](#dive-in) +- [Install and build](#install-and-build) +- [Code format](#code-format) + - [IDE Integration](#ide-integration) + - [Format with script](#format-with-script) + - [Use Git pre-commit hook](#use-git-pre-commit-hook) + - [End User License Agreement](#end-user-license-agreement-for-our-binary-packages) + - [Community SDKs](#community-sdks) +- [Contribute](#contribute) + ## Dive in * [Documentation](https://adaptivecards.io/documentation/)