-
Notifications
You must be signed in to change notification settings - Fork 7
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
GitAuto: [FEATURE] Add docs #297
GitAuto: [FEATURE] Add docs #297
Conversation
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Quality Gate passedIssues Measures |
✅ Build VTEX-SDK-dotnet 2.3.975 completed (commit 4347d0718e by @gitauto-ai[bot]) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #297 +/- ##
=====================================
Coverage 0.22% 0.22%
=====================================
Files 117 117
Lines 1774 1774
Branches 75 75
=====================================
Hits 4 4
+ Misses 1770 1768 -2
- Partials 0 2 +2 ☔ View full report in Codecov by Sentry. |
❌ Build VTEX-SDK-dotnet 2.3.995 failed (commit c3bdcb6ce2 by @gstraccini[bot]) |
Original issue: #19
What is the feature
The feature is to add documentation to the project using GitHub Pages and include usage examples for the library.
Why we need the feature
Documentation is crucial for any project as it helps users understand how to use the library effectively. By providing usage examples, we can make it easier for users to integrate the library into their projects, thereby increasing adoption and reducing support requests.
How to implement and why
Set up GitHub Pages:
docs
directory in the root of the repository.index.md
file as the entry point for the documentation.docs
directory as a GitHub Pages site.Write Documentation:
index.md
file.Add Usage Examples:
examples
directory within thedocs
directory.Continuous Integration:
.github/workflows
to include a job that checks for broken links in the documentation.Review and Iterate:
About backward compatibility
This feature does not affect the codebase directly, so there are no backward compatibility concerns. The documentation will be an addition to the existing project structure.
Test these changes locally