docusaurus-plugin-typedoc 0.16.7 → 0.16.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/theme.js +1 -1
- package/package.json +2 -2
package/dist/theme.js
CHANGED
|
@@ -52,7 +52,7 @@ class DocusaurusTheme extends theme_1.MarkdownTheme {
|
|
|
52
52
|
});
|
|
53
53
|
}
|
|
54
54
|
getRelativeUrl(url) {
|
|
55
|
-
const relativeUrl = super.getRelativeUrl(url)
|
|
55
|
+
const relativeUrl = super.getRelativeUrl(url);
|
|
56
56
|
if (path.basename(relativeUrl).startsWith('index')) {
|
|
57
57
|
return relativeUrl.replace('index', '');
|
|
58
58
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "docusaurus-plugin-typedoc",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.8",
|
|
4
4
|
"description": "A Docusaurus v2 plugin to build API documentation with TypeDoc.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"typescript",
|
|
43
43
|
"api"
|
|
44
44
|
],
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "eb688bb8ef85b24fc873f80d6182804fcc2d2dfc"
|
|
46
46
|
}
|