Skip to content

Commit 1952948

Browse files
authored
Update custom permissions docs (#67)
1 parent f0ef397 commit 1952948

14 files changed

+703
-318
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- [ ] New pages include a frontmatter section with title and description at a minimum
1717
- [ ] Sidebar navigation (`sidebars.ts`) updated for added, deleted, reordered, or renamed files
1818
- [ ] Redirects added to `vercel.json` for moved, renamed, or deleted pages (i.e., if the URL slug changed)
19-
- Rationale: 404's are the enemy! You can test these in the Vercel preview build (push your branch or run `vercel`)
19+
<!-- Rationale: 404's are the enemy! You can test these in the Vercel preview build (push your branch or run `vercel`) -->
2020

2121
#### Reviews
2222

docs/toolhive/guides-cli/api-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ By default, the API server listens on `localhost` (127.0.0.1) port `8080`.
4545
You can specify a different port using the `--port` option:
4646

4747
```bash
48-
thv serve --port <port-number>
48+
thv serve --port <PORT_NUMBER>
4949
```
5050

5151
If you're running the API server on a remote host, specify the hostname or IP
5252
address to bind to using the `--host` option:
5353

5454
```bash
55-
thv serve --host <host-name>
55+
thv serve --host <HOSTNAME_OR_IP>
5656
```
5757

5858
## UNIX socket support

0 commit comments

Comments
 (0)