Skip to content

Commit 807d044

Browse files
committed
chore: cleanup directory names
1 parent 43f5c9e commit 807d044

33 files changed

+3
-31
lines changed

astro.config.mjs

+3-9
Original file line numberDiff line numberDiff line change
@@ -112,25 +112,19 @@ export default defineConfig({
112112
{
113113
label: "Basic Usage",
114114
collapsed: true,
115-
autogenerate: {
116-
directory: "basic-usage",
117-
},
115+
autogenerate: { directory: "basic-usage" },
118116
translations: {},
119117
},
120118
{
121119
label: "Configuration",
122120
collapsed: true,
123-
autogenerate: {
124-
directory: "Configuration",
125-
},
121+
autogenerate: { directory: "configuration" },
126122
translations: {},
127123
},
128124
{
129125
label: "Recipes",
130126
collapsed: true,
131-
autogenerate: {
132-
directory: "Recipes",
133-
},
127+
autogenerate: { directory: "recipes" },
134128
translations: {},
135129
},
136130
{

src/content/docs/guides/example.md

-11
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/content/docs/reference/example.md

-11
This file was deleted.

0 commit comments

Comments
 (0)