This folder contains extra features for the Indexer.
These features must be compiled independently, as they are not available in any official releases.
To build the Indexer with features found here, find and edit build.options.json in the base directory of this repository. Simply set the value of any corresponding key under extraFeatures
to true
or false
to enable and disable the feature respectively during compilation.
These features are still experimental, and how they are used and implemented may therefore change in the future! 🙂
This feature will display any README.md
files on top of the page.
This can be useful if you want to show any information on what the folder contains and so on.
The file should contain Markdown/HTML data, and it is parsed on load using Parsedown.