Commit 2ea7ccb
committed
📖 [Docs]: Backtick literal API paths in Invoke-ConfluenceRestMethod help
The Build-Docs job's NATURAL_LANGUAGE (textlint terminology) linter flagged the lowercase 'api' path segment in '/wiki/rest/api,' in the generated docs (outputs/docs/API/Invoke-ConfluenceRestMethod.md:111), suggesting 'API'. That segment is a literal Confluence REST v1 path and must stay lowercase. Wrapping the /wiki/... paths in the -ApiEndpoint and -ApiVersion parameter help in backticks renders them as inline code, which textlint skips - matching how the already-passing backticked URLs in other command help are handled.1 parent f9542c2 commit 2ea7ccb
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
0 commit comments