Skip to content

Commit aee8f88

Browse files
committed
Short-term fix
1 parent bb51d97 commit aee8f88

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

fern/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ navigation:
113113
- section: Get started
114114
contents:
115115
- page: Installation
116-
path: pages/docs/get-started/installation/index.mdx
116+
path: pages/docs/get-started/installation.mdx
117117
- page: Concepts
118118
path: pages/docs/get-started/concepts.md
119119
- page: Create your first test
File renamed without changes.

fern/pages/docs/get-started/installation/index.mdx renamed to fern/pages/docs/get-started/installation.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ Choose *NPX* if you have Node.js installed and want to install Doc Detective on
7474

7575
Congratulations! You've run your first test with Doc Detective. :tada:
7676

77-
You should see output in the terminal indicating the progress and results of the test. Results are also saved in a `testResults-<timestamp>.json` file in the current directory (configurable with the `--output` option), and this test saves a screenshot to example.png:
78-
79-
[![Sample test screenshot](./example.png)](./example.png)
77+
You should see output in the terminal indicating the progress and results of the test. Results are also saved in a `testResults-<timestamp>.json` file in the current directory (configurable with the `--output` option), and this test saves a screenshot to *example.png*.
8078

8179
## Next steps
8280

File renamed without changes.

0 commit comments

Comments
 (0)