You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: