-
Notifications
You must be signed in to change notification settings - Fork 195
[Outdated] Producing a gitbook out of the patterns in maturity Structured/Validated #217
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
Conversation
🎉 I got the first fully automatic book generation now, using a GitHub action. While doing this I filed #220 and #221 which need to get fixed for the ToC to work. (@lenucksi maybe you can help me with those?) What is left to do?
|
Something strange is happening. The GitHub Action works fine on the branch on my fork. However when it runs here on the upstream, somehow it does not work. More to learn about GitHub Actions I guess :) |
Sounds weird. The action you are using is one of the GitHub built ones but does have a repo here. Did you try checking if there's maybe a bug in it that you managed to hit? |
…ntroduction' in the book
…me gitbook specific configs.
…aration for automatic toc generation in the book
From my end the book is now in a good enough shape to be released. Feedback that I need: Do you like what you see? i.e. is the book good enough to be published for the first time?
Note: Full DetailsThere are still a couple of content issues in the patterns, however I don't think that we can fix all of them before releasing the book. Instead I hope that we can use the book as a motivation to fix the remaining content issues. It might work like this:
New Content in this repo (just for the book)I added some new content to the repo that is only used for the book, i.e. it addresses the book audience specifically.
Things to do in order to release the book (1st release only)
Nice to have
|
Eventually I will split this out into separate PRs to get confirmation from the authors of these patterns.
…ndered in the side-bar as well :)
Closing this PR in favor of #242. |
First experiment of creating a gitbook for #173.
Current demo (Staging version) of this at:
https://innersourcecommons.gitbook.io/innersource-patterns-staging/v/book/
The book is rendered from this this branch:
https://github.com/spier/InnerSourcePatterns/tree/book
I have some further notes on what works well (and what does not) in this approach. Will clean those notes up and then add them here in the coming days.