@knowcode/doc-builder 1.4.25 → 1.5.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.
@@ -3,8 +3,30 @@
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="Documentation site built with @knowcode/doc-builder">
7
- <title>Document Standards for @knowcode/doc-builder - Documentation</title>
6
+ <meta name="description" content="Document Standards for @knowcode/doc-builder.">
7
+ <title>Document Standards for @knowcode/doc-builder - Doc Builder</title>
8
+
9
+ <meta name="author" content="Lindsay Smith">
10
+ <meta name="keywords" content="documentation, markdown, static site generator, vercel, notion-style, document, use, include, changes">
11
+ <meta name="robots" content="index, follow">
12
+ <link rel="canonical" href="https://doc-builder-delta.vercel.app/guides/documentation-standards.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/guides/documentation-standards.html">
17
+ <meta property="og:title" content="Document Standards for @knowcode/doc-builder - Doc Builder">
18
+ <meta property="og:description" content="Document Standards for @knowcode/doc-builder.">
19
+ <meta property="og:image" content="https://doc-builder-delta.vercel.app/og-default.png">
20
+ <meta property="og:site_name" content="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="Document Standards for @knowcode/doc-builder - Doc Builder">
28
+ <meta name="twitter:description" content="Document Standards for @knowcode/doc-builder.">
29
+ <meta name="twitter:image" content="https://doc-builder-delta.vercel.app/og-default.png">
8
30
 
9
31
  <!-- Fonts -->
10
32
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
@@ -20,16 +42,63 @@
20
42
 
21
43
  <!-- Favicon -->
22
44
  <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>">
45
+
46
+ <script type="application/ld+json">
47
+ {
48
+ "@context": "https://schema.org",
49
+ "@type": "TechArticle",
50
+ "headline": "Document Standards for @knowcode/doc-builder",
51
+ "description": "Document Standards for @knowcode/doc-builder.",
52
+ "author": {
53
+ "@type": "Person",
54
+ "name": "Lindsay Smith"
55
+ },
56
+ "publisher": {
57
+ "@type": "Organization",
58
+ "name": "Knowcode Ltd",
59
+ "url": "https://knowcode.tech"
60
+ },
61
+ "datePublished": "2025-07-21T20:39:06.486Z",
62
+ "dateModified": "2025-07-21T20:39:06.486Z",
63
+ "mainEntityOfPage": {
64
+ "@type": "WebPage",
65
+ "@id": "https://doc-builder-delta.vercel.app/guides/documentation-standards.html"
66
+ },
67
+ "breadcrumb": {
68
+ "@type": "BreadcrumbList",
69
+ "itemListElement": [
70
+ {
71
+ "@type": "ListItem",
72
+ "position": 1,
73
+ "name": "Doc Builder",
74
+ "item": "https://doc-builder-delta.vercel.app"
75
+ },
76
+ {
77
+ "@type": "ListItem",
78
+ "position": 2,
79
+ "name": "Guides",
80
+ "item": "https://doc-builder-delta.vercel.app/guides/"
81
+ },
82
+ {
83
+ "@type": "ListItem",
84
+ "position": 3,
85
+ "name": "Documentation Standards",
86
+ "item": "https://doc-builder-delta.vercel.app/guides/documentation-standards.html"
87
+ }
88
+ ]
89
+ }
90
+ }
91
+ </script>
23
92
  </head>
24
93
  <body>
25
94
  <!-- Header -->
26
95
  <header class="header">
27
96
  <div class="header-content">
28
- <a href="/index.html" class="logo">Documentation</a>
97
+ <a href="/index.html" class="logo">Doc Builder</a>
29
98
 
30
99
  <div class="header-actions">
31
100
  <div class="deployment-info">
32
- <span class="deployment-date" title="Built with doc-builder v1.4.24">Last updated: Jul 21, 2025, 07:50 PM UTC</span>
101
+ <span class="deployment-date" title="Built with doc-builder v1.5.0">Last updated: Jul 21, 2025, 08:39 PM UTC</span>
33
102
  </div>
34
103
 
35
104
 
@@ -80,7 +149,9 @@
80
149
  <div class="nav-content" >
81
150
  <a href="/README.html" class="nav-item" data-tooltip="@knowcode/doc-builder."><i class="fas fa-file-alt"></i> Overview</a>
82
151
  <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>
152
+ <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>
153
+ <a href="/vercel-cli-setup-guide.html" class="nav-item" data-tooltip="This guide provides comprehensive instructions for installing and configuring the Vercel CLI across different operating systems and environments."><i class="fas fa-file-alt"></i> Vercel Cli Setup Guide</a>
154
+ <a href="/vercel-first-time-setup-guide.html" class="nav-item" data-tooltip="This guide provides a detailed explanation of every prompt you&#039;ll encounter during the first-time Vercel setup process when using."><i class="fas fa-file-alt"></i> Vercel First Time Setup Guide</a></div></div>
84
155
  <div class="nav-section" data-level="1">
85
156
  <a class="nav-title collapsible expanded" href="#" data-target="nav-guides-1" >
86
157
  <i class="fas fa-chevron-right collapse-icon"></i><i class="fas fa-folder"></i> Guides
@@ -88,6 +159,7 @@
88
159
  <div class="nav-content" id="nav-guides-1">
89
160
  <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>
90
161
  <a href="/guides/documentation-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> Documentation Standards</a>
162
+ <a href="/guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="fas fa-file-alt"></i> Seo Guide</a>
91
163
  <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
164
  </nav>
93
165
  <div class="resize-handle"></div>