@docusaurus/theme-translations 0.0.0-6012 → 0.0.0-6016
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.
|
@@ -41,6 +41,9 @@
|
|
|
41
41
|
"theme.admonition.tip___DESCRIPTION": "The default label used for the Tip admonition (:::tip)",
|
|
42
42
|
"theme.admonition.warning": "warning",
|
|
43
43
|
"theme.admonition.warning___DESCRIPTION": "The default label used for the Warning admonition (:::warning)",
|
|
44
|
+
"theme.blog.authorsList.pageTitle": "Authors",
|
|
45
|
+
"theme.blog.authorsList.viewAll": "View All Authors",
|
|
46
|
+
"theme.blog.author.pageTitle": "{authorName} - {nPosts}",
|
|
44
47
|
"theme.blog.archive.description": "Archive",
|
|
45
48
|
"theme.blog.archive.description___DESCRIPTION": "The page & hero description of the blog archive page",
|
|
46
49
|
"theme.blog.archive.title": "Archive",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@docusaurus/theme-translations",
|
|
3
|
-
"version": "0.0.0-
|
|
3
|
+
"version": "0.0.0-6016",
|
|
4
4
|
"description": "Docusaurus theme translations.",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -23,12 +23,12 @@
|
|
|
23
23
|
"tslib": "^2.6.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@docusaurus/core": "0.0.0-
|
|
27
|
-
"@docusaurus/logger": "0.0.0-
|
|
26
|
+
"@docusaurus/core": "0.0.0-6016",
|
|
27
|
+
"@docusaurus/logger": "0.0.0-6016",
|
|
28
28
|
"lodash": "^4.17.21"
|
|
29
29
|
},
|
|
30
30
|
"engines": {
|
|
31
31
|
"node": ">=18.0"
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "c51435db0c58b94667da1c745f1635de65240c63"
|
|
34
34
|
}
|