Create documentation template using mdbook#48
Create documentation template using mdbook#48zephaniahong wants to merge 3 commits intoRust-Python-Packaging:developfrom
Conversation
|
I have an important thing at work tomorrow and a few job interviews on Tue. So I'm probably gonna check this out on Wed, sorry for delay. Also you can add a GitHub actions ci job in the same PR if you want |
|
No worries! All the best(: |
I'm talking about creating a GitHub Actions CI job that triggers when someone pushes to develop and hosts the mdbook using GitHub io |
|
Quick suggestion: you should probably add |
Hey @dawnofmidnight! Correct me if I'm wrong but won't that mean no one else would have a copy of the book? |
The typical workflow for mdbook is for your to only commit the source (markdown) files to git. People should build their own html version locally. |
Created a general template for future API documentation, tutorials, etc...