File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
docs/content/docs/1.getting-started Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -151,3 +151,14 @@ Many `ProsePre` components are thin wrappers around the `ProseCode` component. W
151151
1521521 . Your current ` ProseCode ` logic should be moved to ` ProsePre `
1531532 . Rename your ` ProseCodeInline ` components to ` ProseCode `
154+
155+ ## ` _dir.yml ` files are renamed to ` .navigation.yml `
156+
157+ In Content v3, we renamed ` _dir.yml ` to ` .navigation.yml ` . The new name better reflects the purpose of these files.
158+ Module uses these files to gather information about directories for generating navigation.
159+
160+ Note that in order to make these files available for Module, youe should define your collection's source in
161+ a way that includes these files. For example ` source: '**' ` and ` source: '**/*.{md|yml} ` will include these files
162+ in collection, but ` source: '**/*.md' ` will not include them.
163+
164+
You can’t perform that action at this time.
0 commit comments