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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Originally forked from [agentic-labs/lsproxy](https://github.com/agentic-labs/lsproxy).

[Reference Documentation](https://docs.nuanced.dev/lsp/overview)
[Reference Documentation](docs/overview.md)

</div>

Expand Down
8 changes: 4 additions & 4 deletions clients/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ We aim to support the Ruby versioned released in the last year.

Below is a high-level overview of available API (arguments/options omitted here for brevity).

**Lifecycle [(reference docs)](https://docs.nuanced.dev/lsp/api-reference/container-lifecycle):**
**Lifecycle [(reference docs)](../../docs/api-reference/container-lifecycle.md):**

- `up` – Start the Nuanced LSP Docker container
- `down` – Stop the container
Expand All @@ -139,16 +139,16 @@ Below is a high-level overview of available API (arguments/options omitted here
- `run` – Run a script inside the container
- `status` – Show Docker lifecycle status

**System [(reference docs)](https://docs.nuanced.dev/lsp/api-reference/system):**
**System [(reference docs)](../../docs/api-reference/system.md):**

- `health` – Check server health and language readiness flags

**Workspace [(reference docs)](https://docs.nuanced.dev/lsp/api-reference/workspace):**
**Workspace [(reference docs)](../../docs/api-reference/workspace.md):**

- `list-files` – List files detected in the workspace
- `read-source` – Read file contents (optionally a range)

**Symbols [(reference docs)](https://docs.nuanced.dev/lsp/api-reference/symbols):**
**Symbols [(reference docs)](../../docs/api-reference/symbols.md):**

- `definitions-in-file` – List symbol definitions in a file
- `find-definition` – Find the definition at a given position
Expand Down
Loading
Loading