Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion crates/md-docrs-worker/wrangler.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name = "md-docrs-worker"
main = "build/index.js"
compatibility_date = "2025-04-21"
account_id = "70782ad1f3d445be5602b2d4c08f6303"
routes = [
{ pattern = "md-docrs.workedonmymachine.com", custom_domain = true },
]

[[kv_namespaces]]
binding = "KRATE_KV"
id = "KRATE_KV"
id = "10f0ecf4bc0a43d0a563c32ef868eb7c"
preview_id = "6e1a1a0ab6a34aa589b8d9935d61c912"

[build]
command = "cargo install \"worker-build@^0.8\" && worker-build --release"
4 changes: 2 additions & 2 deletions skills/rust-docrs-cli/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Rust docs.rs CLI
name: rust-docrs-cli
description: Use this skill when you need to retrieve or summarize Rust crate or item documentation from docs.rs with the `md-docrs` CLI. Use it for crate-root lookups, item lookups, versioned lookups, target-specific lookups, and for forming the correct command. Do NOT use it for general Rust programming help, source-code editing, deployment, server workflows, Zig, WASM, or unrelated Cargo tasks.
---

Expand Down Expand Up @@ -62,4 +62,4 @@ If `md-docrs` is not installed, use:

## Additional reference

For more examples and lookup guidance, read `references/usage.md`.
For more examples and lookup guidance, read `references/usage.md`.
Loading