We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a54317 commit 8500f4aCopy full SHA for 8500f4a
docs/config.md
@@ -29,7 +29,7 @@ Additional options are added by this extension:
29
a unified diff patch file that converts incompatible cross-references to the standard
30
dot-prefix form. The patch file is overwritten on each build. If no incompatibilities are
31
found, any existing patch file is removed. The generated patch can be applied with
32
- `git apply` or `patch -p1`.
+ `git apply <patch-file>` or `patch -p1 -i <patch-file>`.
33
34
!!! Example "mkdocs.yml plugins specifications using this handler"
35
0 commit comments