You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributing/admins.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,8 @@ We did this for `plone.app.dexterity` and several other projects.
33
33
1. Delete any non-documentation files from the clone.
34
34
1. Move the documentation files and subfolders to the root of the clone, retaining the documentation structure.
35
35
1. Convert the reStructuredText documentation files to MyST.
36
-
The example commands below assume that there are files at the root of the clone and in one sub-level of nested directories. For deeper nesting, insert globbing syntax for each sub-level as `**/`
36
+
The example commands below assume that there are files at the root of the clone and in one sub-level of nested directories.
37
+
For deeper nesting, insert globbing syntax for each sub-level as `**/`
0 commit comments