Every script is taking a part of auto-generating data content on the website.
There are 3 rules:
extract-*-tokens.js scripts always goes first.
extract-*-tokens.js
Order of other scripts when they fire don't matter after that step.
clean-invalid-data-files.js always goes last.
clean-invalid-data-files.js
Converts .yml token files to .json format
.yml
.json
build-indexed-search.js
Refines extracted data to retain only what is necessary for the search input
search input
build-paths.js
Refines extracted data to retain only what is necessary for the sidebar navigation
sidebar navigation
Removes files that have had their file name updated
file name
Last updated 9 months ago