@knowcode/doc-builder 1.9.0 → 1.9.1

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 (40) hide show
  1. package/README.md +2 -0
  2. package/html/README.html +34 -149
  3. package/html/css/notion-style.css +13 -394
  4. package/html/documentation-index.html +17 -127
  5. package/html/guides/authentication-default-change.html +8 -130
  6. package/html/guides/authentication-guide.html +20 -141
  7. package/html/guides/claude-workflow-guide.html +23 -137
  8. package/html/guides/documentation-standards.html +12 -133
  9. package/html/guides/image-modal-guide.html +381 -0
  10. package/html/guides/phosphor-icons-guide.html +28 -150
  11. package/html/guides/private-directory-authentication.html +8 -130
  12. package/html/guides/public-site-deployment.html +8 -130
  13. package/html/guides/search-engine-verification-guide.html +8 -130
  14. package/html/guides/seo-guide.html +8 -130
  15. package/html/guides/seo-optimization-guide.html +39 -159
  16. package/html/guides/troubleshooting-guide.html +20 -141
  17. package/html/guides/windows-setup-guide.html +39 -161
  18. package/html/image-modal-test.html +9 -125
  19. package/html/index.html +34 -149
  20. package/html/js/auth.js +39 -118
  21. package/html/js/main.js +25 -259
  22. package/html/private/cache-control-anti-pattern.html +13 -135
  23. package/html/private/launch/README.html +16 -144
  24. package/html/private/launch/auth-cleanup-summary.html +25 -153
  25. package/html/private/launch/bubble-plugin-specification.html +8 -136
  26. package/html/private/launch/go-to-market-strategy.html +10 -138
  27. package/html/private/launch/launch-announcements.html +24 -151
  28. package/html/private/launch/vercel-deployment-auth-setup.html +10 -138
  29. package/html/private/next-steps-walkthrough.html +15 -137
  30. package/html/private/supabase-auth-implementation-completed.html +22 -143
  31. package/html/private/supabase-auth-implementation-plan.html +15 -136
  32. package/html/private/supabase-auth-integration-plan.html +22 -142
  33. package/html/private/supabase-auth-setup-guide.html +17 -139
  34. package/html/private/test-private-doc.html +8 -130
  35. package/html/private/user-management-tooling.html +8 -130
  36. package/html/prompts/markdown-document-standards.html +13 -134
  37. package/html/vercel-cli-setup-guide.html +12 -128
  38. package/html/vercel-first-time-setup-guide.html +9 -125
  39. package/lib/emoji-mapper.js +12 -0
  40. package/package.json +1 -1
package/README.md CHANGED
@@ -36,6 +36,7 @@ npx @knowcode/doc-builder@latest deploy
36
36
 
37
37
  - **Scans** your markdown files and automatically generates navigation
38
38
  - **Converts** markdown to HTML with syntax highlighting and diagram support
39
+ - **Enhances** images with clickable modals for full-screen viewing
39
40
  - **Styles** everything with a clean, Notion-inspired theme
40
41
  - **Deploys** to Vercel with a single command - leveraging their generous free tier
41
42
  - **Provides** optional features like authentication, dark mode, and changelog generation, SEO
@@ -74,6 +75,7 @@ This aligns perfectly with our mission: beautiful documentation should be access
74
75
  - 🔍 **SEO Optimized** - Meta tags & structured data
75
76
  - 🔐 **Optional Auth** - Supabase authentication (opt-in)
76
77
  - 📊 **Mermaid Diagrams** - Built-in diagram support
78
+ - 🖼️ **Image Modals** - Click any image for full-screen view
77
79
  - 🌙 **Dark Mode** - Automatic theme switching
78
80
  - ☁️ **Vercel Deploy** - One-command deployment
79
81
  - ✅ **Google Verification** - Search Console ready
package/html/README.html CHANGED
@@ -3,41 +3,14 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
- <meta name="description" content="&lt;div align=&quot;center&quot;&gt;">
7
- <title>@knowcode/doc-builder | @knowcode/doc-builder</title>
8
-
9
- <meta name="author" content="Lindsay Smith">
10
- <meta name="keywords" content="documentation, markdown, static site generator, vercel, notion-style, width, table">
11
- <meta name="robots" content="index, follow">
12
- <link rel="canonical" href="https://doc-builder-delta.vercel.app/README.html">
13
-
14
- <!-- Open Graph / Facebook -->
15
- <meta property="og:type" content="article">
16
- <meta property="og:url" content="https://doc-builder-delta.vercel.app/README.html">
17
- <meta property="og:title" content="@knowcode/doc-builder | @knowcode/doc-builder">
18
- <meta property="og:description" content="&lt;div align=&quot;center&quot;&gt;">
19
- <meta property="og:image" content="https://doc-builder-delta.vercel.app/og-default.png">
20
- <meta property="og:site_name" content="@knowcode/doc-builder">
21
- <meta property="og:locale" content="en_US">
22
-
23
- <!-- Twitter Card -->
24
- <meta name="twitter:card" content="summary_large_image">
25
- <meta name="twitter:site" content="@planbbackups">
26
- <meta name="twitter:creator" content="@planbbackups">
27
- <meta name="twitter:title" content="@knowcode/doc-builder | @knowcode/doc-builder">
28
- <meta name="twitter:description" content="&lt;div align=&quot;center&quot;&gt;">
29
- <meta name="twitter:image" content="https://doc-builder-delta.vercel.app/og-default.png">
30
-
31
- <!-- Custom Meta Tags -->
32
- <meta name="google-site-verification" content="FtzcDTf5BQ9K5EfnGazQkgU2U4FiN3ITzM7gHwqUAqQ">
33
- <meta name="msvalidate.01" content="B2D8C4C12C530D47AA962B24CAA09630">
6
+ <meta name="description" content="Beautiful documentation with the least effort possible">
7
+ <title>@knowcode/doc-builder - @knowcode/doc-builder</title>
34
8
 
35
9
  <!-- Fonts -->
36
10
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
37
11
 
38
12
  <!-- Icons -->
39
13
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
40
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@phosphor-icons/web@2.1.1/src/regular/style.css">
41
14
 
42
15
  <!-- Mermaid -->
43
16
  <script src="https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.min.js"></script>
@@ -45,84 +18,8 @@
45
18
  <!-- Styles -->
46
19
  <link rel="stylesheet" href="/css/notion-style.css">
47
20
 
48
-
49
- <!-- Hide content until auth check -->
50
- <style>
51
- body {
52
- visibility: hidden;
53
- opacity: 0;
54
- transition: opacity 0.3s ease;
55
- }
56
- body.authenticated {
57
- visibility: visible;
58
- opacity: 1;
59
- }
60
- /* Show login/logout pages immediately */
61
- body.auth-page {
62
- visibility: visible;
63
- opacity: 1;
64
- }
65
- /* Style auth button consistently */
66
- .auth-btn {
67
- background: none;
68
- border: none;
69
- color: var(--text-secondary);
70
- cursor: pointer;
71
- padding: 0.5rem;
72
- border-radius: 0.5rem;
73
- transition: all 0.2s;
74
- font-size: 1.1rem;
75
- }
76
- .auth-btn:hover {
77
- background: var(--bg-secondary);
78
- color: var(--text-primary);
79
- }
80
- </style>
81
-
82
-
83
21
  <!-- Favicon -->
84
- <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>✨</text></svg>">
85
-
86
- <script type="application/ld+json">
87
- {
88
- "@context": "https://schema.org",
89
- "@type": "TechArticle",
90
- "headline": "@knowcode/doc-builder",
91
- "description": "<div align=\"center\">",
92
- "author": {
93
- "@type": "Person",
94
- "name": "Lindsay Smith"
95
- },
96
- "publisher": {
97
- "@type": "Organization",
98
- "name": "Knowcode Ltd",
99
- "url": "https://knowcode.tech"
100
- },
101
- "datePublished": "2025-07-27T08:30:10.756Z",
102
- "dateModified": "2025-07-27T08:30:10.756Z",
103
- "mainEntityOfPage": {
104
- "@type": "WebPage",
105
- "@id": "https://doc-builder-delta.vercel.app/README.html"
106
- },
107
- "breadcrumb": {
108
- "@type": "BreadcrumbList",
109
- "itemListElement": [
110
- {
111
- "@type": "ListItem",
112
- "position": 1,
113
- "name": "@knowcode/doc-builder",
114
- "item": "https://doc-builder-delta.vercel.app"
115
- },
116
- {
117
- "@type": "ListItem",
118
- "position": 2,
119
- "name": "README",
120
- "item": "https://doc-builder-delta.vercel.app/README.html"
121
- }
122
- ]
123
- }
124
- }
125
- </script>
22
+ <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📚</text></svg>">
126
23
  </head>
127
24
  <body>
128
25
  <!-- Header -->
@@ -132,14 +29,10 @@
132
29
 
133
30
  <div class="header-actions">
134
31
  <div class="deployment-info">
135
- <span class="deployment-date" title="Built with doc-builder v1.9.0">Last updated: Jul 27, 2025, 08:30 AM UTC</span>
32
+ <span class="deployment-date" title="Built with doc-builder v1.4.21">Last updated: Jul 27, 2025, 08:32 AM UTC</span>
136
33
  </div>
137
34
 
138
35
 
139
- <a href="../login.html" class="auth-btn" title="Login/Logout">
140
- <i class="fas fa-sign-in-alt"></i>
141
- </a>
142
-
143
36
 
144
37
  <button id="theme-toggle" class="theme-toggle" aria-label="Toggle theme">
145
38
  <i class="fas fa-moon"></i>
@@ -199,6 +92,7 @@
199
92
  <a href="/guides/authentication-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder supports enterprise-grade authentication through Supabase - a secure, scalable authentication platform."><i class="fas fa-file-alt"></i> Authentication Guide</a>
200
93
  <a href="/guides/claude-workflow-guide.html" class="nav-item" data-tooltip="This guide demonstrates an efficient workflow for using Claude Code with a refined CLAUDE.md file to create high-quality documentation and deploy it..."><i class="fas fa-file-alt"></i> Claude Workflow Guide</a>
201
94
  <a href="/guides/documentation-standards.html" class="nav-item" data-tooltip="This document defines the documentation standards and conventions for the @knowcode/doc-builder project."><i class="fas fa-file-alt"></i> Documentation Standards</a>
95
+ <a href="/guides/image-modal-guide.html" class="nav-item" data-tooltip="When users click on any image in your generated documentation, it opens in a professional modal overlay with: Full-screen viewing experience Smooth..."><i class="fas fa-file-alt"></i> Image Modal Guide</a>
202
96
  <a href="/guides/phosphor-icons-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder automatically converts Unicode emojis in your markdown files to beautiful Phosphor icons in the generated HTML."><i class="fas fa-file-alt"></i> Phosphor Icons Guide</a>
203
97
  <a href="/guides/private-directory-authentication.html" class="nav-item" data-tooltip="The @knowcode/doc-builder provides flexible authentication options to protect your documentation."><i class="fas fa-file-alt"></i> Private Directory Authentication</a>
204
98
  <a href="/guides/public-site-deployment.html" class="nav-item" data-tooltip="The @knowcode/doc-builder now supports deploying public documentation sites without authentication."><i class="fas fa-file-alt"></i> Public Site Deployment</a>
@@ -207,7 +101,7 @@
207
101
  <a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features that automatically optimize your documentation for search..."><i class="fas fa-file-alt"></i> Seo Optimization Guide</a>
208
102
  <a href="/guides/troubleshooting-guide.html" class="nav-item" data-tooltip="This guide helps you resolve common issues when using @knowcode/doc-builder."><i class="fas fa-file-alt"></i> Troubleshooting Guide</a>
209
103
  <a href="/guides/windows-setup-guide.html" class="nav-item" data-tooltip="This guide helps Windows users set up the complete AI-powered documentation workflow using Claude Code, @knowcode/doc-builder, and Vercel."><i class="fas fa-file-alt"></i> Windows Setup Guide</a></div></div>
210
- <div class="nav-section private-nav" data-level="1">
104
+ <div class="nav-section" data-level="1">
211
105
  <a class="nav-title collapsible expanded" href="#" data-target="nav-private-1" >
212
106
  <i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Private
213
107
  </a>
@@ -220,7 +114,7 @@
220
114
  <a href="/private/supabase-auth-setup-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder supports enterprise-grade authentication through Supabase."><i class="fas fa-file-alt"></i> Supabase Auth Setup Guide</a>
221
115
  <a href="/private/test-private-doc.html" class="nav-item" data-tooltip="Test Private Document."><i class="fas fa-file-alt"></i> Test Private Doc</a>
222
116
  <a href="/private/user-management-tooling.html" class="nav-item" data-tooltip="The user management system is a set of tools designed to manage user access to Supabase-authenticated documentation sites built with."><i class="fas fa-file-alt"></i> User Management Tooling</a></div></div>
223
- <div class="nav-section private-nav" data-level="2">
117
+ <div class="nav-section" data-level="2">
224
118
  <a class="nav-title collapsible" href="/private/launch/README.html" data-target="nav-private-launch-2" >
225
119
  <i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Launch
226
120
  </a>
@@ -251,26 +145,26 @@
251
145
  <p>Transform your markdown documentation into beautiful, searchable websites with Notion-inspired styling</p>
252
146
  </blockquote>
253
147
  <p><a href="https://www.npmjs.com/package/@knowcode/doc-builder"><img src="https://img.shields.io/npm/v/@knowcode/doc-builder" alt="npm version"></a><br><a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"></a></p>
254
- <h3><i class="ph ph-rocket-launch" aria-label="launch"></i> Quick Start</h3>
148
+ <h3>🚀 Quick Start</h3>
255
149
  <pre><code class="language-bash">npx @knowcode/doc-builder@latest deploy
256
150
  </code></pre>
257
151
  <p><a href="https://doc-builder-delta.vercel.app"><strong>You are looking at a demo</strong></a> | <a href="https://www.npmjs.com/package/@knowcode/doc-builder"><strong>NPM Package</strong></a> | <a href="https://github.com/wapdat/doc-builder"><strong>GitHub</strong></a></p>
258
152
  </div>
259
153
 
260
154
  <hr>
261
- <h2><i class="ph ph-sparkle" aria-label="special"></i> Features</h2>
155
+ <h2>✨ Features</h2>
262
156
  <table>
263
157
  <tr>
264
158
  <td width="50%">
265
159
 
266
- <h3><i class="ph ph-palette" aria-label="design"></i> Design &amp; UX</h3>
160
+ <h3>🎨 Design &amp; UX</h3>
267
161
  <ul>
268
162
  <li><strong>Notion-inspired UI</strong> - Clean, modern interface</li>
269
163
  <li><strong>Dark mode support</strong> - Automatic theme switching</li>
270
164
  <li><strong>Responsive layout</strong> - Perfect on any device</li>
271
165
  <li><strong>Syntax highlighting</strong> - Beautiful code blocks</li>
272
166
  </ul>
273
- <h3><i class="ph ph-magnifying-glass" aria-label="search"></i> Navigation</h3>
167
+ <h3>🔍 Navigation</h3>
274
168
  <ul>
275
169
  <li><strong>Full-text search</strong> - Find anything instantly</li>
276
170
  <li><strong>Smart navigation</strong> - Hierarchical structure</li>
@@ -280,14 +174,14 @@
280
174
  </td>
281
175
  <td width="50%">
282
176
 
283
- <h3><i class="ph ph-chart-bar" aria-label="chart"></i> Content Support</h3>
177
+ <h3>📊 Content Support</h3>
284
178
  <ul>
285
179
  <li><strong>Mermaid diagrams</strong> - Visual documentation</li>
286
180
  <li><strong>GitHub markdown</strong> - Full GFM support</li>
287
181
  <li><strong>Interactive tooltips</strong> - Document previews</li>
288
182
  <li><strong>Version tracking</strong> - Build metadata</li>
289
183
  </ul>
290
- <h3><i class="ph ph-rocket-launch" aria-label="launch"></i> Deployment</h3>
184
+ <h3>🚀 Deployment</h3>
291
185
  <ul>
292
186
  <li><strong>One-command deploy</strong> - Push to Vercel</li>
293
187
  <li><strong>Static generation</strong> - Fast &amp; secure</li>
@@ -298,7 +192,7 @@
298
192
  </tr>
299
193
  </table>
300
194
 
301
- <h2><i class="ph ph-target" aria-label="goal"></i> Use Cases</h2>
195
+ <h2>🎯 Use Cases</h2>
302
196
  <table>
303
197
  <tr>
304
198
  <td width="25%">
@@ -324,7 +218,7 @@
324
218
  </tr>
325
219
  </table>
326
220
 
327
- <h2><i class="ph ph-gear-six" aria-label="tools"></i> Simple Workflow</h2>
221
+ <h2>🛠️ Simple Workflow</h2>
328
222
  <table>
329
223
  <tr>
330
224
  <td width="50%">
@@ -344,7 +238,7 @@
344
238
  </tr>
345
239
  </table>
346
240
 
347
- <h2><i class="ph ph-gear" aria-label="settings"></i> Configuration</h2>
241
+ <h2>⚙️ Configuration</h2>
348
242
  <p>Configuration is fully managed through the CLI tools - no manual file editing required! The tool handles all settings automatically during setup and deployment.</p>
349
243
  <table>
350
244
  <tr>
@@ -379,13 +273,14 @@ features: {
379
273
  </tr>
380
274
  </table>
381
275
 
382
- <h2><i class="ph ph-chart-bar" aria-label="chart"></i> Rich Content Examples</h2>
276
+ <h2>📊 Rich Content Examples</h2>
383
277
  <table>
384
278
  <tr>
385
279
  <td width="50%">
386
280
 
387
281
  <h3>Mermaid Diagrams</h3>
388
282
  <div class="mermaid-wrapper">
283
+ <div class="mermaid-title">Diagram</div>
389
284
  <div class="mermaid">graph LR
390
285
  A[Write] --> B[Build]
391
286
  B --> C[Deploy]
@@ -410,12 +305,12 @@ docBuilder.build({
410
305
  </tr>
411
306
  </table>
412
307
 
413
- <h2><i class="ph ph-star-four" aria-label="sparkle"></i> Why Choose doc-builder?</h2>
308
+ <h2>🌟 Why Choose doc-builder?</h2>
414
309
  <table>
415
310
  <tr>
416
311
  <td width="33%">
417
312
 
418
- <h3><i class="ph ph-rocket-launch" aria-label="launch"></i> Performance</h3>
313
+ <h3>🚀 Performance</h3>
419
314
  <ul>
420
315
  <li><strong>Lightning fast</strong> - Static generation</li>
421
316
  <li><strong>SEO optimized</strong> - Search friendly</li>
@@ -424,7 +319,7 @@ docBuilder.build({
424
319
  </td>
425
320
  <td width="33%">
426
321
 
427
- <h3><i class="ph ph-gear-six" aria-label="tools"></i> Developer Experience</h3>
322
+ <h3>🛠️ Developer Experience</h3>
428
323
  <ul>
429
324
  <li><strong>Zero config</strong> - Works instantly</li>
430
325
  <li><strong>Version control</strong> - Git-friendly</li>
@@ -433,7 +328,7 @@ docBuilder.build({
433
328
  </td>
434
329
  <td width="33%">
435
330
 
436
- <h3><i class="ph ph-money" aria-label="money"></i> Cost Effective</h3>
331
+ <h3>💰 Cost Effective</h3>
437
332
  <ul>
438
333
  <li><strong>Free hosting</strong> - Vercel free tier</li>
439
334
  <li><strong>No vendor lock-in</strong> - Your content</li>
@@ -443,7 +338,7 @@ docBuilder.build({
443
338
  </tr>
444
339
  </table>
445
340
 
446
- <h2><i class="ph ph-handshake" aria-label="partnership"></i> Get Involved</h2>
341
+ <h2>🤝 Get Involved</h2>
447
342
  <table>
448
343
  <tr>
449
344
  <td width="50%">
@@ -452,10 +347,10 @@ docBuilder.build({
452
347
  <p>We welcome contributions! Check our <a href="https://github.com/wapdat/doc-builder">contribution guide</a> to get started.</p>
453
348
  <p><strong>Ways to help:</strong></p>
454
349
  <ul>
455
- <li><i class="ph ph-bug" aria-label="bug"></i> Report bugs</li>
456
- <li><i class="ph ph-lightbulb" aria-label="idea"></i> Suggest features</li>
457
- <li><i class="ph ph-note-pencil" aria-label="edit"></i> Improve docs</li>
458
- <li><i class="ph ph-wrench" aria-label="settings"></i> Submit PRs</li>
350
+ <li>🐛 Report bugs</li>
351
+ <li>💡 Suggest features</li>
352
+ <li>📝 Improve docs</li>
353
+ <li>🔧 Submit PRs</li>
459
354
  </ul>
460
355
  </td>
461
356
  <td width="50%">
@@ -464,10 +359,10 @@ docBuilder.build({
464
359
  <p>Join our growing community of documentation enthusiasts!</p>
465
360
  <p><strong>Connect with us:</strong></p>
466
361
  <ul>
467
- <li><i class="ph ph-package" aria-label="package"></i> <a href="https://www.npmjs.com/package/@knowcode/doc-builder">NPM Package</a></li>
468
- <li><i class="ph ph-github-logo" aria-label="github"></i> <a href="https://github.com/wapdat/doc-builder">GitHub Repo</a></li>
469
- <li><i class="ph ph-globe" aria-label="global"></i> <a href="https://knowcode.com">Website</a></li>
470
- <li><i class="ph ph-chat-circle" aria-label="chat"></i> <a href="https://github.com/wapdat/doc-builder/discussions">Discussions</a></li>
362
+ <li>📦 <a href="https://www.npmjs.com/package/@knowcode/doc-builder">NPM Package</a></li>
363
+ <li>🐙 <a href="https://github.com/wapdat/doc-builder">GitHub Repo</a></li>
364
+ <li>🌐 <a href="https://knowcode.com">Website</a></li>
365
+ <li>💬 <a href="https://github.com/wapdat/doc-builder/discussions">Discussions</a></li>
471
366
  </ul>
472
367
  </td>
473
368
  </tr>
@@ -476,8 +371,8 @@ docBuilder.build({
476
371
  <hr>
477
372
  <div align="center">
478
373
 
479
- <h3><i class="ph ph-note-pencil" aria-label="edit"></i> License: MIT © KnowCode</h3>
480
- <p>Built with <i class="ph ph-heart" aria-label="love"></i> by developers, for developers</p>
374
+ <h3>📝 License: MIT © KnowCode</h3>
375
+ <p>Built with ❤️ by developers, for developers</p>
481
376
  <p><a href="https://www.npmjs.com/package/@knowcode/doc-builder"><strong>Get Started</strong></a> | <a href="https://doc-builder-delta.vercel.app"><strong>You are looking at a demo</strong></a> | <a href="https://github.com/wapdat/doc-builder"><strong>Star on GitHub</strong></a></p>
482
377
  </div>
483
378
 
@@ -486,17 +381,7 @@ docBuilder.build({
486
381
  </div>
487
382
 
488
383
  <!-- Scripts -->
489
- <script>
490
- // Pass configuration to frontend
491
- window.docBuilderConfig = {
492
- features: {
493
- showPdfDownload: true,
494
- menuDefaultOpen: false
495
- }
496
- };
497
- </script>
498
384
  <script src="/js/main.js"></script>
499
- <script src="https://unpkg.com/@supabase/supabase-js@2"></script>
500
- <script src="/js/auth.js"></script>
385
+
501
386
  </body>
502
387
  </html>