Closed petecarapetyan closed 3 years ago
I cannot reproduce this 🤔
are you sure you did step 3? https://wip-rocket.netlify.app/guides/first-pages/getting-started/#setup
Add to your .gitignore
## Rocket ignore files (need to be the full relative path to the folders) docs/_merged_data/ docs/_merged_assets/ docs/_merged_includes/
PS: what I found however was that adding top level folders (e.g. guides/docs/blog) requires a reload in order to shop up in the topbar as they are only defined as to menu in the config on startup... => maybe worth a note 🤔
Will leave a comment in the docs. Else a user like me might do as I did "Oh, I'm not going to commit this project to git because I'm just trying it out" and thus leave this step out.
This is a nuisance level bug, hardly a deal killer, but here goes:
I was testing to see whether I had to shut down and restart
npx rocket start
if I added a new folderdocs/foo
and a new filedocs/foo/index.md
So I ran
npx rocket start
and while it was running, added the above folder and file.My shell went into an infinite loop, repeating on this line:
Workaround is not problem, just control-c and
npx rocket start