Skip to content
This repository was archived by the owner on Jun 14, 2023. It is now read-only.

Commit dddbf31

Browse files
authored
Update pelicanconf.py
1 parent 9da1ef7 commit dddbf31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pelicanconf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@
235235
"PATHS": ["**/product.*.md"],
236236
"PATH_METADATA": r"(?P<slug>([^\/]+\/)*(?P<folder>[^\/]+))\/product\.(?P<lang>(?P<locale>\w{2})-(?P<global>\w{2,4}))\.md",
237237
"SUBGENERATOR_CLASS": OvhEntityGenerator.OvhSubEntityGenerator,
238-
"CHILDREN": ["Guide"],
238+
"CHILDREN": ["Product", "Guide"],
239239
"EXCLUDE_SLUGS": ["Home", "Universe"],
240240
},
241241
"Guide": {

0 commit comments

Comments
 (0)