Skip to content

Commit f48ba8f

Browse files
dahliaclaude
andcommitted
Add advanced Context helpers guide
The manual had no single place where readers could find all the advanced Context methods. parseUri(), routeActivity(), getSignedKey()/getSignedKeyOwner(), getDocumentLoader(), getActorKeyPairs(), lookupObject()/lookupWebFinger()/lookupNodeInfo(), traverseCollection(), and RequestContext.request/url were scattered across the inbox, access-control, webfinger, and nodeinfo pages. This commit adds docs/manual/context-advanced.md, a dedicated guide that gathers every advanced helper in one place with usage examples, a quick-reference table, and links back to the protocol-specific pages for deeper coverage. The existing Context page now carries a pointer to the new guide. Closes #670 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent db2766d commit f48ba8f

File tree

5 files changed

+1065
-10
lines changed

5 files changed

+1065
-10
lines changed

.zed/settings.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,23 @@
3131
"..."
3232
]
3333
},
34+
"Markdown": {
35+
"formatter": {
36+
"external": {
37+
"command": "hongdown",
38+
"arguments": [
39+
"-"
40+
]
41+
}
42+
},
43+
"language_servers": [
44+
"!deno",
45+
"!typescript-language-server",
46+
"!vtsls",
47+
"!biome",
48+
"..."
49+
]
50+
},
3451
"TypeScript": {
3552
"code_actions_on_format": {
3653
"source.sortImports": true

0 commit comments

Comments
 (0)