Documentation Build (npm run docs) Creates Empty build/site Directory, Resulting in 404 Errors
Running the local documentation build process (npm run docs within the docs directory) completes without reporting errors but fails to generate any files in the docs/build/site output directory. Consequently, attempting to view the documentation locally using npm run docs:watch results in a 404 Not Found error because the development server has no index.html or other files to serve.
accessing the local URL results in a 404 Not Found error.
accessing the local URL results in a 404 Not Found error.
Hey @markv44. I can't reproduce this issue. Can you share the output from the npm run docs command?
Hello @ericnordelo, apologies for the late reply; I have been very busy lately.
Below, I am providing a screenshot of the output of the npm run docs command. When you look at the left side of the screenshot, you will see that the build/site directory is empty.
mmm, I still can't reproduce the issue locally. Can you show your package.json?
Closing since we have chenged the doc framework.