-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat/documentation #2
Conversation
6b2c0e4
to
450ba28
Compare
Add the package to your application using the .NET CLI | ||
|
||
```powershell | ||
dotnet add package <library nuget package name> | ||
dotnet add package Kentico.Xperience.CalendarComponent | ||
``` | ||
|
||
## Quick Start |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add missing full stops at the end of each step.
@@ -0,0 +1,52 @@ | |||
# Contributing Setup |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add missing full stops at the end of each step or bullet point.
README.md
Outdated
|
||
---Also list any limitations of the functionality that may result in unexpected behavior for the end user. These can be caused, e.g., by scope cuts or unexpected issues during implementation.--- | ||
## Screenshots |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The screenshots section can be removed; maybe the Form builder UI screenshot could be shown in one of the docs in the correct context since it is currently only in the Screenshots section.
Motivation