Skip to content
Open
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
4 changes: 2 additions & 2 deletions docs/Client/01-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Customer support is a critical part of any business. TrustedLogin makes it easy

Two paths, same destination:

- **Step-by-step:** Start with the [Installation guide](./02-installation) and walk through each piece (Composer, namespacing, configuration, bootstrap). Best when you want to learn the system as you go.
- **AI-assisted (or comprehensive checklist):** Paste the [AI Integration Prompt](./integration-prompt) into your AI coding assistant (Claude Code, Cursor, GitHub Copilot Chat, etc.) — it bundles every step into a single self-contained recipe with input collection, host-side conflict detection, and a verification checklist. Distilled from end-to-end testing across real plugins. Also works as the most thorough walkthrough for humans who want the deepest version of the docs.
- **Step-by-step:** Start with the [Installation guide](./02-installation.md) and walk through each piece (Composer, namespacing, configuration, bootstrap). Best when you want to learn the system as you go.
- **AI-assisted (or comprehensive checklist):** Paste the [AI Integration Prompt](./integration-prompt.md) into your AI coding assistant (Claude Code, Cursor, GitHub Copilot Chat, etc.) — it bundles every step into a single self-contained recipe with input collection, host-side conflict detection, and a verification checklist. Distilled from end-to-end testing across real plugins. Also works as the most thorough walkthrough for humans who want the deepest version of the docs.
2 changes: 1 addition & 1 deletion docs/Client/integration-prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ A self-contained, end-to-end walkthrough for integrating the TrustedLogin Client

**Or fetch only the prompt itself**, with no preamble or meta sections, at [`/Client/ai-integration-prompt.md`](pathname:///Client/ai-integration-prompt.md) — that's the pure body starting with "You are a senior WordPress plugin engineer". Useful for tools that take a prompt URL as input and don't need the human-facing wrapper.

**Without an AI assistant:** Read it top-to-bottom as a more thorough version of [Installation](./02-installation) + [Namespacing with Strauss](./namespacing/strauss) + [Configuration](./configuration) + [Merging into an existing composer.json](./namespacing/merging-into-existing-composer). The prompt was distilled from end-to-end testing across real plugins and captures gotchas the per-step docs don't dwell on.
**Without an AI assistant:** Read it top-to-bottom as a more thorough version of [Installation](./02-installation.md) + [Namespacing with Strauss](./namespacing/strauss.md) + [Configuration](./configuration.md) + [Merging into an existing composer.json](./namespacing/merging-into-existing-composer.md). The prompt was distilled from end-to-end testing across real plugins and captures gotchas the per-step docs don't dwell on.

The recipe is verified end-to-end by the [integration tests](https://github.com/trustedlogin/docs/tree/main/tests) in this docs repo — if you follow this prompt and the result differs from what the tests assert, the tests are ground truth.

Expand Down
2 changes: 1 addition & 1 deletion docs/Connector/help-scout.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Now, switch to your website where you're running the TrustedLogin Connector plug

## Grab the configuration values from the TrustedLogin plugin {#grab-the-configuration-values-from-the-trustedlogin-plugin}

If you haven't added any teams to the TrustedLogin Connector plugin yet, [do that first!](../01-intro)
If you haven't added any teams to the TrustedLogin Connector plugin yet, [do that first!](./01-intro.md)

Then, on the TrustedLogin Teams page, click on the Configure Help Desk link.

Expand Down