@knowcode/doc-builder 1.9.16 → 1.9.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.
Files changed (50) hide show
  1. package/assets/css/notion-style.css +35 -35
  2. package/assets/js/main.js +22 -1
  3. package/doc-builder.config.js +1 -1
  4. package/doc-builder.config.js.backup.1754120048862 +124 -0
  5. package/html/README.html +3 -3
  6. package/html/about-doc-builder.html +3 -3
  7. package/html/css/notion-style.css +35 -35
  8. package/html/documentation-index.html +3 -3
  9. package/html/guides/authentication-default-change.html +3 -3
  10. package/html/guides/authentication-guide.html +3 -3
  11. package/html/guides/claude-workflow-guide.html +3 -3
  12. package/html/guides/configuration-guide.html +3 -3
  13. package/html/guides/documentation-standards.html +3 -3
  14. package/html/guides/html-embedding-guide.html +3 -3
  15. package/html/guides/image-modal-guide.html +3 -3
  16. package/html/guides/phosphor-icons-guide.html +3 -3
  17. package/html/guides/private-directory-authentication-troubleshooting.html +3 -3
  18. package/html/guides/private-directory-authentication.html +3 -3
  19. package/html/guides/public-site-deployment.html +3 -3
  20. package/html/guides/search-engine-verification-guide.html +3 -3
  21. package/html/guides/seo-guide.html +3 -3
  22. package/html/guides/seo-optimization-guide.html +3 -3
  23. package/html/guides/supabase-authentication-complete-guide.html +3 -3
  24. package/html/guides/troubleshooting-guide.html +3 -3
  25. package/html/guides/windows-setup-guide.html +3 -3
  26. package/html/image-modal-test.html +3 -3
  27. package/html/index.html +3 -3
  28. package/html/js/main.js +22 -1
  29. package/html/private/cache-control-anti-pattern.html +3 -3
  30. package/html/private/launch/README.html +3 -3
  31. package/html/private/launch/auth-cleanup-summary.html +3 -3
  32. package/html/private/launch/bubble-plugin-specification.html +3 -3
  33. package/html/private/launch/go-to-market-strategy.html +3 -3
  34. package/html/private/launch/launch-announcements.html +3 -3
  35. package/html/private/launch/vercel-deployment-auth-setup.html +3 -3
  36. package/html/private/next-steps-walkthrough.html +3 -3
  37. package/html/private/supabase-auth-implementation-completed.html +3 -3
  38. package/html/private/supabase-auth-implementation-plan.html +3 -3
  39. package/html/private/supabase-auth-integration-plan.html +3 -3
  40. package/html/private/supabase-auth-setup-guide.html +3 -3
  41. package/html/private/test-private-doc.html +3 -3
  42. package/html/private/user-management-tooling.html +3 -3
  43. package/html/prompts/beautiful-documentation-design.html +3 -3
  44. package/html/prompts/markdown-document-standards.html +3 -3
  45. package/html/prompts/project-rename-strategy-sasha-publish.html +3 -3
  46. package/html/sitemap.xml +57 -57
  47. package/html/test-mermaid-enhanced.html +3 -3
  48. package/html/vercel-cli-setup-guide.html +3 -3
  49. package/html/vercel-first-time-setup-guide.html +3 -3
  50. package/package.json +1 -1
@@ -1139,72 +1139,72 @@ tr:hover {
1139
1139
  }
1140
1140
 
1141
1141
  /* Enhanced Mermaid Styling - only applied when mermaidEnhanced is enabled */
1142
- [data-mermaid-enhanced="true"] .mermaid .node rect,
1143
- [data-mermaid-enhanced="true"] .mermaid .node polygon,
1144
- [data-mermaid-enhanced="true"] .mermaid .node circle,
1145
- [data-mermaid-enhanced="true"] .mermaid .node ellipse {
1146
- filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
1147
- transition: all 0.2s ease;
1142
+ [data-mermaid-enhanced="true"] .mermaid svg .node rect,
1143
+ [data-mermaid-enhanced="true"] .mermaid svg .node polygon,
1144
+ [data-mermaid-enhanced="true"] .mermaid svg .node circle,
1145
+ [data-mermaid-enhanced="true"] .mermaid svg .node ellipse {
1146
+ filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1)) !important;
1147
+ transition: all 0.2s ease !important;
1148
1148
  }
1149
1149
 
1150
1150
  /* Enhanced rectangle shapes with rounded corners */
1151
- [data-mermaid-enhanced="true"] .mermaid .node rect {
1151
+ [data-mermaid-enhanced="true"] .mermaid svg .node rect {
1152
1152
  rx: 8px !important;
1153
1153
  ry: 8px !important;
1154
1154
  }
1155
1155
 
1156
1156
  /* Enhanced flowchart nodes */
1157
- [data-mermaid-enhanced="true"] .mermaid .flowchart-node {
1158
- filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
1157
+ [data-mermaid-enhanced="true"] .mermaid svg .flowchart-node {
1158
+ filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08)) !important;
1159
1159
  }
1160
1160
 
1161
1161
  /* Smoother connection lines */
1162
- [data-mermaid-enhanced="true"] .mermaid .flowchart-link {
1163
- stroke-width: 2px;
1164
- fill: none;
1162
+ [data-mermaid-enhanced="true"] .mermaid svg .flowchart-link {
1163
+ stroke-width: 2px !important;
1164
+ fill: none !important;
1165
1165
  }
1166
1166
 
1167
1167
  /* Enhanced text styling */
1168
- [data-mermaid-enhanced="true"] .mermaid .node text,
1169
- [data-mermaid-enhanced="true"] .mermaid .edgeLabel {
1170
- font-family: var(--font-sans);
1171
- font-size: var(--text-base);
1172
- font-weight: var(--font-medium);
1168
+ [data-mermaid-enhanced="true"] .mermaid svg .node text,
1169
+ [data-mermaid-enhanced="true"] .mermaid svg .edgeLabel text {
1170
+ font-family: var(--font-sans) !important;
1171
+ font-size: var(--text-base) !important;
1172
+ font-weight: var(--font-medium) !important;
1173
1173
  }
1174
1174
 
1175
1175
  /* Hover effects for interactive elements */
1176
- [data-mermaid-enhanced="true"] .mermaid .node:hover rect,
1177
- [data-mermaid-enhanced="true"] .mermaid .node:hover polygon,
1178
- [data-mermaid-enhanced="true"] .mermaid .node:hover circle,
1179
- [data-mermaid-enhanced="true"] .mermaid .node:hover ellipse {
1180
- filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
1181
- transform: translateY(-1px);
1176
+ [data-mermaid-enhanced="true"] .mermaid svg .node:hover rect,
1177
+ [data-mermaid-enhanced="true"] .mermaid svg .node:hover polygon,
1178
+ [data-mermaid-enhanced="true"] .mermaid svg .node:hover circle,
1179
+ [data-mermaid-enhanced="true"] .mermaid svg .node:hover ellipse {
1180
+ filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15)) !important;
1181
+ transform: translateY(-1px) !important;
1182
1182
  }
1183
1183
 
1184
1184
  /* Enhanced cluster/subgraph styling */
1185
- [data-mermaid-enhanced="true"] .mermaid .cluster rect {
1185
+ [data-mermaid-enhanced="true"] .mermaid svg .cluster rect {
1186
1186
  rx: 12px !important;
1187
1187
  ry: 12px !important;
1188
- stroke-dasharray: none;
1189
- opacity: 0.8;
1188
+ stroke-dasharray: none !important;
1189
+ opacity: 0.8 !important;
1190
1190
  }
1191
1191
 
1192
1192
  /* Decision diamond improvements */
1193
- [data-mermaid-enhanced="true"] .mermaid .flowchart-node polygon {
1194
- filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1));
1193
+ [data-mermaid-enhanced="true"] .mermaid svg .flowchart-node polygon {
1194
+ filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1)) !important;
1195
1195
  }
1196
1196
 
1197
1197
  /* Process node styling */
1198
- [data-mermaid-enhanced="true"] .mermaid .flowchart-node rect {
1199
- stroke-width: 1.5px;
1198
+ [data-mermaid-enhanced="true"] .mermaid svg .flowchart-node rect {
1199
+ stroke-width: 1.5px !important;
1200
1200
  }
1201
1201
 
1202
1202
  /* Edge label background */
1203
- [data-mermaid-enhanced="true"] .mermaid .edgeLabel .label {
1204
- background: var(--color-bg-card);
1205
- border-radius: var(--radius-sm);
1206
- padding: var(--space-1) var(--space-2);
1207
- border: 1px solid var(--color-border-default);
1203
+ [data-mermaid-enhanced="true"] .mermaid svg .edgeLabel .label {
1204
+ background: var(--color-bg-card) !important;
1205
+ border-radius: var(--radius-sm) !important;
1206
+ padding: var(--space-1) var(--space-2) !important;
1207
+ border: 1px solid var(--color-border-default) !important;
1208
1208
  }
1209
1209
 
1210
1210
  /* Mermaid Full Screen Viewer */
package/assets/js/main.js CHANGED
@@ -94,7 +94,7 @@ function configureMermaidTheme() {
94
94
 
95
95
  // Initialize Mermaid with custom theme (only if enhanced styling is enabled)
96
96
  const mermaidConfig = {
97
- startOnLoad: true,
97
+ startOnLoad: false, // We'll manually start it after configuration
98
98
  theme: enhancedStyling ? 'base' : 'default',
99
99
  ...(enhancedStyling && { themeVariables: currentTheme }),
100
100
  flowchart: {
@@ -125,6 +125,27 @@ function configureMermaidTheme() {
125
125
  };
126
126
 
127
127
  mermaid.initialize(mermaidConfig);
128
+
129
+ // Manually render all mermaid diagrams after configuration
130
+ setTimeout(() => {
131
+ console.log('[Mermaid] Running mermaid.run() with config:', mermaidConfig);
132
+ console.log('[Mermaid] Enhanced styling enabled:', enhancedStyling);
133
+ console.log('[Mermaid] Data attribute set to:', document.documentElement.getAttribute('data-mermaid-enhanced'));
134
+ mermaid.run();
135
+
136
+ // After rendering, log some debug info
137
+ setTimeout(() => {
138
+ const diagrams = document.querySelectorAll('.mermaid svg');
139
+ console.log('[Mermaid] Found', diagrams.length, 'rendered diagrams');
140
+
141
+ const firstRect = document.querySelector('.mermaid svg rect');
142
+ if (firstRect) {
143
+ console.log('[Mermaid] First rect element:', firstRect);
144
+ console.log('[Mermaid] Rect rx value:', firstRect.getAttribute('rx'));
145
+ console.log('[Mermaid] Computed styles:', window.getComputedStyle(firstRect));
146
+ }
147
+ }, 500);
148
+ }, 100);
128
149
  }
129
150
 
130
151
  // Mermaid Full Screen Viewer
@@ -1,5 +1,5 @@
1
1
  module.exports = {
2
- "configVersion": "1.9.15",
2
+ "configVersion": "1.9.16",
3
3
  "docsDir": "docs",
4
4
  "outputDir": "html",
5
5
  "siteName": "@knowcode/doc-builder",
@@ -0,0 +1,124 @@
1
+ module.exports = {
2
+ "configVersion": "1.9.15",
3
+ "docsDir": "docs",
4
+ "outputDir": "html",
5
+ "siteName": "@knowcode/doc-builder",
6
+ "siteDescription": "Beautiful documentation with the least effort possible",
7
+ "favicon": "✨",
8
+ "features": {
9
+ "authentication": false,
10
+ "changelog": true,
11
+ "mermaid": true,
12
+ "mermaidEnhanced": true,
13
+ "tooltips": true,
14
+ "search": false,
15
+ "darkMode": true,
16
+ "phosphorIcons": true,
17
+ "phosphorWeight": "regular",
18
+ "phosphorSize": "1.2em",
19
+ "normalizeTitle": true,
20
+ "showPdfDownload": true,
21
+ "menuDefaultOpen": false,
22
+ "attachments": true,
23
+ "dynamicNavIcons": true,
24
+ "subtleColors": true,
25
+ "privateDirectoryAuth": false,
26
+ "banner": false
27
+ },
28
+ "auth": {
29
+ "supabaseUrl": "https://xcihhnfcitjrwbynxmka.supabase.co",
30
+ "supabaseAnonKey": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InhjaWhobmZjaXRqcndieW54bWthIiwicm9sZSI6ImFub24iLCJpYXQiOjE3NTM0Mzc2MzcsImV4cCI6MjA2OTAxMzYzN30.zvWp3JFIR8fBIiwuFF5gqOR_Kxb42baZS5fsBz60XOY"
31
+ },
32
+ "changelog": {
33
+ "daysBack": 14,
34
+ "enabled": true
35
+ },
36
+ "banner": {
37
+ "enabled": false,
38
+ "text": "This documentation is a preview version - some content may be incomplete",
39
+ "icon": "fas fa-exclamation-triangle",
40
+ "type": "warning",
41
+ "dismissible": true
42
+ },
43
+ "folderOrder": [],
44
+ "folderDescriptions": {},
45
+ "folderIcons": {},
46
+ "deployment": {
47
+ "platform": "vercel",
48
+ "outputDirectory": "html"
49
+ },
50
+ "seo": {
51
+ "enabled": true,
52
+ "siteUrl": "https://doc-builder-delta.vercel.app",
53
+ "author": "Lindsay Smith",
54
+ "twitterHandle": "@planbbackups",
55
+ "language": "en-US",
56
+ "keywords": [
57
+ "documentation",
58
+ "markdown",
59
+ "static site generator",
60
+ "vercel",
61
+ "notion-style"
62
+ ],
63
+ "titleTemplate": "{pageTitle} | {siteName}",
64
+ "autoKeywords": true,
65
+ "keywordLimit": 7,
66
+ "descriptionFallback": "smart",
67
+ "organization": {
68
+ "name": "Knowcode Ltd",
69
+ "url": "https://knowcode.tech",
70
+ "logo": ""
71
+ },
72
+ "ogImage": "/og-default.png",
73
+ "generateSitemap": true,
74
+ "generateRobotsTxt": true,
75
+ "customMetaTags": [
76
+ {
77
+ "name": "google-site-verification",
78
+ "content": "FtzcDTf5BQ9K5EfnGazQkgU2U4FiN3ITzM7gHwqUAqQ"
79
+ },
80
+ {
81
+ "name": "msvalidate.01",
82
+ "content": "B2D8C4C12C530D47AA962B24CAA09630"
83
+ }
84
+ ]
85
+ },
86
+ "attachmentTypes": [
87
+ ".pdf",
88
+ ".doc",
89
+ ".docx",
90
+ ".xls",
91
+ ".xlsx",
92
+ ".csv",
93
+ ".ppt",
94
+ ".pptx",
95
+ ".txt",
96
+ ".rtf",
97
+ ".html",
98
+ ".htm",
99
+ ".zip",
100
+ ".tar",
101
+ ".gz",
102
+ ".7z",
103
+ ".rar",
104
+ ".png",
105
+ ".jpg",
106
+ ".jpeg",
107
+ ".gif",
108
+ ".svg",
109
+ ".webp",
110
+ ".ico",
111
+ ".bmp",
112
+ ".json",
113
+ ".xml",
114
+ ".yaml",
115
+ ".yml",
116
+ ".toml",
117
+ ".mp4",
118
+ ".mp3",
119
+ ".wav",
120
+ ".avi",
121
+ ".mov"
122
+ ],
123
+ "productionUrl": "https://doc-builder-delta.vercel.app"
124
+ };
package/html/README.html CHANGED
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:26:07.875Z",
103
- "dateModified": "2025-08-02T07:26:07.875Z",
102
+ "datePublished": "2025-08-02T07:34:26.193Z",
103
+ "dateModified": "2025-08-02T07:34:26.193Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/README.html"
@@ -133,7 +133,7 @@
133
133
 
134
134
  <div class="header-actions">
135
135
  <div class="deployment-info">
136
- <span class="deployment-date" title="Built with doc-builder v1.9.15">Last updated: Aug 2, 2025, 07:26 AM UTC</span>
136
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
137
137
  </div>
138
138
 
139
139
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:26:07.888Z",
103
- "dateModified": "2025-08-02T07:26:07.888Z",
102
+ "datePublished": "2025-08-02T07:34:26.206Z",
103
+ "dateModified": "2025-08-02T07:34:26.206Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/about-doc-builder.html"
@@ -133,7 +133,7 @@
133
133
 
134
134
  <div class="header-actions">
135
135
  <div class="deployment-info">
136
- <span class="deployment-date" title="Built with doc-builder v1.9.15">Last updated: Aug 2, 2025, 07:26 AM UTC</span>
136
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
137
137
  </div>
138
138
 
139
139
 
@@ -1139,72 +1139,72 @@ tr:hover {
1139
1139
  }
1140
1140
 
1141
1141
  /* Enhanced Mermaid Styling - only applied when mermaidEnhanced is enabled */
1142
- [data-mermaid-enhanced="true"] .mermaid .node rect,
1143
- [data-mermaid-enhanced="true"] .mermaid .node polygon,
1144
- [data-mermaid-enhanced="true"] .mermaid .node circle,
1145
- [data-mermaid-enhanced="true"] .mermaid .node ellipse {
1146
- filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
1147
- transition: all 0.2s ease;
1142
+ [data-mermaid-enhanced="true"] .mermaid svg .node rect,
1143
+ [data-mermaid-enhanced="true"] .mermaid svg .node polygon,
1144
+ [data-mermaid-enhanced="true"] .mermaid svg .node circle,
1145
+ [data-mermaid-enhanced="true"] .mermaid svg .node ellipse {
1146
+ filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1)) !important;
1147
+ transition: all 0.2s ease !important;
1148
1148
  }
1149
1149
 
1150
1150
  /* Enhanced rectangle shapes with rounded corners */
1151
- [data-mermaid-enhanced="true"] .mermaid .node rect {
1151
+ [data-mermaid-enhanced="true"] .mermaid svg .node rect {
1152
1152
  rx: 8px !important;
1153
1153
  ry: 8px !important;
1154
1154
  }
1155
1155
 
1156
1156
  /* Enhanced flowchart nodes */
1157
- [data-mermaid-enhanced="true"] .mermaid .flowchart-node {
1158
- filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
1157
+ [data-mermaid-enhanced="true"] .mermaid svg .flowchart-node {
1158
+ filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08)) !important;
1159
1159
  }
1160
1160
 
1161
1161
  /* Smoother connection lines */
1162
- [data-mermaid-enhanced="true"] .mermaid .flowchart-link {
1163
- stroke-width: 2px;
1164
- fill: none;
1162
+ [data-mermaid-enhanced="true"] .mermaid svg .flowchart-link {
1163
+ stroke-width: 2px !important;
1164
+ fill: none !important;
1165
1165
  }
1166
1166
 
1167
1167
  /* Enhanced text styling */
1168
- [data-mermaid-enhanced="true"] .mermaid .node text,
1169
- [data-mermaid-enhanced="true"] .mermaid .edgeLabel {
1170
- font-family: var(--font-sans);
1171
- font-size: var(--text-base);
1172
- font-weight: var(--font-medium);
1168
+ [data-mermaid-enhanced="true"] .mermaid svg .node text,
1169
+ [data-mermaid-enhanced="true"] .mermaid svg .edgeLabel text {
1170
+ font-family: var(--font-sans) !important;
1171
+ font-size: var(--text-base) !important;
1172
+ font-weight: var(--font-medium) !important;
1173
1173
  }
1174
1174
 
1175
1175
  /* Hover effects for interactive elements */
1176
- [data-mermaid-enhanced="true"] .mermaid .node:hover rect,
1177
- [data-mermaid-enhanced="true"] .mermaid .node:hover polygon,
1178
- [data-mermaid-enhanced="true"] .mermaid .node:hover circle,
1179
- [data-mermaid-enhanced="true"] .mermaid .node:hover ellipse {
1180
- filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
1181
- transform: translateY(-1px);
1176
+ [data-mermaid-enhanced="true"] .mermaid svg .node:hover rect,
1177
+ [data-mermaid-enhanced="true"] .mermaid svg .node:hover polygon,
1178
+ [data-mermaid-enhanced="true"] .mermaid svg .node:hover circle,
1179
+ [data-mermaid-enhanced="true"] .mermaid svg .node:hover ellipse {
1180
+ filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15)) !important;
1181
+ transform: translateY(-1px) !important;
1182
1182
  }
1183
1183
 
1184
1184
  /* Enhanced cluster/subgraph styling */
1185
- [data-mermaid-enhanced="true"] .mermaid .cluster rect {
1185
+ [data-mermaid-enhanced="true"] .mermaid svg .cluster rect {
1186
1186
  rx: 12px !important;
1187
1187
  ry: 12px !important;
1188
- stroke-dasharray: none;
1189
- opacity: 0.8;
1188
+ stroke-dasharray: none !important;
1189
+ opacity: 0.8 !important;
1190
1190
  }
1191
1191
 
1192
1192
  /* Decision diamond improvements */
1193
- [data-mermaid-enhanced="true"] .mermaid .flowchart-node polygon {
1194
- filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1));
1193
+ [data-mermaid-enhanced="true"] .mermaid svg .flowchart-node polygon {
1194
+ filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.1)) !important;
1195
1195
  }
1196
1196
 
1197
1197
  /* Process node styling */
1198
- [data-mermaid-enhanced="true"] .mermaid .flowchart-node rect {
1199
- stroke-width: 1.5px;
1198
+ [data-mermaid-enhanced="true"] .mermaid svg .flowchart-node rect {
1199
+ stroke-width: 1.5px !important;
1200
1200
  }
1201
1201
 
1202
1202
  /* Edge label background */
1203
- [data-mermaid-enhanced="true"] .mermaid .edgeLabel .label {
1204
- background: var(--color-bg-card);
1205
- border-radius: var(--radius-sm);
1206
- padding: var(--space-1) var(--space-2);
1207
- border: 1px solid var(--color-border-default);
1203
+ [data-mermaid-enhanced="true"] .mermaid svg .edgeLabel .label {
1204
+ background: var(--color-bg-card) !important;
1205
+ border-radius: var(--radius-sm) !important;
1206
+ padding: var(--space-1) var(--space-2) !important;
1207
+ border: 1px solid var(--color-border-default) !important;
1208
1208
  }
1209
1209
 
1210
1210
  /* Mermaid Full Screen Viewer */
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:26:07.891Z",
103
- "dateModified": "2025-08-02T07:26:07.891Z",
102
+ "datePublished": "2025-08-02T07:34:26.208Z",
103
+ "dateModified": "2025-08-02T07:34:26.208Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/documentation-index.html"
@@ -133,7 +133,7 @@
133
133
 
134
134
  <div class="header-actions">
135
135
  <div class="deployment-info">
136
- <span class="deployment-date" title="Built with doc-builder v1.9.15">Last updated: Aug 2, 2025, 07:26 AM UTC</span>
136
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
137
137
  </div>
138
138
 
139
139
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:26:07.896Z",
103
- "dateModified": "2025-08-02T07:26:07.896Z",
102
+ "datePublished": "2025-08-02T07:34:26.212Z",
103
+ "dateModified": "2025-08-02T07:34:26.212Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/authentication-default-change.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.15">Last updated: Aug 2, 2025, 07:26 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:26:07.902Z",
103
- "dateModified": "2025-08-02T07:26:07.902Z",
102
+ "datePublished": "2025-08-02T07:34:26.215Z",
103
+ "dateModified": "2025-08-02T07:34:26.215Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/authentication-guide.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.15">Last updated: Aug 2, 2025, 07:26 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:26:07.907Z",
103
- "dateModified": "2025-08-02T07:26:07.907Z",
102
+ "datePublished": "2025-08-02T07:34:26.219Z",
103
+ "dateModified": "2025-08-02T07:34:26.219Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/claude-workflow-guide.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.15">Last updated: Aug 2, 2025, 07:26 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:26:07.910Z",
103
- "dateModified": "2025-08-02T07:26:07.910Z",
102
+ "datePublished": "2025-08-02T07:34:26.222Z",
103
+ "dateModified": "2025-08-02T07:34:26.222Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/configuration-guide.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.15">Last updated: Aug 2, 2025, 07:26 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:26:07.914Z",
103
- "dateModified": "2025-08-02T07:26:07.914Z",
102
+ "datePublished": "2025-08-02T07:34:26.225Z",
103
+ "dateModified": "2025-08-02T07:34:26.225Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/documentation-standards.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.15">Last updated: Aug 2, 2025, 07:26 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:26:07.918Z",
103
- "dateModified": "2025-08-02T07:26:07.918Z",
102
+ "datePublished": "2025-08-02T07:34:26.228Z",
103
+ "dateModified": "2025-08-02T07:34:26.228Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/html-embedding-guide.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.15">Last updated: Aug 2, 2025, 07:26 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:26:07.921Z",
103
- "dateModified": "2025-08-02T07:26:07.921Z",
102
+ "datePublished": "2025-08-02T07:34:26.230Z",
103
+ "dateModified": "2025-08-02T07:34:26.230Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/image-modal-guide.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.15">Last updated: Aug 2, 2025, 07:26 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:26:07.924Z",
103
- "dateModified": "2025-08-02T07:26:07.924Z",
102
+ "datePublished": "2025-08-02T07:34:26.232Z",
103
+ "dateModified": "2025-08-02T07:34:26.232Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/phosphor-icons-guide.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.15">Last updated: Aug 2, 2025, 07:26 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
143
143
  </div>
144
144
 
145
145
 
@@ -99,8 +99,8 @@
99
99
  "name": "Knowcode Ltd",
100
100
  "url": "https://knowcode.tech"
101
101
  },
102
- "datePublished": "2025-08-02T07:26:07.928Z",
103
- "dateModified": "2025-08-02T07:26:07.928Z",
102
+ "datePublished": "2025-08-02T07:34:26.235Z",
103
+ "dateModified": "2025-08-02T07:34:26.235Z",
104
104
  "mainEntityOfPage": {
105
105
  "@type": "WebPage",
106
106
  "@id": "https://doc-builder-delta.vercel.app/guides/private-directory-authentication-troubleshooting.html"
@@ -139,7 +139,7 @@
139
139
 
140
140
  <div class="header-actions">
141
141
  <div class="deployment-info">
142
- <span class="deployment-date" title="Built with doc-builder v1.9.15">Last updated: Aug 2, 2025, 07:26 AM UTC</span>
142
+ <span class="deployment-date" title="Built with doc-builder v1.9.16">Last updated: Aug 2, 2025, 07:34 AM UTC</span>
143
143
  </div>
144
144
 
145
145