Currently a user of Mozilla Docs would have to fork Mozilla Docs to add their own content. This leads to a problem where they cannot receive updates to the template without manually merging the changes back into their project. I'm actually foreseeing this as a problem for what I'm working on.
It would be nice if we could figure out how to use some kind of packaging system to easily include Mozilla Docs and have the ability to pull updates without much effort from the user.
Some potential systems we can use:
- npm
- git submodules
- git subtrees
Any ideas on the packaging systems and structure of this project to help address this problem is welcome.