Skip to content

Commit 5b266f5

Browse files
authored
Update the docsify package that's used in the user documentation (#5872)
We use docsify in the user documentation. It looks like our plugin has been out of date for a while. This PR: - Removes the unused ga docsify plugin. We stopped using google analytics a very long time ago. But it looks like the ga docsify plugin was still loaded even though it wasn't used. - Updates the docsify plugin to its latest released version, v4.13.1. But it looks like this PR is not in this release yet. This PR also cherry picks the changes and manually applies on top of v4.13.1.
2 parents 50773c7 + 19aa5e9 commit 5b266f5

File tree

7 files changed

+8
-9
lines changed

7 files changed

+8
-9
lines changed

docs-user/css/vue_v4.13.1.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs-user/index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,15 @@
99
content="Documentation related to the Firefox Profiler, a tool to record and visualize profile."
1010
/>
1111
<meta name="viewport" content="width=device-width, initial-scale=1" />
12-
<link rel="stylesheet" href="css/vue_v4.12.2.min.css" />
12+
<link rel="stylesheet" href="css/vue_v4.13.1.min.css" />
1313
<link rel="stylesheet" href="css/style-overrides.css" />
1414
</head>
1515
<body>
1616
<div id="app"></div>
1717
<script src="js/init.js"></script>
18-
<!-- This includes a fix in docsify for pages with more than 1 video.
19-
See https://github.com/docsifyjs/docsify/pull/1824 -->
20-
<script src="js/docsify_v4.12.2+.min.js"></script>
21-
<script src="js/ga_v4.12.2.min.js"></script>
22-
<script src="js/search_v4.12.2.min.js"></script>
18+
<!-- This includes a fix in docsify for escaping HTML in search keywords.
19+
See https://github.com/docsifyjs/docsify/pull/2586 -->
20+
<script src="js/docsify_v4.13.1+.min.js"></script>
21+
<script src="js/search_v4.13.1+.min.js"></script>
2322
</body>
2423
</html>

docs-user/js/docsify_v4.12.2+.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs-user/js/docsify_v4.13.1+.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs-user/js/ga_v4.12.2.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)