summaryrefslogtreecommitdiffhomepage
path: root/packages/docs/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'packages/docs/snippets')
-rw-r--r--packages/docs/snippets/snippet-intro.mdx4
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.