Skip to content
This repository was archived by the owner on Mar 16, 2026. It is now read-only.

Commit 0dea85b

Browse files
mdecorterakannimer
authored andcommitted
docs: correct inconsistent usage of built-ins-components vs built-in-components in favour of later to fix link from usage-with-typescript.md
1 parent c130aa2 commit 0dea85b

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

doczrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default {
2424
'Introduction',
2525
'Getting started',
2626
'Writing MDX',
27-
'Built-ins components',
27+
'Built-in components',
2828
'Document settings',
2929
'Deploying your docs',
3030
],

src/docs/documentation/general/built-in-components.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
name: Built-ins components
3-
route: /docs/built-ins-components
2+
name: Built-in components
3+
route: /docs/built-in-components
44
parent: Documentation
55
menu: General
66
---
77

8-
# Built-ins components
8+
# Built-in components
99

1010
Docz has built-in components that help you to document your things. Using the power of components and AST to parse and generate data for them, we can do a lot of things,
1111
like render your components, create tables with contents, custom getters by traversing your file, etc. The sky is the limit here!

src/docs/documentation/general/writing-mdx.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ And, if you really have a `Button` component to import, you'll see something lik
3535

3636
![](https://cdn-std.dprcdn.net/files/acc_649651/Fgbg4F)
3737

38-
With MDX you can mix _React Components_ or _html-elements_ with regular markdown allowing you to either document your own components _or_ creating helper components that makes documentation easier. **Docz** comes with some prebuilt helper components which will help you document components faster, these are covered in [**Built-in components**](/docs/built-ins-components).
38+
With MDX you can mix _React Components_ or _html-elements_ with regular markdown allowing you to either document your own components _or_ creating helper components that makes documentation easier. **Docz** comes with some prebuilt helper components which will help you document components faster, these are covered in [**Built-in components**](/docs/built-in-components).
3939

4040
> ### Note
4141
>

0 commit comments

Comments
 (0)