-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Figure out the /docs situation? #2
Comments
Hum, couldn't you deploy the docs to this repo via Travis? |
Probably, it just needs to actually get done. 😁 |
I can look into that, doing something similiar for gxi |
I've working on the git-history side of this issue for the past few weeks; some of this may be helpful: The easiest solution would be a script that repeatedly copies over the files from xi-editor/xi-editor. The main downside is that we'd have a bunch of automated "copy over docs" commits in the log. A (possibly) better way is to have a Another way is to keep committing on As for where this is run, I was thinking it could just be done locally via a bash script for now, since the website isn't updated that frequently. But Travis could be worth looking into. |
FWIW, you can run bash scripts for deployment on Travis too, see https://github.com/Cogitri/gxi/blob/master/.travis.yml |
Currently (afaik) the docs are duplicated between the xi-editor repo and this repo. It would be nice If this weren't the case, and ideally it would be nice if the general docs still lived in that repo, so that we could make it easier to verify that a PR that touches the protocol also updates the docs.
Not really sure what the best approach is, here, but wanted to at least be thinking about it.
The text was updated successfully, but these errors were encountered: