Skip to content

Commit 8fd4c0d

Browse files
committed
rename _index.md to index.md (6 files)
_index.md is a Hugo idiom; MyST excludes _-prefixed files from auto-discovery. Renames done before content changes so all later commits reference the final filenames.
1 parent d83cbe2 commit 8fd4c0d

7 files changed

Lines changed: 6 additions & 6 deletions

File tree

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

myst.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ project:
77
- external-content/**
88
- themes/**
99
toc:
10-
- file: content/_index.md
11-
- file: content/about/_index.md
10+
- file: content/index.md
11+
- file: content/about/index.md
1212
children:
1313
- file: content/about/governance.md
14-
- file: content/contributors/_index.md
14+
- file: content/contributors/index.md
1515
children:
1616
- file: content/contributors/getting-started.md
1717
- file: content/contributors/choosing-a-project.md
@@ -23,18 +23,18 @@ project:
2323
- file: content/contributors/setup/install.md
2424
- file: content/contributors/setup/ecosystem.md
2525
- file: content/contributors/setup/next-steps.md
26-
- file: content/community/_index.md
26+
- file: content/community/index.md
2727
children:
2828
- file: content/community/role.md
2929
- file: content/community/onboarding.md
3030
- file: content/community/skills.md
3131
- file: content/community/project-management.md
3232
- file: content/community/community-meetings.md
3333
- file: content/community/community-outreach.md
34-
- file: content/documentation/_index.md
34+
- file: content/documentation/index.md
3535
children:
3636
- file: content/documentation/accessible-documentation.md
37-
- file: content/maintainers/_index.md
37+
- file: content/maintainers/index.md
3838
children:
3939
- file: content/maintainers/interacting-with-new-contributors.md
4040
- file: content/maintainers/managing-conflict.md

0 commit comments

Comments
 (0)