diff options
| author | Dax Raad <[email protected]> | 2025-12-05 16:41:35 -0500 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-12-05 16:41:35 -0500 |
| commit | 328188816008fde10165597f432dac4c5d1016cd (patch) | |
| tree | e3230708f379c7e3451efc46e5d1c1ab66a26e20 /packages/docs/snippets | |
| parent | c6d0ae892efcbd18652ff413ec3378099d31bc91 (diff) | |
| download | opencode-328188816008fde10165597f432dac4c5d1016cd.tar.gz opencode-328188816008fde10165597f432dac4c5d1016cd.zip | |
ignore: docs test
Diffstat (limited to 'packages/docs/snippets')
| -rw-r--r-- | packages/docs/snippets/snippet-intro.mdx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/docs/snippets/snippet-intro.mdx b/packages/docs/snippets/snippet-intro.mdx new file mode 100644 index 000000000..e20fbb6fc --- /dev/null +++ b/packages/docs/snippets/snippet-intro.mdx @@ -0,0 +1,4 @@ +One of the core principles of software development is DRY (Don't Repeat +Yourself). This is a principle that applies to documentation as +well. If you find yourself repeating the same content in multiple places, you +should consider creating a custom snippet to keep your content in sync. |
