-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Webdoc: fix broken link causing warnings in #95
- Loading branch information
Laurent Franceschetti
committed
Feb 25, 2024
1 parent
34e34f6
commit ba26f87
Showing
5 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -192,7 +192,7 @@ plugins: | |
javascript: https://unpkg.com/[email protected]/dist/mermaid.esm.min.mjs | ||
``` | ||
|
||
For more details, [see the relative page](../library). | ||
For more details, [see the relative page](library.md). | ||
|
||
|
||
|
||
|
@@ -220,7 +220,7 @@ markdown_extensions: | |
``` | ||
|
||
See the [technical explanation](superfences/#usage-for-the-material-theme). | ||
See the [technical explanation](superfences.md/#usage-for-the-material-theme). | ||
|
||
|
||
### Other Themes | ||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
## Introduction | ||
By default, MkDocs-Mermaid2 automatically inserts the proper calls to | ||
[the Mermaid.js library, according to the correct version](../description/#insertion-of-the-javascript-library) (all-in one file, or ESM), | ||
[the Mermaid.js library, according to the correct version](description.md/#insertion-of-the-javascript-library) (all-in one file, or ESM), | ||
so that the diagrams are correctly interpreted. | ||
|
||
You may, however, specify your own version, using to the | ||
|
@@ -22,8 +22,8 @@ The files can be found on [unpkg](https://unpkg.com/browse/[email protected]/) or [ | |
Mkdocs-Mermaid2 will still insert the appropriate call to the library | ||
into the HTML page, according to the type of library (as all-in-one | ||
javascript function, or [ESM module](../description/#automatic-insertion-of-the-javascript-library)), as well as the [initialization | ||
sequence](../description/#initialization-sequence). | ||
javascript function, or [ESM module](description.md/#automatic-insertion-of-the-javascript-library)), as well as the [initialization | ||
sequence](description.md/#initialization-sequence). | ||
To determine which version, it will use the extension: | ||
|
This file contains 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