build: eliza docs build creates 130 files that want to be modified/added to git
eliza docs build creates 130 files that want to be modified/added to git
I try to stay up with the latest code to build, run and debug issues. When I do the build, docs build creates 130 files which makes them as new/modified and really blurs our my git status.
I don't know enough on the docs architecture to see if I can just add the docs/api folder to .gitignore or if the docs build output should go to another directory that is already in the .gitignore or if it should be going to the docs/docs folder which seems to be the output directory for the docs build.
To Reproduce pnpm clean pnpm install pnpm build
See example of the output:
If one of the more experienced devs tell me what the right course of action is here, I can go ahead and make the change and test it out.
This is fixed in #884
I can confirm that this is fixed now or at least it doesn't happen any more.