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

Add EF Core survey as card and TOC item #2841

Merged
merged 4 commits into from
Nov 7, 2020
Merged
Show file tree
Hide file tree
Changes from 3 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
4 changes: 4 additions & 0 deletions entity-framework/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ highlightedContent:
- title: "API reference browser"
itemType: reference
url: /dotnet/api/?view=efcore-3.1
# Card
- title: "Take the EF Core 6 survey"
itemType: reference
url: https://www.surveymonkey.com/r/XRL3JBL

# Card with summary style
additionalContent:
Expand Down
2 changes: 2 additions & 0 deletions entity-framework/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@
items:
- name: Overview
href: core/index.md
- name: Take the EF Core 6 survey
JeremyLikness marked this conversation as resolved.
Show resolved Hide resolved
href: https://www.surveymonkey.com/r/XRL3JBL
- name: "Releases and planning (roadmap)"
items:
- name: Current and planned releases
Expand Down