pict-docuserve 1.4.2 → 1.4.3
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/package.json +3 -3
- package/source/providers/Pict-Provider-Docuserve-Documentation.js +2 -2
- package/dist/indoctrinate_content_staging/Indoctrinate-Catalog-AppData.json +0 -6333
- package/dist/pict-docuserve.js +0 -14370
- package/dist/pict-docuserve.js.map +0 -1
- package/dist/pict-docuserve.min.js +0 -101
- package/dist/pict-docuserve.min.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pict-docuserve",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3",
|
|
4
4
|
"description": "Pict Documentation Server - A single-page documentation viewer built on Pict",
|
|
5
5
|
"main": "source/Pict-Application-Docuserve.js",
|
|
6
6
|
"bin": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"pict-application": "^1.0.34",
|
|
33
33
|
"pict-provider": "^1.0.13",
|
|
34
34
|
"pict-section-code": "^1.0.11",
|
|
35
|
-
"pict-section-content": "^1.0.
|
|
35
|
+
"pict-section-content": "^1.0.6",
|
|
36
36
|
"pict-section-histogram": "^1.0.1",
|
|
37
37
|
"pict-section-modal": "^1.1.4",
|
|
38
38
|
"pict-section-theme": "^1.0.6",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"pict-view": "^1.0.68"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"pict-docuserve": "^1.4.
|
|
43
|
+
"pict-docuserve": "^1.4.2",
|
|
44
44
|
"quackage": "^1.2.5"
|
|
45
45
|
},
|
|
46
46
|
"copyFilesSettings": {
|
|
@@ -1488,7 +1488,7 @@ class DocuserveDocumentationProvider extends libPictProvider
|
|
|
1488
1488
|
* corresponding #/doc/ route so the link navigates within docuserve
|
|
1489
1489
|
* instead of leaving to GitHub.
|
|
1490
1490
|
*
|
|
1491
|
-
* @param {string} pURL - A GitHub URL (e.g. "https://github.com/
|
|
1491
|
+
* @param {string} pURL - A GitHub URL (e.g. "https://github.com/fable-retold/fable")
|
|
1492
1492
|
* @returns {string|null} The hash route (e.g. "#/doc/fable/fable") or null if not a catalog module
|
|
1493
1493
|
*/
|
|
1494
1494
|
resolveGitHubURLToRoute(pURL)
|
|
@@ -1535,7 +1535,7 @@ class DocuserveDocumentationProvider extends libPictProvider
|
|
|
1535
1535
|
/**
|
|
1536
1536
|
* Resolve the GitHub Pages documentation URL for a module.
|
|
1537
1537
|
*
|
|
1538
|
-
* Returns a URL like https://
|
|
1538
|
+
* Returns a URL like https://fable-retold.github.io/pict-view/ if the
|
|
1539
1539
|
* module exists in the catalog.
|
|
1540
1540
|
*
|
|
1541
1541
|
* @param {string} pGroup - The group key
|