mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed source code references in documentation after merge
This commit is contained in:
parent
085117ef82
commit
ea79a9dd11
@ -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#L343-L345
|
[8]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L318-L321
|
||||||
[9]: ../customization.md#extending-the-theme
|
[9]: ../customization.md#extending-the-theme
|
||||||
[10]: ../customization.md#overriding-blocks
|
[10]: ../customization.md#overriding-blocks
|
||||||
|
@ -93,7 +93,7 @@ behavior can be changed by setting [`edit_uri`][9] in `mkdocs.yml`:
|
|||||||
edit_uri: ""
|
edit_uri: ""
|
||||||
```
|
```
|
||||||
|
|
||||||
[5]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L302-L311
|
[5]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L285-L294
|
||||||
[6]: https://github.com/
|
[6]: https://github.com/
|
||||||
[7]: https://about.gitlab.com/
|
[7]: https://about.gitlab.com/
|
||||||
[8]: https://bitbucket.org/
|
[8]: https://bitbucket.org/
|
||||||
|
@ -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#L119-L143
|
[2]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L100-L125
|
||||||
[3]: https://fonts.google.com/specimen/Roboto
|
[3]: https://fonts.google.com/specimen/Roboto
|
||||||
|
|
||||||
### Proportional font
|
### Proportional font
|
||||||
|
@ -93,7 +93,7 @@ work properly. Material for MkDocs relies on [lunr-languages][4] to provide this
|
|||||||
functionality. See the guide detailing how to [set up site search][5] for
|
functionality. See the guide detailing how to [set up site search][5] for
|
||||||
more information.
|
more information.
|
||||||
|
|
||||||
[3]: https://github.com/squidfunk/mkdocs-material/blob/master/src/assets/javascripts/integrations/search/worker/main/index.ts#L49-L69
|
[3]: https://github.com/squidfunk/mkdocs-material/blob/master/src/assets/javascripts/integrations/search/worker/main/index.ts#L90-L112
|
||||||
[4]: https://github.com/MihaiValentin/lunr-languages
|
[4]: https://github.com/MihaiValentin/lunr-languages
|
||||||
[5]: setting-up-site-search.md
|
[5]: setting-up-site-search.md
|
||||||
|
|
||||||
@ -131,7 +131,7 @@ directionality:
|
|||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
[6]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L171
|
[6]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L178
|
||||||
|
|
||||||
## 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#L74
|
[4]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L53-L54
|
||||||
|
|
||||||
### Icons
|
### Icons
|
||||||
|
|
||||||
|
@ -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#L381-L393
|
[11]: https://github.com/squidfunk/mkdocs-material/blob/master/src/base.html#L360-L372
|
||||||
[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