Docs Development
Axios Scripts
The script axiosBuildScripts.js is used to generated local data files. These files are rendered by certain markdown pages as a data source. For example see these markdown files:
The local data files provide for a better page load experience rather than real-time data access from the monorepo. More importantly, the local data files allow the vite build to pre-render the html so that Flex can index its content, see Vue components and Flex indexes.
Building the local data files
The local data files can be refreshed by running the /libs/axiosBuildScripts.js
script as follows:
sh
pnpm axios:build
1