foxhound 2.0.16 → 2.0.17

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/docs/.nojekyll CHANGED
@@ -1 +0,0 @@
1
-
@@ -0,0 +1,73 @@
1
+ /* ============================================================================
2
+ Pict Docuserve - Base Styles
3
+ ============================================================================ */
4
+
5
+ /* Reset and base */
6
+ *, *::before, *::after {
7
+ box-sizing: border-box;
8
+ }
9
+
10
+ html, body {
11
+ margin: 0;
12
+ padding: 0;
13
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
14
+ font-size: 16px;
15
+ line-height: 1.5;
16
+ color: #423D37;
17
+ background-color: #fff;
18
+ -webkit-font-smoothing: antialiased;
19
+ -moz-osx-font-smoothing: grayscale;
20
+ }
21
+
22
+ /* Typography */
23
+ h1, h2, h3, h4, h5, h6 {
24
+ margin-top: 0;
25
+ line-height: 1.3;
26
+ }
27
+
28
+ a {
29
+ color: #2E7D74;
30
+ text-decoration: none;
31
+ }
32
+
33
+ a:hover {
34
+ color: #256861;
35
+ }
36
+
37
+ /* Application container */
38
+ #Docuserve-Application-Container {
39
+ min-height: 100vh;
40
+ }
41
+
42
+ /* Utility: scrollbar styling */
43
+ ::-webkit-scrollbar {
44
+ width: 8px;
45
+ }
46
+
47
+ ::-webkit-scrollbar-track {
48
+ background: #F5F0E8;
49
+ }
50
+
51
+ ::-webkit-scrollbar-thumb {
52
+ background: #D4CCBE;
53
+ border-radius: 4px;
54
+ }
55
+
56
+ ::-webkit-scrollbar-thumb:hover {
57
+ background: #B5AA9A;
58
+ }
59
+
60
+ /* Responsive adjustments */
61
+ @media (max-width: 768px) {
62
+ html {
63
+ font-size: 14px;
64
+ }
65
+
66
+ #Docuserve-Sidebar-Container {
67
+ display: none;
68
+ }
69
+
70
+ .docuserve-body {
71
+ flex-direction: column;
72
+ }
73
+ }
package/docs/index.html CHANGED
@@ -9,7 +9,7 @@
9
9
  <title>Documentation</title>
10
10
 
11
11
  <!-- Application Stylesheet -->
12
- <link href="https://cdn.jsdelivr.net/npm/pict-docuserve@0/dist/css/docuserve.css" rel="stylesheet">
12
+ <link href="css/docuserve.css" rel="stylesheet">
13
13
  <!-- KaTeX stylesheet for LaTeX equation rendering -->
14
14
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.21/dist/katex.min.css">
15
15
  <!-- PICT Dynamic View CSS Container -->
@@ -0,0 +1,125 @@
1
+ {
2
+ "Generated": "2026-02-18T01:02:40.710Z",
3
+ "GitHubOrg": "stevenvelozo",
4
+ "DefaultBranch": "master",
5
+ "Groups": [
6
+ {
7
+ "Name": ".config",
8
+ "Key": ".config",
9
+ "Description": "",
10
+ "Modules": [
11
+ {
12
+ "Name": "code-server",
13
+ "Repo": "code-server",
14
+ "Group": ".config",
15
+ "Branch": "master",
16
+ "HasDocs": false,
17
+ "HasCover": false,
18
+ "Sidebar": [],
19
+ "DocFiles": []
20
+ },
21
+ {
22
+ "Name": "configstore",
23
+ "Repo": "configstore",
24
+ "Group": ".config",
25
+ "Branch": "master",
26
+ "HasDocs": false,
27
+ "HasCover": false,
28
+ "Sidebar": [],
29
+ "DocFiles": []
30
+ }
31
+ ]
32
+ },
33
+ {
34
+ "Name": ".github",
35
+ "Key": ".github",
36
+ "Description": "",
37
+ "Modules": [
38
+ {
39
+ "Name": "workflows",
40
+ "Repo": "workflows",
41
+ "Group": ".github",
42
+ "Branch": "master",
43
+ "HasDocs": false,
44
+ "HasCover": false,
45
+ "Sidebar": [],
46
+ "DocFiles": []
47
+ }
48
+ ]
49
+ },
50
+ {
51
+ "Name": "Dist",
52
+ "Key": "dist",
53
+ "Description": "",
54
+ "Modules": [
55
+ {
56
+ "Name": "indoctrinate_content_staging",
57
+ "Repo": "indoctrinate_content_staging",
58
+ "Group": "dist",
59
+ "Branch": "master",
60
+ "HasDocs": false,
61
+ "HasCover": false,
62
+ "Sidebar": [],
63
+ "DocFiles": []
64
+ }
65
+ ]
66
+ },
67
+ {
68
+ "Name": "Docs",
69
+ "Key": "docs",
70
+ "Description": "",
71
+ "Modules": [
72
+ {
73
+ "Name": "dialects",
74
+ "Repo": "dialects",
75
+ "Group": "docs",
76
+ "Branch": "master",
77
+ "HasDocs": true,
78
+ "HasCover": false,
79
+ "Sidebar": [],
80
+ "DocFiles": [
81
+ "dialects/README.md",
82
+ "dialects/alasql.md",
83
+ "dialects/mssql.md",
84
+ "dialects/mysql.md",
85
+ "dialects/sqlite.md"
86
+ ]
87
+ },
88
+ {
89
+ "Name": "query",
90
+ "Repo": "query",
91
+ "Group": "docs",
92
+ "Branch": "master",
93
+ "HasDocs": true,
94
+ "HasCover": false,
95
+ "Sidebar": [],
96
+ "DocFiles": [
97
+ "query/README.md",
98
+ "query/count.md",
99
+ "query/create.md",
100
+ "query/delete.md",
101
+ "query/read.md",
102
+ "query/update.md"
103
+ ]
104
+ }
105
+ ]
106
+ },
107
+ {
108
+ "Name": "Source",
109
+ "Key": "source",
110
+ "Description": "",
111
+ "Modules": [
112
+ {
113
+ "Name": "dialects",
114
+ "Repo": "dialects",
115
+ "Group": "source",
116
+ "Branch": "master",
117
+ "HasDocs": false,
118
+ "HasCover": false,
119
+ "Sidebar": [],
120
+ "DocFiles": []
121
+ }
122
+ ]
123
+ }
124
+ ]
125
+ }