When I add repo_url to my mkdocs.yml it does not work. Here is my mkdocs.yml
site_name: Blueprint Documentation
repo_url: https://github.com/steaks/blueprint
nav:
- Home: index.md
- 'Quick Start': quickStart.md
- 'Tutorial': tutorial.md
- 'Why Blueprint': whyBlueprint.md
- Architecture: architecture.md
- Examples: examples.md
theme:
name: gitbook
highlightjs: true
plugins:
# - search
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
options:
docstring_style: sphinx
markdown_extensions:
- markdown_include.include:
base_path: .
- admonition
Hello, I'm building a gallery of MkDocs themes.
As you can see from the screenshot and by browsing the theme, the text RESULTS MATCHING "" and NO RESULTS MATCHING "" is displayed on the home page. Could you take a look and help us understand why and how to fix it?
Hmm - what would one have to do to get search working using this information?
Lucas Ramage (e97e7c35) at 22 Sep 20:17
Update resume.json
Lucas Ramage (4b918cf5) at 14 Jul 17:31
Replace resume.json
Lucas Ramage (545ff4b9) at 08 Jul 02:49
Allow on main branch
Lucas Ramage (83477efc) at 25 Jan 15:28
Replace type with stage in pipeline
Hi Lucas,
Admonitions are callouts - with a formatted box for marking apiece of text as Note or Warning
Here's the corresponding documentation for the material theme
https://squidfunk.github.io/mkdocs-material/reference/admonitions/
Hi @vanye! Can you expand upon admonitions? I'm not sure what that means.
Visually I much prefer this theme to the others for my content, but I'm having to use material just for its support of admonitions.
Being able to have (nice looking) callouts for the various categories (note/warning/error etc.) is key in my docs.
We should trigger builds on MRs, but only push the final image after it has been merged to master.
Bug: #6
Lucas Ramage (6a1d7561) at 10 Oct 12:31
Run pip as mkdocs user
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Reference(s):