summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--frags/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/frags/README.md b/frags/README.md
new file mode 100644
index 00000000..e52deb87
--- /dev/null
+++ b/frags/README.md
@@ -0,0 +1,10 @@
+# docs.git/frags
+
+This directory contains fragments to be included by the directive:
+
+ .. include RELATIVE-FILE-NAME
+
+If the fragment includes headers, you MUST include it at top-level.
+Otherwise, you MUST include it only at "block" level.
+
+See <https://docutils.sourceforge.io/docs/ref/rst/directives.html#including-an-external-document-fragment>.