Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/docs/1.getting-started/4.migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ Many `ProsePre` components are thin wrappers around the `ProseCode` component. W
In Content v3, we renamed `_dir.yml` to `.navigation.yml`. The new name better reflects the purpose of these files.
Module uses these files to gather information about directories for generating navigation.

Note that in order to make these files available for Module, youe should define your collection's source in
a way that includes these files. For example `source: '**'` and `source: '**/*.{md|yml}` will include these files
Note that in order to make these files available for Module, you should define your collection's source in
a way that includes these files. For example `source: '**'` and `source: '**/*.{md,yml}'` will include these files
in collection, but `source: '**/*.md'` will not include them.


Expand Down
Loading