Skip to content

Commit d1c762a

Browse files
committed
doco fixes
1 parent 1e81f2b commit d1c762a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

documentation/domains/provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Every `Instance` declares a `Specification` — the *type* of thing it is (`shel
2222

2323
### Instance
2424

25-
A concrete thing of a specification — a particular `shelf` named "QDONC-0001" with a unique id. You created instances with `:build` actions (e.g. `Access.build_shelf/1`). Each instance is a node in the graph.
25+
A concrete thing of a specification — a particular `shelf` named "QDONC-0001" with a unique id. You created instances with `:build` actions (e.g. `DiffoExample.Access.build_shelf/1`). Each instance is a node in the graph.
2626

2727
### Characteristic
2828

documentation/how_to/setup_mcp.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,8 @@ a second `forward "/mcp_admin"` with its own tool list.
204204
## Adding new tools
205205

206206
When you add a new action to a resource, add it to the appropriate domain's
207-
`tools do` block as well. See [AGENTS.md](../../AGENTS.md) for the
208-
keep-in-alignment convention. The compile won't catch a missing tool entry;
209-
the action will simply be invisible to MCP clients.
207+
`tools do` block as well. The compile won't catch a missing tool entry; the
208+
action will simply be invisible to MCP clients.
210209

211210
## Authorisation
212211

mix.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ defmodule DiffoExample.MixProject do
2323
# ex_doc
2424
source_url: "https://github.com/diffo-dev/diffo_example/",
2525
homepage_url: "http://diffo.dev/diffo_example/",
26-
docs: [main: "readme", extras: ["README.md"]],
2726
elixirc_paths: elixirc_paths(Mix.env()),
2827
# agent stuff
2928
usage_rules: usage_rules(),
@@ -63,9 +62,11 @@ defmodule DiffoExample.MixProject do
6362
"README.md": [title: "Guide"],
6463
"documentation/domains/access.md": [title: "The Access Domain"],
6564
"documentation/domains/diffo_example_access.livemd": [title: "Access Livebook"],
65+
"documentation/domains/_access_api.md": [title: "Access Domain API"],
6666
"documentation/domains/provider.md": [title: "The Provider Domain"],
6767
"documentation/domains/nbn.md": [title: "The NBN Domain"],
6868
"documentation/domains/diffo_example_nbn.livemd": [title: "NBN Livebook"],
69+
"documentation/domains/_nbn_api.md": [title: "NBN Domain API"],
6970
"documentation/how_to/setup_mcp.md": [title: "Setup the MCP server"],
7071
"LICENSES/MIT.md": [title: "License"]
7172
],

0 commit comments

Comments
 (0)