Knowledge and MarkdownOffline documentationAndroid + Windows

Links, backlinks, and nodes#

A Markdown file becomes a graph node. A saved link from one file to another becomes a directed edge.

See the [API contract](../api/customer-api.md).

This is the portable form used by OKF and standard Markdown tools.

See [[Customer API]].

DevDesk can recognize wiki-style links in supported knowledge workflows. A wiki link depends on title/path resolution and can become ambiguous when multiple notes have the same name.

See the [Customer API](/api/customer-api.md).

For OKF bundles, a leading / means “from the bundle root.” It is often more stable when a file moves inside its current directory.

If architecture.md links to api.md:

  • architecture.md has an outgoing link to api.md.
  • api.md automatically shows an incoming backlink from architecture.md.
  • You do not manually write a second reverse link unless the content truly needs one.

Create a connection manually#

  1. Open the source note.
  2. Place the cursor where the relationship is explained.
  3. Insert a normal Markdown link or wiki-style link.
  4. Save the file.
  5. Rebuild or refresh the graph if it does not update immediately.

The link text and surrounding sentence should explain the relationship:

The mobile client sends validated requests using the
[Customer API contract](../api/customer-api.md).

A graph edge is intentionally untyped; the prose gives it meaning.