-
Notifications
You must be signed in to change notification settings - Fork 5
Begin autogenerating docs with mkdocs #23
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
This commit looks into autogenerating documentation with mkdocs to Github Pages as per rog-golang-buddies#21. This commit also creats a workflow to rebuild the documentation on commit
For now the workflow will test instead of deploying to github pages. We need to setup the infrastructure for github pages first
|
@AlvinKuruvilla, are these the instructions you followed? The PR spec seems to run the serve command which runs the live preview server, I don't believe it persists anywhere. The instructions indicate that it needs to be published to gh-pages; I also don't believe we need to nest the My recommendation would also be to put the |
Hi @haani-niyaz, thank you for the quick reply. The link you provided was the one I followed. I initially had the ci force deploy to gh as well, but I saw it kept failing so I tried just using serve. Regarding your second point about the docs directory nesting, I pushed a new commit that fixes this. In terms of organizing the docs properly, I was planning on looking into that next, I just wanted to get this in as-is first to nail down the core of the setup |
Hi @AlvinKuruvilla, can you elaborate on what the failure was? |
|
See #21 (comment) |
|
Closing. See #30. |
|
Kudos, SonarCloud Quality Gate passed! |








This PR starts work on #21 by autogenerating docs with mkdocs and creating a basic Github CI action.