Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved readme navigation and user reading experience #7955

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
# Adaptive Cards

![logo](assets/adaptive-card-200.png)
<img align="left" width="70" src="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/)
Expand Down