add MkDocs configuration and build workflow for documentation#2957
Open
Borda wants to merge 1 commit intoMIC-DKFZ:masterfrom
Open
add MkDocs configuration and build workflow for documentation#2957Borda wants to merge 1 commit intoMIC-DKFZ:masterfrom
Borda wants to merge 1 commit intoMIC-DKFZ:masterfrom
Conversation
Author
|
@FabianIsensee, how are you doing? Could you pls have a look? 🦩 |
Author
|
@FabianIsensee I do appreciate your work (as you recently made a few commits, which makes me full of hope this repo is not stale yet), and you considered reviewing my contribution, assigning it to yourself, but curious as it has hung for a few months by now, if anything is going to happen, or shall I just close it 😕 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
This PR introduces MkDocs for building and hosting the project's documentation. Previously, documentation was stored as plain Markdown files in the
documentation/directory, which limited discoverability and navigation for users. By compiling these into a structured HTML site using MkDocs, we enhance user experience with features like search, themes, and organized sections (e.g., Getting Started, Advanced Topics). This makes the docs more accessible and professional, aligning with modern open-source standards.Impact
mkdocs.ymlsimplifies updates and ensures consistency.Simple Guide to Enable Deployment with GitHub Pages
gh-pagesbranch or deploys directly)..github/workflows/docs.yml) builds and deploys thesite/directory. If using thestefanzweifel/git-auto-commit-action, it should handle pushing to the repo.https://<username>.github.io/<repo-name>/to view the live docs. Update the workflow if needed to trigger on pushes tomain.