There is no branch or space for the documentation
Closed this issue · 1 comments
Benji377 commented
Referencing pull-request #25:
No angular-docu
branch
As mentioned, the documentation will have its own branch, and I wanted to merge it over, but there is no free branch for that. So I would need one where I can put it, else you can also just accept the merge and execute the workflow, if we are lucky it will create the needed branch itself.
No hosting for the documentation
Another thing is the hosting of the documentation. Since it's an HTML file and basically a website, it would be nice if you could look at it. Unfortunately, I can't put it in the same folder as gh-pages
, as it would corrupt the Angular website and be overwritten anyway. So the solutions I can think of are three:
- We host the main website somewhere externally, maybe on the school server, and add a reference to it from this repository. Then instead of deploying
gh-pages
we could deployangular-docu
and have it as the main website for the repository. - Or we do the opposite of the above and host the documentation externally somewhere
- We just don't host the documentation and leave it in an external branch for people to download