-
Notifications
You must be signed in to change notification settings - Fork 26
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
docs: Prepared Home, Dev Guide and About sections #592
Conversation
Signed-off-by: Oleg Kopysov <o.kopysov@samsung.com>
Signed-off-by: Oleg Kopysov <o.kopysov@samsung.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #592 +/- ##
=========================================
Coverage 93.67% 93.67%
Complexity 608 608
=========================================
Files 49 49
Lines 2104 2104
Branches 244 244
=========================================
Hits 1971 1971
Misses 61 61
Partials 72 72 ☔ View full report in Codecov by Sentry. |
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.
Great start of documentation improvement!
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.
Great job! Modern look of documentation is very important part of repository. Approved!
Pull Request
Description
Current PR contains the first portion of changes in GH Pages documentation.
MkDocs will be used for converting MD -> HTML static pages.
Structure of the website:
Bold means that pages are included in this pull request.
Home:
Dev Guide:
About
Type of change
Please delete options that are not relevant.
Testing
Install required dependencies:
Run MkDocs:
$ cd doc $ mkdocs serve