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
575ff3583a
commit
134800278a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -249,7 +249,7 @@
|
||||
</script>
|
||||
{% endblock %}
|
||||
{% block scripts %}
|
||||
<script src="{{ 'assets/javascripts/bundle.2a2d588d.min.js' | url }}"></script>
|
||||
<script src="{{ 'assets/javascripts/bundle.b33ef781.min.js' | url }}"></script>
|
||||
{% for script in config.extra_javascript %}
|
||||
{{ script | script_tag }}
|
||||
{% endfor %}
|
||||
|
@ -66,7 +66,7 @@ import { Sitemap, fetchSitemap } from "../sitemap"
|
||||
interface SetupOptions {
|
||||
location$: Subject<URL> // Location subject
|
||||
viewport$: Observable<Viewport> // Viewport observable
|
||||
progress$: Subject<number> // Progress suject
|
||||
progress$: Subject<number> // Progress subject
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user