feat: Add Support for mkdocs#883
Conversation
|
nit: we don't use the feat|chore|... prefix in our commit messages. |
|
Hey, I'm actually a little confused, I think I messed up something while force pushing my changes and the latest changes aren't reflecting 😅 . Looking into it right now |
2437257 to
fcdbba8
Compare
|
hey @maciej-kisiel , followed up on your suggestions and updated the code ^_^ |
maciej-kisiel
left a comment
There was a problem hiding this comment.
After you apply the changes, could you re-deploy the docs to the link in your description?
@jba I am guilty of that as well.. Sometimes I put "chore:" when there is no clear Go package that is changed, e.g. when I'm just modifying GitHub Actions configuration. Do you have a suggestion for a better prefix in such cases? |
|
We use the package ("oathex: frob widgets") or the file ("go.mod: update to 1.26") or sometimes nothing, if it's hard to describe the scope. |
|
hey @maciej-kisiel here are the deployed docs with the latest changes Also, I included a contributing.src.md in internal/docs to pass the doc-check test which includes the pymarkdown snippet. |
Affects /docs - (Refined Documentation for deployment and added Some Supporting documentation) Added a github action for deployment Fixes #835 Added Support for mkdocs Example - https://dinesht04.github.io/go-sdk/ Requires Configuration of Github pages as follows:- 1. Enable Github Pages 2. Select gh-pages branch for deployment <img width="1237" height="817" alt="gh-pages" src="https://github.com/user-attachments/assets/01f0b012-d5f3-4011-9af9-7269e657ae6a" /> 1. https://github.com/modelcontextprotocol/python-sdk/blob/main/mkdocs.yml 2. https://github.com/modelcontextprotocol/java-sdk/blob/main/mkdocs.yml 3. MKDocs official documentation 1. https://github.com/modelcontextprotocol/python-sdk/blob/main/.github/workflows/publish-docs-manually.yml 2. https://github.com/modelcontextprotocol/java-sdk/blob/main/.github/workflows/docs.yml 3. https://github.com/james-willett/material-mkdocs-youtube-2024/blob/main/.github/workflows/ci.yml - From Youtube Tutorial
Affects /docs - (Refined Documentation for deployment and added Some Supporting documentation)
Added a github action for deployment
Fixes #835
Added Support for mkdocs
Example - https://dinesht04.github.io/go-sdk/
Requires Configuration of Github pages as follows:-
Sources
For mkdocs.yaml
For Github Action