Skip to content

Commit 0a6fb24

Browse files
authored
Merge pull request #1157 from Dahka2321/main
Update Documentation Format and Labels
2 parents 9c7e43c + 1f9fa33 commit 0a6fb24

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/docs_audit_results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Docs audit results
33
about: Template for a formal technical documentation audits run by OP Labs
44
title: "[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 -->

notes/content-reuse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Create a `.md` file in the `/content` directory.
1818
import DescriptionShort from '@/content/DescriptionShort.md'
1919
```
2020

21-
1. Use it within the file
21+
2. Use it within the file
2222

2323
```
2424
Text before
@@ -38,7 +38,7 @@ export { default as ComponentA } from './ComponentA.md'
3838
export { 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
```
4444
import {ComponentA, ComponentB} from '@/content/index.js'

0 commit comments

Comments
 (0)