pict-docuserve 1.0.0 → 1.1.0
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/index.html +0 -2
- package/dist/pict-docuserve.js +702 -111
- package/dist/pict-docuserve.js.map +1 -1
- package/dist/pict-docuserve.min.js +5 -5
- package/dist/pict-docuserve.min.js.map +1 -1
- package/html/index.html +0 -2
- package/package.json +92 -72
- package/source/Docuserve-Brand.js +42 -0
- package/source/Pict-Application-Docuserve.js +196 -18
- package/source/cli/commands/Docuserve-Command-Inject.js +40 -30
- package/source/cli/commands/Docuserve-Command-PrepareLocal.js +0 -2
- package/source/cli/commands/Docuserve-Command-Serve.js +92 -1
- package/source/providers/Pict-Provider-Docuserve-Documentation.js +164 -0
- package/source/views/PictView-Docuserve-Content.js +266 -73
- package/source/views/PictView-Docuserve-Fable-Playground.js +1363 -0
- package/source/views/PictView-Docuserve-Layout.js +191 -3
- package/source/views/PictView-Docuserve-Search.js +126 -90
- package/source/views/PictView-Docuserve-Sidebar.js +383 -238
- package/source/views/PictView-Docuserve-Splash.js +17 -17
- package/css/docuserve.css +0 -194
- package/dist/css/docuserve.css +0 -194
package/dist/index.html
CHANGED
|
@@ -8,8 +8,6 @@
|
|
|
8
8
|
|
|
9
9
|
<title>Documentation</title>
|
|
10
10
|
|
|
11
|
-
<!-- Application Stylesheet -->
|
|
12
|
-
<link href="css/docuserve.css" rel="stylesheet">
|
|
13
11
|
<!-- KaTeX stylesheet for LaTeX equation rendering -->
|
|
14
12
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.css">
|
|
15
13
|
<!-- PICT Dynamic View CSS Container -->
|