Skip to content
This repository was archived by the owner on Mar 12, 2026. It is now read-only.
Open
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
24 changes: 22 additions & 2 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ navigation:
contents:
- page: Installation
path: pages/docs/get-started/installation.mdx
- page: CLI reference
path: pages/docs/get-started/cli-reference.mdx
- page: Concepts
path: pages/docs/get-started/concepts.md
- page: Create your first test
Expand All @@ -129,8 +131,8 @@ navigation:

- section: Configuration
contents:
- page: Contexts
path: pages/docs/config/contexts.md
- page: Configuration
path: pages/docs/config/configuration.mdx

- section: Tests
contents:
Expand Down Expand Up @@ -228,6 +230,24 @@ navigation:
layout:
- page: Glossary
path: pages/reference/glossary.mdx
- section: Programmatic API
contents:
- page: Overview
path: pages/reference/api/overview.mdx
- page: runTests()
path: pages/reference/api/run-tests.mdx
- page: detectTests()
path: pages/reference/api/detect-tests.mdx
- page: detectAndResolveTests()
path: pages/reference/api/detect-and-resolve-tests.mdx
- page: resolveTests()
path: pages/reference/api/resolve-tests.mdx
- page: getRunner()
path: pages/reference/api/get-runner.mdx
- page: readFile()
path: pages/reference/api/read-file.mdx
- page: resolvePaths()
path: pages/reference/api/resolve-paths.mdx
- folder: pages/reference/schemas
title: Schemas

Expand Down
2 changes: 1 addition & 1 deletion fern/pages/contribute/templates/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ If you've tried these solutions and still have issues:

## See also

- [Context configuration](/docs/configuration/contexts)
- [Context configuration](/docs/configuration#contexts)
{/*- [Supported browsers](/reference/browsers)*/}
- [Browser options reference](/reference/schemas/browser)
````
Expand Down
2 changes: 1 addition & 1 deletion fern/pages/contribute/templates/tutorial.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ Doc Detective needs a browser to run tests. Make sure:
Now that you understand the basics:

- [Add more actions to your tests](/docs/actions)
- [Learn about test contexts](/docs/configuration/contexts)
- [Learn about test contexts](/docs/configuration#contexts)
- [Write tests for your own documentation](/contribute/testing)
````

Expand Down
Loading