Skip to content

Commit 181b201

Browse files
jernstbep
authored andcommitted
Use index.md instead of _index.md in example
The about directory in the example has no children, but the example used _index.md. This is confusing to beginners.
1 parent cc8ebb7 commit 181b201

File tree

1 file changed

+1
-1
lines changed
  • content/en/content-management/organization

1 file changed

+1
-1
lines changed

‎content/en/content-management/organization/index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Without any additional configuration, the following will just work:
4646
.
4747
└── content
4848
└── about
49-
| └── _index.md // <- https://example.com/about/
49+
| └── index.md // <- https://example.com/about/
5050
├── posts
5151
| ├── firstpost.md // <- https://example.com/posts/firstpost/
5252
| ├── happy

0 commit comments

Comments
 (0)