Skip to content

Commit

Permalink
fix pr 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanhub7 committed Dec 15, 2023
1 parent 799b0f0 commit 704572a
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default defineConfig({
},
},
{
label:"Onboarding Tool",
label: "Onboarding Tool",
autogenerate: {
directory: "products/company-operations/projects/onboaring-tool",
},
Expand Down Expand Up @@ -357,9 +357,21 @@ export default defineConfig({
},
},
{
label: "Expansions",
label: "Tutorials Proposals",
autogenerate: {
directory: "products/splashkit/documentation/expansions",
directory: "products/splashkit/documentation/Tutorials-Proposals",
},
},
{
label: "Instructions and Templates",
autogenerate: {
directory: "products/splashkit/documentation/Instructions-and-Templates",
},
},
{
label: "Applications",
autogenerate: {
directory: "products/splashkit/documentation/applications",
},
},
],
Expand All @@ -381,4 +393,4 @@ export default defineConfig({
entrypoint: "astro/assets/services/sharp",
},
},
});
});

0 comments on commit 704572a

Please sign in to comment.