-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathselfdoc.json
More file actions
87 lines (87 loc) · 2.63 KB
/
Copy pathselfdoc.json
File metadata and controls
87 lines (87 loc) · 2.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"version": "0.44.0",
"source": [
{
"path": ".",
"language": "go"
}
],
"docs": ".stricttools/docs/",
"output": ".stricttools/docs-cache/build/",
"changelog": "CHANGELOG.md",
"base_url": "https://smmh.dev/selfdoc",
"author": {
"name": "SMMH",
"url": "https://smmh.dev",
"same_as": [
"https://github.com/smm-h"
]
},
"versions": [
{
"version": "0.44.0"
}
],
"locales": [
{
"code": "en",
"label": "English",
"default": true
}
],
"description": "Static Site Generator that builds a project's documentation site directly from its source code, so the docs can never drift from the code they describe, with SEO/AEO, first-class blog, search, and cross-project linking built in",
"search_engine": "pagefind",
"gen": {
"exclude": [
"internal/e2e",
"internal/testproject",
"internal/blog/assembly/fakegh",
"internal/blog/assembly/fakeghcmd",
"internal/cli/faketool",
"internal/cli/faketoolcmd"
]
},
"root_files": [
".stricttools/docs/_CLAUDE.md",
".stricttools/docs/_README.md"
],
"branding": {
"tagline": "Your code is the documentation.",
"cta_text": "Get Started",
"cta_link": "getting-started/",
"features": [
{
"title": "Code-Aware Directives",
"description": "Embed live API references, schemas, tests, and CLI help directly from source code. Content stays in sync automatically."
},
{
"title": "Multi-Language Support",
"description": "Extractors for Go, Python, TypeScript, Svelte, Zig, Dart, Kotlin, Swift and SQL feed the same directive vocabulary, so one template works across a polyglot repository."
},
{
"title": "One Static Binary",
"description": "Written in Go and distributed as a single executable. No runtime, no virtualenv, no JavaScript toolchain -- `go install` it, or download the archive for your platform from the GitHub Release, and run it."
},
{
"title": "SEO & AI Optimized",
"description": "Structured data, meta tags, sitemaps, llms.txt, Atom feeds, and 50+ SEO best practices built into every generated page."
},
{
"title": "Themeable & Accessible",
"description": "Every built-in theme ships dark mode, WCAG AA contrast, print stylesheets, and full keyboard navigation."
}
]
},
"topology": {
"slug": "selfdoc",
"docs_base": "https://smmh.dev",
"posts_base": "https://smmh.dev/blog"
},
"posts": {
"repo": "smm-h/posts"
},
"assembly": {
"repo": "smm-h/selfdoc-cache",
"pages_project": "smmh"
}
}