Skip to content

Commit cfa1567

Browse files
dandimeodandimeo
and
dandimeo
authored
replace layout with archetype (#323)
Co-authored-by: dandimeo <[email protected]>
1 parent 7dd569a commit cfa1567

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

toolchain/scripts/generators/oasisctl.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ def rewrite_content(data, section, filename):
121121
content = content + "description: Command-line client tool for managing ArangoGraph\n"
122122
continue
123123

124+
if "layout: "in line:
125+
content = content + line.replace("layout: ", "archetype: ")
126+
continue
127+
124128

125129
if "title: " in line:
126130
if "/options.md" in filename:

0 commit comments

Comments
 (0)