mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed various links in the documentation
This commit is contained in:
parent
e92cc5a038
commit
a187cd85e2
@ -52,7 +52,7 @@ _Example_:
|
|||||||
The HTML specification is maintained by the W3C.
|
The HTML specification is maintained by the W3C.
|
||||||
|
|
||||||
*[HTML]: Hyper Text Markup Language
|
*[HTML]: Hyper Text Markup Language
|
||||||
*[W3C]: World Wide Web Consortium
|
*[W3C]: World Wide Web Consortium
|
||||||
```
|
```
|
||||||
|
|
||||||
_Result_:
|
_Result_:
|
||||||
@ -60,7 +60,7 @@ _Result_:
|
|||||||
The HTML specification is maintained by the W3C.
|
The HTML specification is maintained by the W3C.
|
||||||
|
|
||||||
*[HTML]: Hyper Text Markup Language
|
*[HTML]: Hyper Text Markup Language
|
||||||
*[W3C]: World Wide Web Consortium
|
*[W3C]: World Wide Web Consortium
|
||||||
|
|
||||||
[4]: #abbreviations_1
|
[4]: #abbreviations_1
|
||||||
[5]: footnotes.md
|
[5]: footnotes.md
|
||||||
@ -85,7 +85,7 @@ _Example_:
|
|||||||
|
|
||||||
```` markdown
|
```` markdown
|
||||||
*[HTML]: Hyper Text Markup Language
|
*[HTML]: Hyper Text Markup Language
|
||||||
*[W3C]: World Wide Web Consortium
|
*[W3C]: World Wide Web Consortium
|
||||||
````
|
````
|
||||||
|
|
||||||
_Result_:
|
_Result_:
|
||||||
|
@ -92,6 +92,6 @@ In order to integrate another JavaScript-based comment system provider, you can
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
```
|
```
|
||||||
|
|
||||||
[8]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L340-342
|
[8]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L343-L345
|
||||||
[9]: ../customization.md#extending-the-theme
|
[9]: ../customization.md#extending-the-theme
|
||||||
[10]: ../customization.md#overriding-blocks
|
[10]: ../customization.md#overriding-blocks
|
||||||
|
@ -30,7 +30,7 @@ theme:
|
|||||||
|
|
||||||
The typeface will be loaded in 300, 400, _400i_ and __700__.
|
The typeface will be loaded in 300, 400, _400i_ and __700__.
|
||||||
|
|
||||||
[2]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L116-L140
|
[2]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L119-L143
|
||||||
[3]: https://fonts.google.com/specimen/Roboto
|
[3]: https://fonts.google.com/specimen/Roboto
|
||||||
|
|
||||||
### Proportional font
|
### Proportional font
|
||||||
|
@ -131,7 +131,7 @@ directionality:
|
|||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
[6]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L168
|
[6]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L171
|
||||||
|
|
||||||
## Customization
|
## Customization
|
||||||
|
|
||||||
|
@ -53,7 +53,7 @@ theme:
|
|||||||
favicon: images/favicon.png
|
favicon: images/favicon.png
|
||||||
```
|
```
|
||||||
|
|
||||||
[4]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L71
|
[4]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L74
|
||||||
|
|
||||||
### Icons
|
### Icons
|
||||||
|
|
||||||
|
@ -234,7 +234,7 @@ JavaScript][12], you can subscribe to the `keyboard$` observable and attach
|
|||||||
your custom event listener:
|
your custom event listener:
|
||||||
|
|
||||||
``` js
|
``` js
|
||||||
app.keyboard$.subscribe(key => {
|
app.keyboard$.subscribe(function(key) {
|
||||||
if (key.mode === "global" && key.type === "x") {
|
if (key.mode === "global" && key.type === "x") {
|
||||||
/* Add custom keyboard handler here */
|
/* Add custom keyboard handler here */
|
||||||
key.claim()
|
key.claim()
|
||||||
|
@ -171,7 +171,7 @@ combination with @squidfunk's [iframe-worker][13] polyfill.
|
|||||||
|
|
||||||
For setup instructions, refer to the [official documentation][14].
|
For setup instructions, refer to the [official documentation][14].
|
||||||
|
|
||||||
[11]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L378-L390
|
[11]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L381-L393
|
||||||
[12]: https://github.com/wilhelmer/mkdocs-localsearch/
|
[12]: https://github.com/wilhelmer/mkdocs-localsearch/
|
||||||
[13]: https://github.com/squidfunk/iframe-worker
|
[13]: https://github.com/squidfunk/iframe-worker
|
||||||
[14]: https://github.com/wilhelmer/mkdocs-localsearch#installation-material-v5
|
[14]: https://github.com/wilhelmer/mkdocs-localsearch#installation-material-v5
|
||||||
|
Loading…
Reference in New Issue
Block a user