Skip to content

Commit

Permalink
docs: Fix snippets config, fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Jul 8, 2024
1 parent b9fbcd5 commit 57ee30d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/usage/shell.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Shell code blocks are executed using the same interpreter specified
as language of the code block, in sub-processes. The output is captured
and rendered as Markdown or HTML (see [Usage](../index.md#html-vs-markdown)).
and rendered as Markdown or HTML (see [Usage](index.md#html-vs-markdown)).

## Bash

Expand Down
3 changes: 1 addition & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,8 @@ markdown_extensions:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.magiclink
- pymdownx.snippets:
base_path: [!relative $config_dir]
base_path: [!relative $config_dir, !relative $docs_dir/snippets]
check_paths: true
base_path: [docs/snippets, "."]
- pymdownx.highlight
- pymdownx.keys
- pymdownx.superfences:
Expand Down

0 comments on commit 57ee30d

Please sign in to comment.