From f6fd27240cad2d54fa0ab6e2756bffa60e5a4f8f Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 16 Oct 2023 18:35:09 +0200 Subject: [PATCH] Documentation --- docs/customization.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/customization.md b/docs/customization.md index e787279d8..9e5c87dba 100644 --- a/docs/customization.md +++ b/docs/customization.md @@ -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