Skip to content

Commit 8a5f3e7

Browse files
fix even more links
1 parent afc82e3 commit 8a5f3e7

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

fern/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ redirects:
378378
destination: /learn/docs/customization/custom-css-js
379379
permanent: true
380380
- source: /learn/docs/building-and-customizing-your-docs/custom-domain
381-
destination: /learn/docs/getting-started/setting-up-your-domain
381+
destination: /learn/docs/preview-publish/setting-up-your-domain
382382
permanent: true
383383
- source: /learn/docs/building-and-customizing-your-docs/rbac
384384
destination: /learn/docs/authentication/rbac

fern/products/docs/pages/customization/frontmatter.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ Currently, relative paths are _not_ supported for this field.
245245
## SEO metadata
246246

247247
<Note title="SEO Best Practices">
248-
Looking to set metadata across the entire site? [Use the metadata field in the `docs.yml` file](/learn/docs/customization/what-is-docs-yml#metadata-configuration).
248+
Looking to set metadata across the entire site? [Use the metadata field in the `docs.yml` file](/learn/docs/configuration/what-is-docs-yml#metadata-configuration).
249249

250250
When configuring SEO metadata, ensure your titles and descriptions are unique, descriptive, and relevant to the page content. Keep descriptions between 150-160 characters for optimal display in search results.
251251
</Note>

fern/products/docs/pages/customization/global-configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ instances:
122122
</ParamField>
123123

124124
<ParamField path="instances.custom-domain" type="string or list of strings" required={false}>
125-
The custom domain where your documentation is hosted. Learn more about [setting up a custom domain](/learn/docs/building-your-docs/custom-domain).
125+
The custom domain where your documentation is hosted. Learn more about [setting up a custom domain](/learn/docs/preview-publish/setting-up-your-domain).
126126
</ParamField>
127127

128128
<ParamField path="instances.edit-this-page" type="object" required={false}>

fern/products/docs/pages/customization/what-is-docs-yml.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ instances:
122122
</ParamField>
123123

124124
<ParamField path="instances.custom-domain" type="string or list of strings" required={false}>
125-
The custom domain where your documentation is hosted. Learn more about [setting up a custom domain](/learn/docs/building-your-docs/custom-domain).
125+
The custom domain where your documentation is hosted. Learn more about [setting up a custom domain](/learn/docs/preview-publish/setting-up-your-domain).
126126
</ParamField>
127127

128128
<ParamField path="instances.edit-this-page" type="object" required={false}>

fern/products/docs/pages/getting-started/project-structure.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The `assets` folder contains any images or videos used in your documentation. Yo
6868

6969
The `docs.yml` file is the heart of your Fern documentation site. This configuration file controls your documentation's navigation structure, visual design, site functionality, and hosting settings.
7070

71-
For complete configuration options, see the [docs.yml reference](/docs/customization/what-is-docs-yml).
71+
For complete configuration options, see the [docs.yml reference](/docs/configuration/what-is-docs-yml).
7272

7373
<CodeBlock title="fern/docs.yml of this website">
7474
```yml

fern/products/docs/pages/navigation/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ Here's an example of what the Tabs implementation looks like:
240240
<img src="./images/tabs-sidebar.png" alt="Tabs displayed in the sidebar (default)" />
241241
</Frame>
242242

243-
Tabs display in the left sidebar by default. To display them horizontally, set `tabs-placement` to `header` in your [layout configuration](/docs/customization/what-is-docs-yml#layout-configuration).
243+
Tabs display in the left sidebar by default. To display them horizontally, set `tabs-placement` to `header` in your [layout configuration](/docs/configuration/what-is-docs-yml#layout-configuration).
244244

245245
<CodeBlock title="docs.yml">
246246
```yaml

fern/products/docs/pages/navigation/products.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ products:
164164
```
165165
</CodeBlock>
166166

167-
For more information on setting up versioned products, follow our [versioning docs](/docs/navigation/versions).
167+
For more information on setting up versioned products, follow our [versioning docs](/docs/configuration/versions).
168168
</Step>
169169
<Step title="Remove extra navigation from docs.yml">
170170

0 commit comments

Comments
 (0)