Currently, in order to add to the documentation, aside from adding the relevant markdown files, manual edits to the sidebars.js and homepage-categories.js files are needed. In order to display a new article in the sidebar, a reference to the article needs to be added to the sidebars.js file under the relevant category. When adding a new category, a new category object needs to be added to this file, and furthermore a new item needs to be added to the homepage-categories.js file to display it on the homepage.
In order to increase appeal to the community in assisting with documentation, it might be worth adding a script to which traverses the docs directory and adds any new relevant config automagically to the two files, respectively.
Currently, in order to add to the documentation, aside from adding the relevant markdown files, manual edits to the
sidebars.jsandhomepage-categories.jsfiles are needed. In order to display a new article in the sidebar, a reference to the article needs to be added to thesidebars.jsfile under the relevant category. When adding a new category, a new category object needs to be added to this file, and furthermore a new item needs to be added to thehomepage-categories.jsfile to display it on the homepage.In order to increase appeal to the community in assisting with documentation, it might be worth adding a script to which traverses the
docsdirectory and adds any new relevant config automagically to the two files, respectively.