docs: add git submodule handling documentation#82
docs: add git submodule handling documentation#82alirezanet merged 3 commits intoalirezanet:masterfrom
Conversation
docs/guide/getting-started.md
Outdated
| With the global installation, you don't need to add the `dotnet` prefix to the commands. | ||
| ::: | ||
|
|
||
| ## Husky and git submodules |
There was a problem hiding this comment.
I think submodule related docs don't belong to the getting-started page since it might confuse the new users. It would be nice if you move it to a separate menu/file.
There was a problem hiding this comment.
good point i'll see what i can do
There was a problem hiding this comment.
@alirezanet i'm having some issues running the doc locally, running the commands below starts VuePress and all but when i open any link it's a blank page.
npm install
npm run dev
There was a problem hiding this comment.
It is probably because I was using the beta version of vuepress ... I'll look into this later if you couldn't fix it. 👌
There was a problem hiding this comment.
Hi @Tychus,
I solved the problem, you're able to run the docs locally now.
just remove the node_modules folder before running it.
There was a problem hiding this comment.
Hope this is clear enough.
Documentation for PR:81