Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/docs_audit_results.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Docs audit results
about: Template for a formal technical documentation audits run by OP Labs
title: "[2024 Q4 Audit] [page-path]"
labels: 'docs-audit-2024-Q4,op-labs'
labels: ['docs-audit-2024-Q4', 'op-labs']
---

<!-- this template is intended for internal OP Labs usage -->
Expand Down
4 changes: 2 additions & 2 deletions notes/content-reuse.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Create a `.md` file in the `/content` directory.
import DescriptionShort from '@/content/DescriptionShort.md'
```

1. Use it within the file
2. Use it within the file

```
Text before
Expand All @@ -38,7 +38,7 @@ export { default as ComponentA } from './ComponentA.md'
export { default as ComponentB } from './ComponentB.md'
```

1. Import it at the top of `.mdx` file:
2. Import it at the top of `.mdx` file:

```
import {ComponentA, ComponentB} from '@/content/index.js'
Expand Down
Loading