@knowcode/doc-builder 1.9.26 → 1.9.28
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/CHANGELOG.md +19 -0
- package/README.md +17 -0
- package/assets/css/notion-style.css +76 -0
- package/assets/js/main.js +45 -1
- package/cli.js +9 -0
- package/doc-builder.config.js +1 -1
- package/doc-builder.config.js.backup.1755031374829 +126 -0
- package/html/11.png +0 -0
- package/html/README.html +6 -4
- package/html/Screenshot 2025-08-12 at 21.35.07.png +0 -0
- package/html/about-doc-builder.html +6 -4
- package/html/css/notion-style.css +76 -0
- package/html/documentation-index.html +6 -4
- package/html/guides/authentication-default-change.html +6 -4
- package/html/guides/authentication-guide.html +6 -4
- package/html/guides/claude-workflow-guide.html +6 -4
- package/html/guides/configuration-guide.html +6 -4
- package/html/guides/documentation-standards.html +6 -4
- package/html/guides/html-embedding-guide.html +6 -4
- package/html/guides/image-modal-guide.html +6 -4
- package/html/guides/phosphor-icons-guide.html +6 -4
- package/html/guides/private-directory-authentication-troubleshooting.html +6 -4
- package/html/guides/private-directory-authentication.html +6 -4
- package/html/guides/public-site-deployment.html +6 -4
- package/html/guides/search-engine-verification-guide.html +6 -4
- package/html/guides/seo-guide.html +6 -4
- package/html/guides/seo-optimization-guide.html +6 -4
- package/html/guides/supabase-authentication-complete-guide.html +6 -4
- package/html/guides/troubleshooting-guide.html +6 -4
- package/html/guides/windows-setup-guide.html +6 -4
- package/html/image-modal-test.html +6 -4
- package/html/index.html +6 -4
- package/html/js/main.js +45 -1
- package/html/private/cache-control-anti-pattern.html +6 -4
- package/html/private/launch/README.html +6 -4
- package/html/private/launch/auth-cleanup-summary.html +6 -4
- package/html/private/launch/bubble-plugin-specification.html +6 -4
- package/html/private/launch/go-to-market-strategy.html +6 -4
- package/html/private/launch/launch-announcements.html +6 -4
- package/html/private/launch/vercel-deployment-auth-setup.html +6 -4
- package/html/private/next-steps-walkthrough.html +6 -4
- package/html/private/supabase-auth-implementation-completed.html +6 -4
- package/html/private/supabase-auth-implementation-plan.html +6 -4
- package/html/private/supabase-auth-integration-plan.html +6 -4
- package/html/private/supabase-auth-setup-guide.html +6 -4
- package/html/private/test-private-doc.html +6 -4
- package/html/private/user-management-tooling.html +6 -4
- package/html/prompts/beautiful-documentation-design.html +6 -4
- package/html/prompts/markdown-document-standards.html +6 -4
- package/html/prompts/project-rename-strategy-sasha-publish.html +6 -4
- package/html/sitemap.xml +59 -59
- package/html/test-questions/how-does-it-work%3F.html +6 -4
- package/html/test-questions/step-1%3A%20getting-started.html +6 -4
- package/html/test-questions/what-is-the-purpose.html +6 -4
- package/html/vercel-cli-setup-guide.html +6 -4
- package/html/vercel-first-time-setup-guide.html +6 -4
- package/html-static/11.png +0 -0
- package/html-static/README.html +4 -25
- package/html-static/Screenshot 2025-08-12 at 21.35.07.png +0 -0
- package/html-static/about-doc-builder.html +4 -25
- package/html-static/css/notion-style.css +76 -0
- package/html-static/documentation-index.html +4 -25
- package/html-static/guides/authentication-default-change.html +4 -25
- package/html-static/guides/authentication-guide.html +4 -25
- package/html-static/guides/claude-workflow-guide.html +4 -25
- package/html-static/guides/configuration-guide.html +4 -25
- package/html-static/guides/documentation-standards.html +4 -25
- package/html-static/guides/html-embedding-guide.html +4 -25
- package/html-static/guides/image-modal-guide.html +4 -25
- package/html-static/guides/phosphor-icons-guide.html +4 -25
- package/html-static/guides/private-directory-authentication-troubleshooting.html +4 -25
- package/html-static/guides/private-directory-authentication.html +4 -25
- package/html-static/guides/public-site-deployment.html +4 -25
- package/html-static/guides/search-engine-verification-guide.html +4 -25
- package/html-static/guides/seo-guide.html +4 -25
- package/html-static/guides/seo-optimization-guide.html +4 -25
- package/html-static/guides/supabase-authentication-complete-guide.html +4 -25
- package/html-static/guides/troubleshooting-guide.html +4 -25
- package/html-static/guides/windows-setup-guide.html +4 -25
- package/html-static/image-modal-test.html +4 -25
- package/html-static/index.html +4 -25
- package/html-static/js/main.js +45 -1
- package/html-static/prompts/beautiful-documentation-design.html +4 -25
- package/html-static/prompts/markdown-document-standards.html +4 -25
- package/html-static/prompts/project-rename-strategy-sasha-publish.html +4 -25
- package/html-static/sitemap.xml +32 -32
- package/html-static/test-questions/how-does-it-work%3F.html +4 -25
- package/html-static/test-questions/step-1%3A%20getting-started.html +4 -25
- package/html-static/test-questions/what-is-the-purpose.html +4 -25
- package/html-static/vercel-cli-setup-guide.html +4 -25
- package/html-static/vercel-first-time-setup-guide.html +4 -25
- package/lib/core-builder.js +10 -1
- package/package.json +1 -1
package/html/js/main.js
CHANGED
|
@@ -1468,6 +1468,11 @@ function generateBreadcrumbs() {
|
|
|
1468
1468
|
const breadcrumbContainer = document.getElementById('breadcrumbs');
|
|
1469
1469
|
if (!breadcrumbContainer) return;
|
|
1470
1470
|
|
|
1471
|
+
// Check if this is a static build (has data attributes)
|
|
1472
|
+
const isStaticBuild = breadcrumbContainer.classList.contains('breadcrumbs-static');
|
|
1473
|
+
const buildDate = breadcrumbContainer.getAttribute('data-build-date');
|
|
1474
|
+
const docBuilderVersion = breadcrumbContainer.getAttribute('data-doc-builder-version');
|
|
1475
|
+
|
|
1471
1476
|
// Decode the URL to handle special characters and spaces
|
|
1472
1477
|
const currentPath = decodeURIComponent(window.location.pathname);
|
|
1473
1478
|
let pathSegments = currentPath.split('/').filter(segment => segment !== '');
|
|
@@ -1561,7 +1566,46 @@ function generateBreadcrumbs() {
|
|
|
1561
1566
|
}
|
|
1562
1567
|
}).join('<i class="fas fa-chevron-right breadcrumb-separator"></i>');
|
|
1563
1568
|
|
|
1564
|
-
|
|
1569
|
+
// For static builds, add timestamp and PDF button to breadcrumbs
|
|
1570
|
+
if (isStaticBuild && buildDate) {
|
|
1571
|
+
// Check if we're on the homepage (only "Home" breadcrumb)
|
|
1572
|
+
const isHomePage = pathSegments.length === 0 ||
|
|
1573
|
+
(pathSegments.length === 1 && (pathSegments[0] === 'index' || pathSegments[0] === 'README'));
|
|
1574
|
+
|
|
1575
|
+
if (isHomePage) {
|
|
1576
|
+
// On homepage, just show the timestamp and PDF button in a compact bar
|
|
1577
|
+
const wrapperHTML = `
|
|
1578
|
+
<div class="breadcrumbs-content breadcrumbs-homepage">
|
|
1579
|
+
<div class="breadcrumbs-right">
|
|
1580
|
+
<span class="breadcrumb-date" title="Built with doc-builder v${docBuilderVersion || ''}">Last updated: ${buildDate}</span>
|
|
1581
|
+
<button class="breadcrumb-pdf-btn" onclick="exportToPDF()" title="Export to PDF" aria-label="Export to PDF">
|
|
1582
|
+
<i class="fas fa-file-pdf"></i>
|
|
1583
|
+
</button>
|
|
1584
|
+
</div>
|
|
1585
|
+
</div>
|
|
1586
|
+
`;
|
|
1587
|
+
breadcrumbContainer.innerHTML = wrapperHTML;
|
|
1588
|
+
breadcrumbContainer.classList.add('breadcrumbs-minimal');
|
|
1589
|
+
} else {
|
|
1590
|
+
// Create a wrapper div for layout with breadcrumbs
|
|
1591
|
+
const wrapperHTML = `
|
|
1592
|
+
<div class="breadcrumbs-content">
|
|
1593
|
+
<div class="breadcrumbs-left">
|
|
1594
|
+
${breadcrumbHTML}
|
|
1595
|
+
</div>
|
|
1596
|
+
<div class="breadcrumbs-right">
|
|
1597
|
+
<span class="breadcrumb-date" title="Built with doc-builder v${docBuilderVersion || ''}">Last updated: ${buildDate}</span>
|
|
1598
|
+
<button class="breadcrumb-pdf-btn" onclick="exportToPDF()" title="Export to PDF" aria-label="Export to PDF">
|
|
1599
|
+
<i class="fas fa-file-pdf"></i>
|
|
1600
|
+
</button>
|
|
1601
|
+
</div>
|
|
1602
|
+
</div>
|
|
1603
|
+
`;
|
|
1604
|
+
breadcrumbContainer.innerHTML = wrapperHTML;
|
|
1605
|
+
}
|
|
1606
|
+
} else {
|
|
1607
|
+
breadcrumbContainer.innerHTML = breadcrumbHTML;
|
|
1608
|
+
}
|
|
1565
1609
|
}
|
|
1566
1610
|
|
|
1567
1611
|
// Initialize tooltip positioning for navigation items
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
"name": "Knowcode Ltd",
|
|
102
102
|
"url": "https://knowcode.tech"
|
|
103
103
|
},
|
|
104
|
-
"datePublished": "2025-08-
|
|
105
|
-
"dateModified": "2025-08-
|
|
104
|
+
"datePublished": "2025-08-12T20:49:06.622Z",
|
|
105
|
+
"dateModified": "2025-08-12T20:49:06.622Z",
|
|
106
106
|
"mainEntityOfPage": {
|
|
107
107
|
"@type": "WebPage",
|
|
108
108
|
"@id": "https://doc-builder-delta.vercel.app/private/cache-control-anti-pattern.html"
|
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
</script>
|
|
135
135
|
</head>
|
|
136
136
|
<body>
|
|
137
|
+
|
|
137
138
|
<!-- Header -->
|
|
138
139
|
<header class="header">
|
|
139
140
|
<div class="header-content">
|
|
@@ -141,7 +142,7 @@
|
|
|
141
142
|
|
|
142
143
|
<div class="header-actions">
|
|
143
144
|
<div class="deployment-info">
|
|
144
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
145
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
|
|
145
146
|
</div>
|
|
146
147
|
|
|
147
148
|
|
|
@@ -163,8 +164,9 @@
|
|
|
163
164
|
|
|
164
165
|
|
|
165
166
|
|
|
167
|
+
|
|
166
168
|
<!-- Breadcrumbs -->
|
|
167
|
-
<nav class="breadcrumbs" id="breadcrumbs">
|
|
169
|
+
<nav class="breadcrumbs " id="breadcrumbs" >
|
|
168
170
|
<!-- Breadcrumbs will be generated by JavaScript -->
|
|
169
171
|
</nav>
|
|
170
172
|
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
"name": "Knowcode Ltd",
|
|
102
102
|
"url": "https://knowcode.tech"
|
|
103
103
|
},
|
|
104
|
-
"datePublished": "2025-08-
|
|
105
|
-
"dateModified": "2025-08-
|
|
104
|
+
"datePublished": "2025-08-12T20:49:06.624Z",
|
|
105
|
+
"dateModified": "2025-08-12T20:49:06.624Z",
|
|
106
106
|
"mainEntityOfPage": {
|
|
107
107
|
"@type": "WebPage",
|
|
108
108
|
"@id": "https://doc-builder-delta.vercel.app/private/launch/README.html"
|
|
@@ -140,6 +140,7 @@
|
|
|
140
140
|
</script>
|
|
141
141
|
</head>
|
|
142
142
|
<body>
|
|
143
|
+
|
|
143
144
|
<!-- Header -->
|
|
144
145
|
<header class="header">
|
|
145
146
|
<div class="header-content">
|
|
@@ -147,7 +148,7 @@
|
|
|
147
148
|
|
|
148
149
|
<div class="header-actions">
|
|
149
150
|
<div class="deployment-info">
|
|
150
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
151
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
|
|
151
152
|
</div>
|
|
152
153
|
|
|
153
154
|
|
|
@@ -169,8 +170,9 @@
|
|
|
169
170
|
|
|
170
171
|
|
|
171
172
|
|
|
173
|
+
|
|
172
174
|
<!-- Breadcrumbs -->
|
|
173
|
-
<nav class="breadcrumbs" id="breadcrumbs">
|
|
175
|
+
<nav class="breadcrumbs " id="breadcrumbs" >
|
|
174
176
|
<!-- Breadcrumbs will be generated by JavaScript -->
|
|
175
177
|
</nav>
|
|
176
178
|
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
"name": "Knowcode Ltd",
|
|
102
102
|
"url": "https://knowcode.tech"
|
|
103
103
|
},
|
|
104
|
-
"datePublished": "2025-08-
|
|
105
|
-
"dateModified": "2025-08-
|
|
104
|
+
"datePublished": "2025-08-12T20:49:06.625Z",
|
|
105
|
+
"dateModified": "2025-08-12T20:49:06.625Z",
|
|
106
106
|
"mainEntityOfPage": {
|
|
107
107
|
"@type": "WebPage",
|
|
108
108
|
"@id": "https://doc-builder-delta.vercel.app/private/launch/auth-cleanup-summary.html"
|
|
@@ -140,6 +140,7 @@
|
|
|
140
140
|
</script>
|
|
141
141
|
</head>
|
|
142
142
|
<body>
|
|
143
|
+
|
|
143
144
|
<!-- Header -->
|
|
144
145
|
<header class="header">
|
|
145
146
|
<div class="header-content">
|
|
@@ -147,7 +148,7 @@
|
|
|
147
148
|
|
|
148
149
|
<div class="header-actions">
|
|
149
150
|
<div class="deployment-info">
|
|
150
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
151
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
|
|
151
152
|
</div>
|
|
152
153
|
|
|
153
154
|
|
|
@@ -169,8 +170,9 @@
|
|
|
169
170
|
|
|
170
171
|
|
|
171
172
|
|
|
173
|
+
|
|
172
174
|
<!-- Breadcrumbs -->
|
|
173
|
-
<nav class="breadcrumbs" id="breadcrumbs">
|
|
175
|
+
<nav class="breadcrumbs " id="breadcrumbs" >
|
|
174
176
|
<!-- Breadcrumbs will be generated by JavaScript -->
|
|
175
177
|
</nav>
|
|
176
178
|
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
"name": "Knowcode Ltd",
|
|
102
102
|
"url": "https://knowcode.tech"
|
|
103
103
|
},
|
|
104
|
-
"datePublished": "2025-08-
|
|
105
|
-
"dateModified": "2025-08-
|
|
104
|
+
"datePublished": "2025-08-12T20:49:06.628Z",
|
|
105
|
+
"dateModified": "2025-08-12T20:49:06.628Z",
|
|
106
106
|
"mainEntityOfPage": {
|
|
107
107
|
"@type": "WebPage",
|
|
108
108
|
"@id": "https://doc-builder-delta.vercel.app/private/launch/bubble-plugin-specification.html"
|
|
@@ -140,6 +140,7 @@
|
|
|
140
140
|
</script>
|
|
141
141
|
</head>
|
|
142
142
|
<body>
|
|
143
|
+
|
|
143
144
|
<!-- Header -->
|
|
144
145
|
<header class="header">
|
|
145
146
|
<div class="header-content">
|
|
@@ -147,7 +148,7 @@
|
|
|
147
148
|
|
|
148
149
|
<div class="header-actions">
|
|
149
150
|
<div class="deployment-info">
|
|
150
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
151
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
|
|
151
152
|
</div>
|
|
152
153
|
|
|
153
154
|
|
|
@@ -169,8 +170,9 @@
|
|
|
169
170
|
|
|
170
171
|
|
|
171
172
|
|
|
173
|
+
|
|
172
174
|
<!-- Breadcrumbs -->
|
|
173
|
-
<nav class="breadcrumbs" id="breadcrumbs">
|
|
175
|
+
<nav class="breadcrumbs " id="breadcrumbs" >
|
|
174
176
|
<!-- Breadcrumbs will be generated by JavaScript -->
|
|
175
177
|
</nav>
|
|
176
178
|
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
"name": "Knowcode Ltd",
|
|
102
102
|
"url": "https://knowcode.tech"
|
|
103
103
|
},
|
|
104
|
-
"datePublished": "2025-08-
|
|
105
|
-
"dateModified": "2025-08-
|
|
104
|
+
"datePublished": "2025-08-12T20:49:06.631Z",
|
|
105
|
+
"dateModified": "2025-08-12T20:49:06.631Z",
|
|
106
106
|
"mainEntityOfPage": {
|
|
107
107
|
"@type": "WebPage",
|
|
108
108
|
"@id": "https://doc-builder-delta.vercel.app/private/launch/go-to-market-strategy.html"
|
|
@@ -140,6 +140,7 @@
|
|
|
140
140
|
</script>
|
|
141
141
|
</head>
|
|
142
142
|
<body>
|
|
143
|
+
|
|
143
144
|
<!-- Header -->
|
|
144
145
|
<header class="header">
|
|
145
146
|
<div class="header-content">
|
|
@@ -147,7 +148,7 @@
|
|
|
147
148
|
|
|
148
149
|
<div class="header-actions">
|
|
149
150
|
<div class="deployment-info">
|
|
150
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
151
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
|
|
151
152
|
</div>
|
|
152
153
|
|
|
153
154
|
|
|
@@ -169,8 +170,9 @@
|
|
|
169
170
|
|
|
170
171
|
|
|
171
172
|
|
|
173
|
+
|
|
172
174
|
<!-- Breadcrumbs -->
|
|
173
|
-
<nav class="breadcrumbs" id="breadcrumbs">
|
|
175
|
+
<nav class="breadcrumbs " id="breadcrumbs" >
|
|
174
176
|
<!-- Breadcrumbs will be generated by JavaScript -->
|
|
175
177
|
</nav>
|
|
176
178
|
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
"name": "Knowcode Ltd",
|
|
102
102
|
"url": "https://knowcode.tech"
|
|
103
103
|
},
|
|
104
|
-
"datePublished": "2025-08-
|
|
105
|
-
"dateModified": "2025-08-
|
|
104
|
+
"datePublished": "2025-08-12T20:49:06.636Z",
|
|
105
|
+
"dateModified": "2025-08-12T20:49:06.636Z",
|
|
106
106
|
"mainEntityOfPage": {
|
|
107
107
|
"@type": "WebPage",
|
|
108
108
|
"@id": "https://doc-builder-delta.vercel.app/private/launch/launch-announcements.html"
|
|
@@ -140,6 +140,7 @@
|
|
|
140
140
|
</script>
|
|
141
141
|
</head>
|
|
142
142
|
<body>
|
|
143
|
+
|
|
143
144
|
<!-- Header -->
|
|
144
145
|
<header class="header">
|
|
145
146
|
<div class="header-content">
|
|
@@ -147,7 +148,7 @@
|
|
|
147
148
|
|
|
148
149
|
<div class="header-actions">
|
|
149
150
|
<div class="deployment-info">
|
|
150
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
151
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
|
|
151
152
|
</div>
|
|
152
153
|
|
|
153
154
|
|
|
@@ -169,8 +170,9 @@
|
|
|
169
170
|
|
|
170
171
|
|
|
171
172
|
|
|
173
|
+
|
|
172
174
|
<!-- Breadcrumbs -->
|
|
173
|
-
<nav class="breadcrumbs" id="breadcrumbs">
|
|
175
|
+
<nav class="breadcrumbs " id="breadcrumbs" >
|
|
174
176
|
<!-- Breadcrumbs will be generated by JavaScript -->
|
|
175
177
|
</nav>
|
|
176
178
|
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
"name": "Knowcode Ltd",
|
|
102
102
|
"url": "https://knowcode.tech"
|
|
103
103
|
},
|
|
104
|
-
"datePublished": "2025-08-
|
|
105
|
-
"dateModified": "2025-08-
|
|
104
|
+
"datePublished": "2025-08-12T20:49:06.638Z",
|
|
105
|
+
"dateModified": "2025-08-12T20:49:06.638Z",
|
|
106
106
|
"mainEntityOfPage": {
|
|
107
107
|
"@type": "WebPage",
|
|
108
108
|
"@id": "https://doc-builder-delta.vercel.app/private/launch/vercel-deployment-auth-setup.html"
|
|
@@ -140,6 +140,7 @@
|
|
|
140
140
|
</script>
|
|
141
141
|
</head>
|
|
142
142
|
<body>
|
|
143
|
+
|
|
143
144
|
<!-- Header -->
|
|
144
145
|
<header class="header">
|
|
145
146
|
<div class="header-content">
|
|
@@ -147,7 +148,7 @@
|
|
|
147
148
|
|
|
148
149
|
<div class="header-actions">
|
|
149
150
|
<div class="deployment-info">
|
|
150
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
151
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
|
|
151
152
|
</div>
|
|
152
153
|
|
|
153
154
|
|
|
@@ -169,8 +170,9 @@
|
|
|
169
170
|
|
|
170
171
|
|
|
171
172
|
|
|
173
|
+
|
|
172
174
|
<!-- Breadcrumbs -->
|
|
173
|
-
<nav class="breadcrumbs" id="breadcrumbs">
|
|
175
|
+
<nav class="breadcrumbs " id="breadcrumbs" >
|
|
174
176
|
<!-- Breadcrumbs will be generated by JavaScript -->
|
|
175
177
|
</nav>
|
|
176
178
|
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
"name": "Knowcode Ltd",
|
|
102
102
|
"url": "https://knowcode.tech"
|
|
103
103
|
},
|
|
104
|
-
"datePublished": "2025-08-
|
|
105
|
-
"dateModified": "2025-08-
|
|
104
|
+
"datePublished": "2025-08-12T20:49:06.641Z",
|
|
105
|
+
"dateModified": "2025-08-12T20:49:06.641Z",
|
|
106
106
|
"mainEntityOfPage": {
|
|
107
107
|
"@type": "WebPage",
|
|
108
108
|
"@id": "https://doc-builder-delta.vercel.app/private/next-steps-walkthrough.html"
|
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
</script>
|
|
135
135
|
</head>
|
|
136
136
|
<body>
|
|
137
|
+
|
|
137
138
|
<!-- Header -->
|
|
138
139
|
<header class="header">
|
|
139
140
|
<div class="header-content">
|
|
@@ -141,7 +142,7 @@
|
|
|
141
142
|
|
|
142
143
|
<div class="header-actions">
|
|
143
144
|
<div class="deployment-info">
|
|
144
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
145
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
|
|
145
146
|
</div>
|
|
146
147
|
|
|
147
148
|
|
|
@@ -163,8 +164,9 @@
|
|
|
163
164
|
|
|
164
165
|
|
|
165
166
|
|
|
167
|
+
|
|
166
168
|
<!-- Breadcrumbs -->
|
|
167
|
-
<nav class="breadcrumbs" id="breadcrumbs">
|
|
169
|
+
<nav class="breadcrumbs " id="breadcrumbs" >
|
|
168
170
|
<!-- Breadcrumbs will be generated by JavaScript -->
|
|
169
171
|
</nav>
|
|
170
172
|
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
"name": "Knowcode Ltd",
|
|
102
102
|
"url": "https://knowcode.tech"
|
|
103
103
|
},
|
|
104
|
-
"datePublished": "2025-08-
|
|
105
|
-
"dateModified": "2025-08-
|
|
104
|
+
"datePublished": "2025-08-12T20:49:06.643Z",
|
|
105
|
+
"dateModified": "2025-08-12T20:49:06.643Z",
|
|
106
106
|
"mainEntityOfPage": {
|
|
107
107
|
"@type": "WebPage",
|
|
108
108
|
"@id": "https://doc-builder-delta.vercel.app/private/supabase-auth-implementation-completed.html"
|
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
</script>
|
|
135
135
|
</head>
|
|
136
136
|
<body>
|
|
137
|
+
|
|
137
138
|
<!-- Header -->
|
|
138
139
|
<header class="header">
|
|
139
140
|
<div class="header-content">
|
|
@@ -141,7 +142,7 @@
|
|
|
141
142
|
|
|
142
143
|
<div class="header-actions">
|
|
143
144
|
<div class="deployment-info">
|
|
144
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
145
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
|
|
145
146
|
</div>
|
|
146
147
|
|
|
147
148
|
|
|
@@ -163,8 +164,9 @@
|
|
|
163
164
|
|
|
164
165
|
|
|
165
166
|
|
|
167
|
+
|
|
166
168
|
<!-- Breadcrumbs -->
|
|
167
|
-
<nav class="breadcrumbs" id="breadcrumbs">
|
|
169
|
+
<nav class="breadcrumbs " id="breadcrumbs" >
|
|
168
170
|
<!-- Breadcrumbs will be generated by JavaScript -->
|
|
169
171
|
</nav>
|
|
170
172
|
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
"name": "Knowcode Ltd",
|
|
102
102
|
"url": "https://knowcode.tech"
|
|
103
103
|
},
|
|
104
|
-
"datePublished": "2025-08-
|
|
105
|
-
"dateModified": "2025-08-
|
|
104
|
+
"datePublished": "2025-08-12T20:49:06.646Z",
|
|
105
|
+
"dateModified": "2025-08-12T20:49:06.646Z",
|
|
106
106
|
"mainEntityOfPage": {
|
|
107
107
|
"@type": "WebPage",
|
|
108
108
|
"@id": "https://doc-builder-delta.vercel.app/private/supabase-auth-implementation-plan.html"
|
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
</script>
|
|
135
135
|
</head>
|
|
136
136
|
<body>
|
|
137
|
+
|
|
137
138
|
<!-- Header -->
|
|
138
139
|
<header class="header">
|
|
139
140
|
<div class="header-content">
|
|
@@ -141,7 +142,7 @@
|
|
|
141
142
|
|
|
142
143
|
<div class="header-actions">
|
|
143
144
|
<div class="deployment-info">
|
|
144
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
145
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
|
|
145
146
|
</div>
|
|
146
147
|
|
|
147
148
|
|
|
@@ -163,8 +164,9 @@
|
|
|
163
164
|
|
|
164
165
|
|
|
165
166
|
|
|
167
|
+
|
|
166
168
|
<!-- Breadcrumbs -->
|
|
167
|
-
<nav class="breadcrumbs" id="breadcrumbs">
|
|
169
|
+
<nav class="breadcrumbs " id="breadcrumbs" >
|
|
168
170
|
<!-- Breadcrumbs will be generated by JavaScript -->
|
|
169
171
|
</nav>
|
|
170
172
|
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
"name": "Knowcode Ltd",
|
|
102
102
|
"url": "https://knowcode.tech"
|
|
103
103
|
},
|
|
104
|
-
"datePublished": "2025-08-
|
|
105
|
-
"dateModified": "2025-08-
|
|
104
|
+
"datePublished": "2025-08-12T20:49:06.648Z",
|
|
105
|
+
"dateModified": "2025-08-12T20:49:06.648Z",
|
|
106
106
|
"mainEntityOfPage": {
|
|
107
107
|
"@type": "WebPage",
|
|
108
108
|
"@id": "https://doc-builder-delta.vercel.app/private/supabase-auth-integration-plan.html"
|
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
</script>
|
|
135
135
|
</head>
|
|
136
136
|
<body>
|
|
137
|
+
|
|
137
138
|
<!-- Header -->
|
|
138
139
|
<header class="header">
|
|
139
140
|
<div class="header-content">
|
|
@@ -141,7 +142,7 @@
|
|
|
141
142
|
|
|
142
143
|
<div class="header-actions">
|
|
143
144
|
<div class="deployment-info">
|
|
144
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
145
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
|
|
145
146
|
</div>
|
|
146
147
|
|
|
147
148
|
|
|
@@ -163,8 +164,9 @@
|
|
|
163
164
|
|
|
164
165
|
|
|
165
166
|
|
|
167
|
+
|
|
166
168
|
<!-- Breadcrumbs -->
|
|
167
|
-
<nav class="breadcrumbs" id="breadcrumbs">
|
|
169
|
+
<nav class="breadcrumbs " id="breadcrumbs" >
|
|
168
170
|
<!-- Breadcrumbs will be generated by JavaScript -->
|
|
169
171
|
</nav>
|
|
170
172
|
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
"name": "Knowcode Ltd",
|
|
102
102
|
"url": "https://knowcode.tech"
|
|
103
103
|
},
|
|
104
|
-
"datePublished": "2025-08-
|
|
105
|
-
"dateModified": "2025-08-
|
|
104
|
+
"datePublished": "2025-08-12T20:49:06.651Z",
|
|
105
|
+
"dateModified": "2025-08-12T20:49:06.651Z",
|
|
106
106
|
"mainEntityOfPage": {
|
|
107
107
|
"@type": "WebPage",
|
|
108
108
|
"@id": "https://doc-builder-delta.vercel.app/private/supabase-auth-setup-guide.html"
|
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
</script>
|
|
135
135
|
</head>
|
|
136
136
|
<body>
|
|
137
|
+
|
|
137
138
|
<!-- Header -->
|
|
138
139
|
<header class="header">
|
|
139
140
|
<div class="header-content">
|
|
@@ -141,7 +142,7 @@
|
|
|
141
142
|
|
|
142
143
|
<div class="header-actions">
|
|
143
144
|
<div class="deployment-info">
|
|
144
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
145
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
|
|
145
146
|
</div>
|
|
146
147
|
|
|
147
148
|
|
|
@@ -163,8 +164,9 @@
|
|
|
163
164
|
|
|
164
165
|
|
|
165
166
|
|
|
167
|
+
|
|
166
168
|
<!-- Breadcrumbs -->
|
|
167
|
-
<nav class="breadcrumbs" id="breadcrumbs">
|
|
169
|
+
<nav class="breadcrumbs " id="breadcrumbs" >
|
|
168
170
|
<!-- Breadcrumbs will be generated by JavaScript -->
|
|
169
171
|
</nav>
|
|
170
172
|
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
"name": "Knowcode Ltd",
|
|
102
102
|
"url": "https://knowcode.tech"
|
|
103
103
|
},
|
|
104
|
-
"datePublished": "2025-08-
|
|
105
|
-
"dateModified": "2025-08-
|
|
104
|
+
"datePublished": "2025-08-12T20:49:06.652Z",
|
|
105
|
+
"dateModified": "2025-08-12T20:49:06.652Z",
|
|
106
106
|
"mainEntityOfPage": {
|
|
107
107
|
"@type": "WebPage",
|
|
108
108
|
"@id": "https://doc-builder-delta.vercel.app/private/test-private-doc.html"
|
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
</script>
|
|
135
135
|
</head>
|
|
136
136
|
<body>
|
|
137
|
+
|
|
137
138
|
<!-- Header -->
|
|
138
139
|
<header class="header">
|
|
139
140
|
<div class="header-content">
|
|
@@ -141,7 +142,7 @@
|
|
|
141
142
|
|
|
142
143
|
<div class="header-actions">
|
|
143
144
|
<div class="deployment-info">
|
|
144
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
145
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
|
|
145
146
|
</div>
|
|
146
147
|
|
|
147
148
|
|
|
@@ -163,8 +164,9 @@
|
|
|
163
164
|
|
|
164
165
|
|
|
165
166
|
|
|
167
|
+
|
|
166
168
|
<!-- Breadcrumbs -->
|
|
167
|
-
<nav class="breadcrumbs" id="breadcrumbs">
|
|
169
|
+
<nav class="breadcrumbs " id="breadcrumbs" >
|
|
168
170
|
<!-- Breadcrumbs will be generated by JavaScript -->
|
|
169
171
|
</nav>
|
|
170
172
|
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
"name": "Knowcode Ltd",
|
|
102
102
|
"url": "https://knowcode.tech"
|
|
103
103
|
},
|
|
104
|
-
"datePublished": "2025-08-
|
|
105
|
-
"dateModified": "2025-08-
|
|
104
|
+
"datePublished": "2025-08-12T20:49:06.654Z",
|
|
105
|
+
"dateModified": "2025-08-12T20:49:06.654Z",
|
|
106
106
|
"mainEntityOfPage": {
|
|
107
107
|
"@type": "WebPage",
|
|
108
108
|
"@id": "https://doc-builder-delta.vercel.app/private/user-management-tooling.html"
|
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
</script>
|
|
135
135
|
</head>
|
|
136
136
|
<body>
|
|
137
|
+
|
|
137
138
|
<!-- Header -->
|
|
138
139
|
<header class="header">
|
|
139
140
|
<div class="header-content">
|
|
@@ -141,7 +142,7 @@
|
|
|
141
142
|
|
|
142
143
|
<div class="header-actions">
|
|
143
144
|
<div class="deployment-info">
|
|
144
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
145
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
|
|
145
146
|
</div>
|
|
146
147
|
|
|
147
148
|
|
|
@@ -163,8 +164,9 @@
|
|
|
163
164
|
|
|
164
165
|
|
|
165
166
|
|
|
167
|
+
|
|
166
168
|
<!-- Breadcrumbs -->
|
|
167
|
-
<nav class="breadcrumbs" id="breadcrumbs">
|
|
169
|
+
<nav class="breadcrumbs " id="breadcrumbs" >
|
|
168
170
|
<!-- Breadcrumbs will be generated by JavaScript -->
|
|
169
171
|
</nav>
|
|
170
172
|
|
|
@@ -101,8 +101,8 @@
|
|
|
101
101
|
"name": "Knowcode Ltd",
|
|
102
102
|
"url": "https://knowcode.tech"
|
|
103
103
|
},
|
|
104
|
-
"datePublished": "2025-08-
|
|
105
|
-
"dateModified": "2025-08-
|
|
104
|
+
"datePublished": "2025-08-12T20:49:06.658Z",
|
|
105
|
+
"dateModified": "2025-08-12T20:49:06.658Z",
|
|
106
106
|
"mainEntityOfPage": {
|
|
107
107
|
"@type": "WebPage",
|
|
108
108
|
"@id": "https://doc-builder-delta.vercel.app/prompts/beautiful-documentation-design.html"
|
|
@@ -134,6 +134,7 @@
|
|
|
134
134
|
</script>
|
|
135
135
|
</head>
|
|
136
136
|
<body>
|
|
137
|
+
|
|
137
138
|
<!-- Header -->
|
|
138
139
|
<header class="header">
|
|
139
140
|
<div class="header-content">
|
|
@@ -141,7 +142,7 @@
|
|
|
141
142
|
|
|
142
143
|
<div class="header-actions">
|
|
143
144
|
<div class="deployment-info">
|
|
144
|
-
<span class="deployment-date" title="Built with doc-builder v1.9.
|
|
145
|
+
<span class="deployment-date" title="Built with doc-builder v1.9.27">Last updated: Aug 12, 2025, 08:49 PM UTC</span>
|
|
145
146
|
</div>
|
|
146
147
|
|
|
147
148
|
|
|
@@ -163,8 +164,9 @@
|
|
|
163
164
|
|
|
164
165
|
|
|
165
166
|
|
|
167
|
+
|
|
166
168
|
<!-- Breadcrumbs -->
|
|
167
|
-
<nav class="breadcrumbs" id="breadcrumbs">
|
|
169
|
+
<nav class="breadcrumbs " id="breadcrumbs" >
|
|
168
170
|
<!-- Breadcrumbs will be generated by JavaScript -->
|
|
169
171
|
</nav>
|
|
170
172
|
|