-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathselfdoc.json
More file actions
89 lines (89 loc) · 2.11 KB
/
Copy pathselfdoc.json
File metadata and controls
89 lines (89 loc) · 2.11 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
88
89
{
"version": "0.10.2",
"source": [
{
"path": ".",
"language": "go"
},
{
"path": "internal/archive",
"language": "go"
},
{
"path": "internal/db",
"language": "go"
},
{
"path": "internal/git",
"language": "go"
},
{
"path": "internal/meta",
"language": "go"
},
{
"path": "internal/trace",
"language": "go"
}
],
"docs": "docs/",
"output": "docs/_build/",
"base_url": "https://smmh.dev/saferm",
"description": "Command-line replacement for rm that archives every deletion with a mandatory reason and the context it ran in, so deleted files can be listed, inspected and restored",
"repo": "https://github.com/smm-h/saferm",
"search_engine": "pagefind",
"author": {
"name": "SMMH",
"url": "https://smmh.dev",
"same_as": [
"https://github.com/smm-h"
]
},
"versions": [
{
"version": "0.10.2"
}
],
"locales": [
{
"code": "en",
"label": "English",
"default": true
}
],
"directives": {
"table-exit-codes": "docs/_directives/exit_codes.py"
},
"root_files": [
"docs/_CLAUDE.md",
"docs/_README.md"
],
"gen": {
"exclude": [
"*"
]
},
"topology": {
"slug": "saferm",
"docs_base": "https://smmh.dev",
"posts_base": "https://blog.smmh.dev",
"projects": {
"pixelweaver": "https://docs.smmh.dev/pixelweaver",
"claudestream": "https://docs.smmh.dev/claudestream",
"claudewheel": "https://docs.smmh.dev/claudewheel",
"go-toml-edit": "https://docs.smmh.dev/go-toml-edit",
"howmuchleft": "https://docs.smmh.dev/howmuchleft",
"orxtra": "https://docs.smmh.dev/orxtra",
"pgdesign": "https://docs.smmh.dev/pgdesign",
"predraw": "https://docs.smmh.dev/predraw",
"rlsbl": "https://docs.smmh.dev/rlsbl",
"safegit": "https://docs.smmh.dev/safegit",
"selfdoc": "https://docs.smmh.dev/selfdoc",
"strictcli": "https://docs.smmh.dev/strictcli",
"wesktop": "https://docs.smmh.dev/wesktop"
}
},
"assembly": {
"repo": "smm-h/selfdoc-cache"
}
}