@knowcode/doc-builder 1.4.20 → 1.4.23
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/.claude/settings.local.json +2 -1
- package/CHANGELOG.md +38 -0
- package/README.md +44 -0
- package/assets/css/notion-style.css +9 -12
- package/cli.js +27 -5
- package/html/README.html +4 -2
- package/html/claude-workflow-guide.html +4 -2
- package/html/css/notion-style.css +6 -6
- package/html/documentation-index.html +31 -5
- package/html/guides/authentication-guide.html +377 -0
- package/html/guides/document-standards.html +2 -1
- package/html/guides/documentation-standards.html +519 -0
- package/html/guides/troubleshooting-guide.html +448 -0
- package/html/index.html +4 -2
- package/package.json +2 -2
|
@@ -0,0 +1,377 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="UTF-8">
|
|
5
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
+
<meta name="description" content="Documentation site built with @knowcode/doc-builder">
|
|
7
|
+
<title>Authentication Guide for @knowcode/doc-builder - Documentation</title>
|
|
8
|
+
|
|
9
|
+
<!-- Fonts -->
|
|
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">
|
|
11
|
+
|
|
12
|
+
<!-- Icons -->
|
|
13
|
+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
|
|
14
|
+
|
|
15
|
+
<!-- Mermaid -->
|
|
16
|
+
<script src="https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.min.js"></script>
|
|
17
|
+
|
|
18
|
+
<!-- Styles -->
|
|
19
|
+
<link rel="stylesheet" href="/css/notion-style.css">
|
|
20
|
+
|
|
21
|
+
<!-- Favicon -->
|
|
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>">
|
|
23
|
+
</head>
|
|
24
|
+
<body>
|
|
25
|
+
<!-- Header -->
|
|
26
|
+
<header class="header">
|
|
27
|
+
<div class="header-content">
|
|
28
|
+
<a href="/index.html" class="logo">Documentation</a>
|
|
29
|
+
|
|
30
|
+
<div class="header-actions">
|
|
31
|
+
<div class="deployment-info">
|
|
32
|
+
<span class="deployment-date" title="Built with doc-builder v1.4.21">Last updated: Jul 21, 2025, 07:39 PM UTC</span>
|
|
33
|
+
</div>
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
<button id="theme-toggle" class="theme-toggle" aria-label="Toggle theme">
|
|
38
|
+
<i class="fas fa-moon"></i>
|
|
39
|
+
</button>
|
|
40
|
+
|
|
41
|
+
<button id="menu-toggle" class="menu-toggle" aria-label="Toggle menu">
|
|
42
|
+
<i class="fas fa-bars"></i>
|
|
43
|
+
</button>
|
|
44
|
+
</div>
|
|
45
|
+
</div>
|
|
46
|
+
</header>
|
|
47
|
+
|
|
48
|
+
<!-- Preview Banner -->
|
|
49
|
+
<div id="preview-banner" class="preview-banner">
|
|
50
|
+
<div class="banner-content">
|
|
51
|
+
<i class="fas fa-exclamation-triangle banner-icon"></i>
|
|
52
|
+
<span class="banner-text">This documentation is a preview version - some content may be incomplete</span>
|
|
53
|
+
<button id="dismiss-banner" class="banner-dismiss" aria-label="Dismiss banner">
|
|
54
|
+
<i class="fas fa-times"></i>
|
|
55
|
+
</button>
|
|
56
|
+
</div>
|
|
57
|
+
</div>
|
|
58
|
+
|
|
59
|
+
<!-- Breadcrumbs -->
|
|
60
|
+
<nav class="breadcrumbs" id="breadcrumbs">
|
|
61
|
+
<!-- Breadcrumbs will be generated by JavaScript -->
|
|
62
|
+
</nav>
|
|
63
|
+
|
|
64
|
+
<!-- Main Content -->
|
|
65
|
+
<div class="main-wrapper">
|
|
66
|
+
<!-- Sidebar -->
|
|
67
|
+
<aside class="sidebar">
|
|
68
|
+
<div class="sidebar-header">
|
|
69
|
+
<div class="filter-box">
|
|
70
|
+
<input type="text" placeholder="Filter items..." class="filter-input" id="nav-filter">
|
|
71
|
+
<i class="fas fa-search filter-icon"></i>
|
|
72
|
+
</div>
|
|
73
|
+
</div>
|
|
74
|
+
<nav class="navigation">
|
|
75
|
+
|
|
76
|
+
<div class="nav-section" data-level="0">
|
|
77
|
+
<a class="nav-title" href="/README.html" >
|
|
78
|
+
<i class="fas fa-home"></i> Documentation
|
|
79
|
+
</a>
|
|
80
|
+
<div class="nav-content" >
|
|
81
|
+
<a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="fas fa-file-alt"></i> Overview</a>
|
|
82
|
+
<a href="/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>
|
|
83
|
+
<a href="/documentation-index.html" class="nav-item" data-tooltip="This directory contains additional documentation for the @knowcode/doc-builder project, organized by topic and purpose."><i class="fas fa-file-alt"></i> Documentation Index</a></div></div>
|
|
84
|
+
<div class="nav-section" data-level="1">
|
|
85
|
+
<a class="nav-title collapsible expanded" href="#" data-target="nav-guides-1" >
|
|
86
|
+
<i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Guides
|
|
87
|
+
</a>
|
|
88
|
+
<div class="nav-content" id="nav-guides-1">
|
|
89
|
+
<a href="/guides/authentication-guide.html" class="nav-item active" data-tooltip="This guide explains how to configure and use the built-in authentication feature in @knowcode/doc-builder to protect your documentation with basic..."><i class="fas fa-file-alt"></i> Authentication Guide</a>
|
|
90
|
+
<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>
|
|
91
|
+
<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></div></div>
|
|
92
|
+
</nav>
|
|
93
|
+
<div class="resize-handle"></div>
|
|
94
|
+
</aside>
|
|
95
|
+
|
|
96
|
+
<!-- Content Area -->
|
|
97
|
+
<main class="content">
|
|
98
|
+
<div class="content-inner">
|
|
99
|
+
<h1>Authentication Guide for @knowcode/doc-builder</h1>
|
|
100
|
+
<p><strong>Generated</strong>: 2025-07-21 18:30 UTC<br><strong>Status</strong>: Complete<br><strong>Verified</strong>: ✅</p>
|
|
101
|
+
<h2>Overview</h2>
|
|
102
|
+
<p>This guide explains how to configure and use the built-in authentication feature in @knowcode/doc-builder to protect your documentation with basic username/password access control.</p>
|
|
103
|
+
<h2>What is Authentication?</h2>
|
|
104
|
+
<p>The authentication feature in doc-builder provides a simple way to protect your documentation from unauthorized access. When enabled, users must log in with a username and password before viewing any documentation pages.</p>
|
|
105
|
+
<h3>Features</h3>
|
|
106
|
+
<ul>
|
|
107
|
+
<li>✅ <strong>Client-side authentication</strong> - Works with static site hosting</li>
|
|
108
|
+
<li>✅ <strong>Cookie-based sessions</strong> - Users stay logged in across pages</li>
|
|
109
|
+
<li>✅ <strong>Redirect handling</strong> - Returns users to requested page after login</li>
|
|
110
|
+
<li>✅ <strong>Logout functionality</strong> - Clear session and return to login</li>
|
|
111
|
+
<li>✅ <strong>Customizable credentials</strong> - Set your own username/password</li>
|
|
112
|
+
</ul>
|
|
113
|
+
<h3>Limitations</h3>
|
|
114
|
+
<ul>
|
|
115
|
+
<li>⚠️ <strong>Basic security</strong> - Suitable for casual protection only</li>
|
|
116
|
+
<li>⚠️ <strong>Client-side validation</strong> - Not suitable for highly sensitive data</li>
|
|
117
|
+
<li>⚠️ <strong>Single user</strong> - No multi-user or role-based access</li>
|
|
118
|
+
<li>⚠️ <strong>Credentials in JavaScript</strong> - Visible in browser developer tools</li>
|
|
119
|
+
</ul>
|
|
120
|
+
<h2>How Authentication Works</h2>
|
|
121
|
+
<div class="mermaid-wrapper">
|
|
122
|
+
<div class="mermaid-title">Diagram</div>
|
|
123
|
+
<div class="mermaid">graph TD
|
|
124
|
+
A[User visits page] --> B{Authenticated?}
|
|
125
|
+
B -->|No| C[Redirect to login]
|
|
126
|
+
B -->|Yes| D[Show content]
|
|
127
|
+
C --> E[Enter credentials]
|
|
128
|
+
E --> F{Valid?}
|
|
129
|
+
F -->|No| G[Show error]
|
|
130
|
+
F -->|Yes| H[Set cookie]
|
|
131
|
+
H --> I[Redirect to original page]
|
|
132
|
+
G --> E
|
|
133
|
+
|
|
134
|
+
style A fill:#e1f5fe
|
|
135
|
+
style D fill:#c8e6c9
|
|
136
|
+
style G fill:#ffcdd2</div>
|
|
137
|
+
</div>
|
|
138
|
+
<h3>Technical Flow</h3>
|
|
139
|
+
<ol>
|
|
140
|
+
<li><strong>Page Load</strong>: Every page includes <code>auth.js</code> which checks for authentication</li>
|
|
141
|
+
<li><strong>Cookie Check</strong>: Looks for <code>doc-auth</code> cookie with valid token</li>
|
|
142
|
+
<li><strong>Redirect</strong>: Unauthenticated users sent to <code>/login.html</code></li>
|
|
143
|
+
<li><strong>Login</strong>: Credentials validated client-side against config values</li>
|
|
144
|
+
<li><strong>Session</strong>: Base64-encoded token stored in cookie</li>
|
|
145
|
+
<li><strong>Access</strong>: Authenticated users can view all pages</li>
|
|
146
|
+
</ol>
|
|
147
|
+
<h2>Configuration</h2>
|
|
148
|
+
<h3>Enable Authentication</h3>
|
|
149
|
+
<p>Authentication can be enabled in three ways:</p>
|
|
150
|
+
<h4>1. Configuration File</h4>
|
|
151
|
+
<p>Create <code>doc-builder.config.js</code> in your project root:</p>
|
|
152
|
+
<pre><code class="language-javascript">module.exports = {
|
|
153
|
+
siteName: 'Private Documentation',
|
|
154
|
+
siteDescription: 'Internal documentation portal',
|
|
155
|
+
|
|
156
|
+
features: {
|
|
157
|
+
authentication: true
|
|
158
|
+
},
|
|
159
|
+
|
|
160
|
+
auth: {
|
|
161
|
+
username: 'myusername',
|
|
162
|
+
password: 'mysecurepassword'
|
|
163
|
+
}
|
|
164
|
+
};
|
|
165
|
+
</code></pre>
|
|
166
|
+
<h4>2. Using Presets</h4>
|
|
167
|
+
<p>Use the notion-inspired preset which has authentication enabled by default:</p>
|
|
168
|
+
<pre><code class="language-bash">npx @knowcode/doc-builder build --preset notion-inspired
|
|
169
|
+
</code></pre>
|
|
170
|
+
<p>Default credentials for preset:</p>
|
|
171
|
+
<ul>
|
|
172
|
+
<li>Username: <code>admin</code></li>
|
|
173
|
+
<li>Password: <code>docs2025</code></li>
|
|
174
|
+
</ul>
|
|
175
|
+
<h4>3. Command Line</h4>
|
|
176
|
+
<p>Disable authentication for a specific build:</p>
|
|
177
|
+
<pre><code class="language-bash">npx @knowcode/doc-builder build --no-auth
|
|
178
|
+
</code></pre>
|
|
179
|
+
<h3>Configuration Options</h3>
|
|
180
|
+
<table>
|
|
181
|
+
<thead>
|
|
182
|
+
<tr>
|
|
183
|
+
<th>Option</th>
|
|
184
|
+
<th>Type</th>
|
|
185
|
+
<th>Default</th>
|
|
186
|
+
<th>Description</th>
|
|
187
|
+
</tr>
|
|
188
|
+
</thead>
|
|
189
|
+
<tbody><tr>
|
|
190
|
+
<td><code>features.authentication</code></td>
|
|
191
|
+
<td>boolean</td>
|
|
192
|
+
<td><code>false</code></td>
|
|
193
|
+
<td>Enable/disable authentication</td>
|
|
194
|
+
</tr>
|
|
195
|
+
<tr>
|
|
196
|
+
<td><code>auth.username</code></td>
|
|
197
|
+
<td>string</td>
|
|
198
|
+
<td><code>'admin'</code></td>
|
|
199
|
+
<td>Login username</td>
|
|
200
|
+
</tr>
|
|
201
|
+
<tr>
|
|
202
|
+
<td><code>auth.password</code></td>
|
|
203
|
+
<td>string</td>
|
|
204
|
+
<td><code>'password'</code></td>
|
|
205
|
+
<td>Login password</td>
|
|
206
|
+
</tr>
|
|
207
|
+
</tbody></table>
|
|
208
|
+
<h2>Usage</h2>
|
|
209
|
+
<h3>For Site Administrators</h3>
|
|
210
|
+
<ol>
|
|
211
|
+
<li><strong>Set Credentials</strong>: Configure username/password in <code>doc-builder.config.js</code></li>
|
|
212
|
+
<li><strong>Build Site</strong>: Run <code>npx @knowcode/doc-builder build</code></li>
|
|
213
|
+
<li><strong>Deploy</strong>: Upload to your hosting provider</li>
|
|
214
|
+
<li><strong>Share Credentials</strong>: Provide login details to authorized users</li>
|
|
215
|
+
</ol>
|
|
216
|
+
<h3>For End Users</h3>
|
|
217
|
+
<ol>
|
|
218
|
+
<li><strong>Visit Site</strong>: Navigate to any documentation page</li>
|
|
219
|
+
<li><strong>Login</strong>: Enter username and password on login page</li>
|
|
220
|
+
<li><strong>Browse</strong>: Access all documentation pages</li>
|
|
221
|
+
<li><strong>Logout</strong>: Click logout link in header (when available)</li>
|
|
222
|
+
</ol>
|
|
223
|
+
<h2>Security Considerations</h2>
|
|
224
|
+
<h3>⚠️ Important Warnings</h3>
|
|
225
|
+
<ol>
|
|
226
|
+
<li><strong>Client-Side Only</strong>: Authentication happens in the browser, making it unsuitable for truly sensitive data</li>
|
|
227
|
+
<li><strong>Visible Credentials</strong>: Username/password are embedded in JavaScript and visible to anyone who views page source</li>
|
|
228
|
+
<li><strong>No Server Validation</strong>: Any user who knows the credentials can access the site</li>
|
|
229
|
+
<li><strong>Static Files</strong>: All documentation files are still publicly accessible if URLs are known</li>
|
|
230
|
+
</ol>
|
|
231
|
+
<h3>When to Use</h3>
|
|
232
|
+
<p>✅ <strong>Good for:</strong></p>
|
|
233
|
+
<ul>
|
|
234
|
+
<li>Internal team documentation</li>
|
|
235
|
+
<li>Preview deployments</li>
|
|
236
|
+
<li>Casual access control</li>
|
|
237
|
+
<li>Preventing search engine indexing</li>
|
|
238
|
+
<li>Client presentations</li>
|
|
239
|
+
</ul>
|
|
240
|
+
<p>❌ <strong>Not suitable for:</strong></p>
|
|
241
|
+
<ul>
|
|
242
|
+
<li>Highly confidential information</li>
|
|
243
|
+
<li>Personal data (GDPR/privacy)</li>
|
|
244
|
+
<li>Financial or legal documents</li>
|
|
245
|
+
<li>Source code or API keys</li>
|
|
246
|
+
<li>Medical records</li>
|
|
247
|
+
</ul>
|
|
248
|
+
<h3>Security Best Practices</h3>
|
|
249
|
+
<ol>
|
|
250
|
+
<li><strong>Use HTTPS</strong>: Always deploy to HTTPS-enabled hosting</li>
|
|
251
|
+
<li><strong>Strong Passwords</strong>: Use complex, unique passwords</li>
|
|
252
|
+
<li><strong>Regular Updates</strong>: Change credentials periodically</li>
|
|
253
|
+
<li><strong>Monitor Access</strong>: Check hosting logs for unusual activity</li>
|
|
254
|
+
<li><strong>Consider Alternatives</strong>: For sensitive data, use server-side authentication</li>
|
|
255
|
+
</ol>
|
|
256
|
+
<h2>Implementation Details</h2>
|
|
257
|
+
<h3>Generated Files</h3>
|
|
258
|
+
<p>When authentication is enabled, doc-builder creates:</p>
|
|
259
|
+
<ol>
|
|
260
|
+
<li><strong>login.html</strong> - Login page with form</li>
|
|
261
|
+
<li><strong>logout.html</strong> - Logout confirmation page </li>
|
|
262
|
+
<li><strong>auth.js</strong> - Authentication check script (included on all pages)</li>
|
|
263
|
+
</ol>
|
|
264
|
+
<h3>Cookie Format</h3>
|
|
265
|
+
<p>The authentication cookie:</p>
|
|
266
|
+
<ul>
|
|
267
|
+
<li>Name: <code>doc-auth</code></li>
|
|
268
|
+
<li>Value: Base64-encoded <code>username:password</code></li>
|
|
269
|
+
<li>Path: <code>/</code> (entire site)</li>
|
|
270
|
+
<li>Expiry: Session (until browser closed)</li>
|
|
271
|
+
</ul>
|
|
272
|
+
<h3>Customization</h3>
|
|
273
|
+
<p>The login/logout pages use the same CSS as your documentation, inheriting your site's theme and styling.</p>
|
|
274
|
+
<h2>Troubleshooting</h2>
|
|
275
|
+
<h3>Common Issues</h3>
|
|
276
|
+
<p><strong>Users get logged out frequently</strong></p>
|
|
277
|
+
<ul>
|
|
278
|
+
<li>Session cookies expire when browser closes</li>
|
|
279
|
+
<li>Consider implementing "remember me" functionality</li>
|
|
280
|
+
</ul>
|
|
281
|
+
<p><strong>Login page shows but credentials don't work</strong></p>
|
|
282
|
+
<ul>
|
|
283
|
+
<li>Verify credentials in config match exactly (case-sensitive)</li>
|
|
284
|
+
<li>Check browser console for JavaScript errors</li>
|
|
285
|
+
<li>Ensure cookies are enabled</li>
|
|
286
|
+
</ul>
|
|
287
|
+
<p><strong>Some pages accessible without login</strong></p>
|
|
288
|
+
<ul>
|
|
289
|
+
<li>Verify all HTML pages include auth.js</li>
|
|
290
|
+
<li>Check for direct file access (PDFs, images)</li>
|
|
291
|
+
<li>Ensure no pages exclude authentication script</li>
|
|
292
|
+
</ul>
|
|
293
|
+
<p><strong>Login redirects to wrong page</strong></p>
|
|
294
|
+
<ul>
|
|
295
|
+
<li>Check redirect parameter handling</li>
|
|
296
|
+
<li>Verify relative vs absolute URLs</li>
|
|
297
|
+
</ul>
|
|
298
|
+
<h3>Debug Mode</h3>
|
|
299
|
+
<p>Check browser developer console for:</p>
|
|
300
|
+
<ul>
|
|
301
|
+
<li>Cookie values</li>
|
|
302
|
+
<li>Redirect URLs </li>
|
|
303
|
+
<li>JavaScript errors</li>
|
|
304
|
+
<li>Network requests</li>
|
|
305
|
+
</ul>
|
|
306
|
+
<h2>Alternatives</h2>
|
|
307
|
+
<p>For more robust authentication, consider:</p>
|
|
308
|
+
<ol>
|
|
309
|
+
<li><strong>Vercel Authentication</strong> - Built-in password protection</li>
|
|
310
|
+
<li><strong>Netlify Identity</strong> - User management service</li>
|
|
311
|
+
<li><strong>Auth0</strong> - Full authentication platform</li>
|
|
312
|
+
<li><strong>Cloudflare Access</strong> - Zero-trust security</li>
|
|
313
|
+
<li><strong>Basic Auth</strong> - Server-level protection</li>
|
|
314
|
+
</ol>
|
|
315
|
+
<h2>Example Implementation</h2>
|
|
316
|
+
<h3>Simple Protected Docs</h3>
|
|
317
|
+
<pre><code class="language-javascript">// doc-builder.config.js
|
|
318
|
+
module.exports = {
|
|
319
|
+
siteName: 'Team Handbook',
|
|
320
|
+
features: {
|
|
321
|
+
authentication: true
|
|
322
|
+
},
|
|
323
|
+
auth: {
|
|
324
|
+
username: 'team',
|
|
325
|
+
password: 'handbook2025'
|
|
326
|
+
}
|
|
327
|
+
};
|
|
328
|
+
</code></pre>
|
|
329
|
+
<h3>Build and Deploy</h3>
|
|
330
|
+
<pre><code class="language-bash"># Build with authentication
|
|
331
|
+
npx @knowcode/doc-builder build
|
|
332
|
+
|
|
333
|
+
# Deploy to Vercel
|
|
334
|
+
npx @knowcode/doc-builder deploy
|
|
335
|
+
</code></pre>
|
|
336
|
+
<h3>User Instructions</h3>
|
|
337
|
+
<p>Email to team:</p>
|
|
338
|
+
<pre><code>Our documentation is now available at:
|
|
339
|
+
https://docs.example.com
|
|
340
|
+
|
|
341
|
+
Login credentials:
|
|
342
|
+
Username: team
|
|
343
|
+
Password: handbook2025
|
|
344
|
+
|
|
345
|
+
Please bookmark the site after logging in.
|
|
346
|
+
</code></pre>
|
|
347
|
+
<h2>Conclusion</h2>
|
|
348
|
+
<p>The authentication feature in @knowcode/doc-builder provides a simple way to add basic access control to your documentation. While not suitable for highly sensitive information, it's perfect for internal docs, client previews, and casual protection needs.</p>
|
|
349
|
+
<p>Remember: For production use with sensitive data, always implement proper server-side authentication with your hosting provider.</p>
|
|
350
|
+
<hr>
|
|
351
|
+
<h2>Document History</h2>
|
|
352
|
+
<table>
|
|
353
|
+
<thead>
|
|
354
|
+
<tr>
|
|
355
|
+
<th>Date</th>
|
|
356
|
+
<th>Version</th>
|
|
357
|
+
<th>Author</th>
|
|
358
|
+
<th>Changes</th>
|
|
359
|
+
</tr>
|
|
360
|
+
</thead>
|
|
361
|
+
<tbody><tr>
|
|
362
|
+
<td>2025-07-21</td>
|
|
363
|
+
<td>1.0</td>
|
|
364
|
+
<td>System</td>
|
|
365
|
+
<td>Initial authentication guide</td>
|
|
366
|
+
</tr>
|
|
367
|
+
</tbody></table>
|
|
368
|
+
|
|
369
|
+
</div>
|
|
370
|
+
</main>
|
|
371
|
+
</div>
|
|
372
|
+
|
|
373
|
+
<!-- Scripts -->
|
|
374
|
+
<script src="/js/main.js"></script>
|
|
375
|
+
|
|
376
|
+
</body>
|
|
377
|
+
</html>
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
|
|
30
30
|
<div class="header-actions">
|
|
31
31
|
<div class="deployment-info">
|
|
32
|
-
<span class="deployment-date" title="Built with doc-builder v1.4.
|
|
32
|
+
<span class="deployment-date" title="Built with doc-builder v1.4.21">Last updated: Jul 21, 2025, 06:45 PM UTC</span>
|
|
33
33
|
</div>
|
|
34
34
|
|
|
35
35
|
|
|
@@ -86,6 +86,7 @@
|
|
|
86
86
|
<i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Guides
|
|
87
87
|
</a>
|
|
88
88
|
<div class="nav-content" id="nav-guides-1">
|
|
89
|
+
<a href="/guides/authentication-guide.html" class="nav-item" data-tooltip="This guide explains how to configure and use the built-in authentication feature in @knowcode/doc-builder to protect your documentation with basic..."><i class="fas fa-file-alt"></i> Authentication Guide</a>
|
|
89
90
|
<a href="/guides/DOCUMENT-STANDARDS.html" class="nav-item active" data-tooltip="This document defines the documentation standards and conventions for the @knowcode/doc-builder project."><i class="fas fa-file-alt"></i> DOCUMENT STANDARDS</a></div></div>
|
|
90
91
|
</nav>
|
|
91
92
|
<div class="resize-handle"></div>
|