Skip to content

Commit

Permalink
astro fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanhub7 committed Dec 15, 2023
1 parent e7db3fb commit 799b0f0
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 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 @@ -350,28 +350,10 @@ export default defineConfig({
// },
// ],
items: [
{
label: "Applications",
autogenerate: {
directory: "products/splashkit/documentation/applications",
},
},
{
label: "Tutorials",
autogenerate: {
directory: "products/splashkit/documentation/Tutorials",
},
},
{
label: "Tutorials Proposals",
autogenerate: {
directory: "products/splashkit/documentation/Tutorial-Proposals",
},
},
{
label: "Instructions and Templates",
autogenerate: {
directory: "products/splashkit/documentation/Instruction-and-Templates",
directory: "products/splashkit/documentation/tutorials",
},
},
{
Expand Down

0 comments on commit 799b0f0

Please sign in to comment.