-
Notifications
You must be signed in to change notification settings - Fork 3
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
Gitbook #3
Comments
How not to have to copy the whole book content into a new branch?The key purpose of the above exercise was to create a clone of the current book and pare it down using the Gitbook Editor to the minimum needed for the KendoUI bridge beta documentation. Other than installing gitbook desktop editor and use it to massage my local clone of the book, I do not see other alternative. The gitbook support is completely ignoring my questions so far (probably because we have the free OSS account ??) |
Temporary summary:Cloning
Editing
|
I had all kinds of problems trying to clone from gitbook to github "directly"; I tried to push from gitbook and pull from github - nothing good happened. So, I tried the indirect way using my PC as the intermediary
Current situation: I managed to make a local clone of the kendoui-bridge-docs book using this process
The, I created a new GitHub (empty) repository - https://github.com/aurelia-ui-toolkits/aurelia-kendoui-books initialized with the README.md file only.
Note that my local clone of the whole book from gitbook is in the kendo-book folder and that the local clone of the empty book from github is in aurelia-kendoui-books folder.
Now, I copied (windows explorer) complete content of the kendo-book folder into the (almost empty) aurelia-kendoui-books folder.
Lastly I commited all changes in aurelia-kendoui-books folder and pushed it to
https://github.com/aurelia-ui-toolkits/aurelia-kendoui-books
repository.This means that we have a clone of the book at
https://aurelia-ui-toolkits.gitbooks.io/kendoui-bridge-docs/content/
in Github - and that is a good thing.What is still missing? Well, what happens if I open this book for edit? Which sources are used by the gitbook web editor? sources from github or sources from github? It seems that it reads from the latter, based on this view:
This matches the setting I put in
https://www.gitbook.com/book/aurelia-ui-toolkits/kendoui-bridge-docs/settings/github
-However, the repo
https://github.com/aurelia-ui-toolkits/aurelia-kendoui-books
is a clone of the gitbook original - so why am I not seeing the same content now?The text was updated successfully, but these errors were encountered: