File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22name : Docs audit results
33about : Template for a formal technical documentation audits run by OP Labs
44title : " [2024 Q4 Audit] [page-path]"
5- labels : ' docs-audit-2024-Q4, op-labs'
5+ labels : [ 'docs-audit-2024-Q4', ' op-labs']
66---
77
88<!-- this template is intended for internal OP Labs usage -->
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Create a `.md` file in the `/content` directory.
1818import DescriptionShort from '@/content/DescriptionShort.md'
1919```
2020
21- 1 . Use it within the file
21+ 2 . Use it within the file
2222
2323```
2424Text before
@@ -38,7 +38,7 @@ export { default as ComponentA } from './ComponentA.md'
3838export { default as ComponentB } from './ComponentB.md'
3939```
4040
41- 1 . Import it at the top of ` .mdx ` file:
41+ 2 . Import it at the top of ` .mdx ` file:
4242
4343```
4444import {ComponentA, ComponentB} from '@/content/index.js'
You can’t perform that action at this time.
0 commit comments