Skip to content

Commit d083e05

Browse files
Burgynclaude
andcommitted
Fix DocFX documentation build errors and warnings
Fix invalid YAML indentation in docs/toc.yml, add missing list marker for HTTP Requests Logging entry, correct relative link to directives.md in tp-file.md, and fix image filename casing in extension.md for case-sensitive CI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b1bb727 commit d083e05

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/docs/test-case/tp-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ If no `--- TESTCASE` marker is present, the file is treated as a single test cas
110110
- Markers are **case-insensitive** (`--- testcase`, `--- http`, etc.).
111111
- Use `--- END` to terminate each test case when defining multiple test cases.
112112
- HTTP content follows the same conventions as [Request File](request-file.md) (named requests, variables, etc.). The `###` request separator used in `.http` files works normally inside the `--- HTTP` section without any conflict.
113-
- For status code validation, use directives such as `## TEST-EXPECT-STATUS: [200, 201]` in the HTTP section rather than asserting in the TEST script. See [Directives](directives.md) for details.
113+
- For status code validation, use directives such as `## TEST-EXPECT-STATUS: [200, 201]` in the HTTP section rather than asserting in the TEST script. See [Directives](../directives.md) for details.
114114

115115
## When to Use `.tp` vs Multi-File
116116

docs/docs/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
href: test-case/request-file.md
1313
- name: Post-Response Script
1414
href: test-case/post-response-script.md
15-
- name: Single-File Format (.tp)
16-
href: test-case/tp-file.md
15+
- name: Single-File Format (.tp)
16+
href: test-case/tp-file.md
1717
- name: Collection
1818
href: collection.md
1919
- name: How to Write Tests
@@ -39,7 +39,7 @@
3939
href: reporting.md
4040
- name: Logging
4141
href: logging.md
42-
name: HTTP Requests Logging
42+
- name: HTTP Requests Logging
4343
href: requests-logging.md
4444
- name: JSON Handling
4545
href: json.md

docs/extension.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TeaPie Extension for Visual Studio Code
22

3-
![TeaPie Extension Logo](./images/teapie-extension-logo.png)
3+
![TeaPie Extension Logo](./images/teaPie-extension-logo.png)
44

55
For more convenient development with TeaPie tool in **Visual Studio Code**, respectively **Cursor AI**, there is **available experimental extension**.
66

0 commit comments

Comments
 (0)