This web site contains the documentation of the RK3128 Custom Firmware.
Built using Edition Jekyll template.
Edition was built with Jekyll version 3.3.1, but should support newer versions as well.
Install the dependencies with Bundler:
$ bundle install
Run jekyll
commands through Bundler to ensure you're using the right versions:
$ bundle exec jekyll serve
If you get some deprecation warnings, please see CloudCannon/edition-jekyll-template#15:
bundle update --bundler
bundle install
- Add, update or remove a documentation page in the Documentation collection
(
_docs
folder). - Documentation pages are organized in the navigation by category, with URLs
based on the path inside the
_docs
folder. - Change the category of a documentation page to move it to another section in the navigation. The folder does not define the category, it's just a way of grouping and sorting pages.
- Categories are sorted in the navigation as they appear in the folder. That's
why
_docs
sub folders start by numbers.
- Add, update or remove change log entries from the
_posts
folder. - Tag entries as
documentation
,minor
ormajor
in the front matter.
- Add
excluded_in_search: true
to any documentation page's front matter to exclude that page in the search results.
- Change
site.show_full_navigation
to control all or only the current navigation group being open.