DORSETRIGS
Home

mkdocs (7 post)


posts by category not found!

How to add an index page to a sub-sections with mkdocs?

Adding an Index Page to Sub sections in Mk Docs Organizing Your Documentation Mk Docs is a powerful tool for creating professional documentation But sometimes y

2 min read 06-10-2024 31
How to add an index page to a sub-sections with mkdocs?
How to add an index page to a sub-sections with mkdocs?

How to use build_date_utc for copyright year in mkdocs.yml

Automating Copyright Year Updates with build date utc in Mk Docs Keeping your websites copyright year updated can be tedious especially if you publish content r

2 min read 05-10-2024 32
How to use build_date_utc for copyright year in mkdocs.yml
How to use build_date_utc for copyright year in mkdocs.yml

Why in MKDocs project this error ERROR Config value 'nav': Expected nav to be a list, got None Aborted with 1 Configuration Errors

ERROR Config value nav Expected nav to be a list got None in MK Docs A Simple Fix Have you encountered the frustrating ERROR Config value nav Expected nav to be

2 min read 04-10-2024 37
Why in MKDocs project this error ERROR Config value 'nav': Expected nav to be a list, got None Aborted with 1 Configuration Errors
Why in MKDocs project this error ERROR Config value 'nav': Expected nav to be a list, got None Aborted with 1 Configuration Errors

How to add expand/collapse to mkdocs material theme rightbar?

Adding Expand Collapse Functionality to Mk Docs Material Theme Rightbar This article explores how to implement an expand collapse feature for the rightbar in Mk

3 min read 05-09-2024 58
How to add expand/collapse to mkdocs material theme rightbar?
How to add expand/collapse to mkdocs material theme rightbar?

How to embed a local pdf file in mkdocs generated website on github-pages?

Embedding Local PDF Files in Mk Docs Websites on Git Hub Pages This article will guide you on how to seamlessly embed local PDF files into your Mk Docs website

2 min read 04-09-2024 46
How to embed a local pdf file in mkdocs generated website on github-pages?
How to embed a local pdf file in mkdocs generated website on github-pages?

How to remove the buttons for previous and next in mkdocs?

Removing Previous and Next Buttons in Mk Docs A Clean Approach Mk Docs a popular static site generator for documentation provides intuitive navigation with Prev

2 min read 04-09-2024 42
How to remove the buttons for previous and next in mkdocs?
How to remove the buttons for previous and next in mkdocs?

How to make clickable link compatible with IDEs and mkdocs?

Making Docstring Links Clickable in IDEs and Mk Docs A Guide You re not alone in wanting your docstring links to work seamlessly in both your IDE and Mk Docs Th

2 min read 30-08-2024 62
How to make clickable link compatible with IDEs and mkdocs?
How to make clickable link compatible with IDEs and mkdocs?