-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 Feature] View docs in a more comfortable way #2478
Conversation
Codecov Report
@@ Coverage Diff @@
## devel #2478 +/- ##
==========================================
+ Coverage 91.54% 91.55% +0.01%
==========================================
Files 183 183
Lines 7561 7561
==========================================
+ Hits 6921 6922 +1
+ Misses 640 639 -1 |
I think you may want to update the e.g. |
updated that |
Nice, don't forget to remove the files currently committed in those locations. |
deleted node_modules and docs/.vitepress/dist |
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.
Hope these changes help get this PR approved
Co-authored-by: Adel Haddad <[email protected]>
Description
When I'm reading the documentation, I felt a bit uncomfortable when traveling between files.
So I think I can change that by using a static website generator. In this case, I pick vitepress, which is a framework that specifies with writing documentation on various Github Projects.
You can see the final work on :
https://ryankert01.github.io/Catch2/
I think it is pretty nice with the look and the experience and can potentially attract more users.