This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR is to show the test of combining two courses in one site, and not meant to be merged.
With this combination, to be able to run the project properly, we should:
_navbar
and_sidebar
out from_layout
folder and put them in their own course file. This is necessary, otherwise, both navbar and sidebar won't be rendered properly.I played around as well with below things:
Created a
_coverpage.md
. Cover page can serve as homepage if we don't want to create a dedicated homepage. It can only hold minimal text. If we opt for this, we might as well need to find a way to hide the navbar.The current color in our intro to oss website is not accessible. So, I played around with the color scheme and use most of OpenSauced brand that I took from OpenSauced landing page repo, as well as the font type. It's not 100% accessible, but it's much better than what we have.
Added docsify-pagination plugin to navigate to previous or next chapter. I think this plugin is much better that what we currently have (shown in the green box), and the repo is quite active (last PR merged was 4 months ago).
What type of PR is this? (check all applicable)
Related Tickets & Documents
Mobile & Desktop Screenshots/Recordings
Steps to QA
npm i docsify-cli -g
to install the dependency.docsify serve docs
.docs\index.html
.Added to documentation?
[optional] Are there any post-deployment tasks we need to perform?
[optional] What gif best describes this PR or how it makes you feel?