mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Documentation
This commit is contained in:
parent
6a9b685405
commit
f6fd27240c
@ -54,7 +54,7 @@ extra_javascript:
|
||||
- javascripts/extra.js
|
||||
```
|
||||
|
||||
!!! tip "Make sure the page is fully loaded"
|
||||
??? tip "How to integrate with third-party JavaScript libraries"
|
||||
|
||||
It is likely that you will want to run your JavaScript code only
|
||||
once the page has been fully loaded by the browser. This means
|
||||
@ -74,8 +74,8 @@ extra_javascript:
|
||||
`document$` is an [RxJS Observable] and you can call the `subscribe()`
|
||||
method any number of times to attach different functionality.
|
||||
|
||||
[instant loading]: setup/setting-up-navigation.md/#instant-loading
|
||||
[RxJS Observable]: https://rxjs.dev/api/index/class/Observable
|
||||
[instant loading]: setup/setting-up-navigation.md/#instant-loading
|
||||
[RxJS Observable]: https://rxjs.dev/api/index/class/Observable
|
||||
|
||||
## Extending the theme
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user