Description
Problem
Docussaurus builds the sidebar according to the directory structure, detecting markdown files and listing the pages accordingly.
Docussaurus uses FrontMatter information to add the page's title and metadata.
We have a file sidebars.json
with a list of files, check that is being used by the check_sidebars.py
script.
Solution
Check if sidebars.json
and if the check_sidebars.py
is relevant, remove if not, document if it is.
Bring a CI check for presence and conformance of the FrontMatter header.