Skip to content

Commit

Permalink
chore: comment out unused sidebar pages for now
Browse files Browse the repository at this point in the history
  • Loading branch information
NagariaHussain committed Dec 3, 2023
1 parent 89fec26 commit 495563c
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -86,21 +86,21 @@ export default defineConfig({
directory: "cookbook",
},
},
{
label: "Comparison",
items: [
{
label: "Frappe Framework vs Django",
link: "/comparison/ff-vs-django",
},
],
},
{
label: "No Code",
autogenerate: {
directory: "no-code",
},
},
// {
// label: "Comparison",
// items: [
// {
// label: "Frappe Framework vs Django",
// link: "/comparison/ff-vs-django",
// },
// ],
// },
// {
// label: "No Code",
// autogenerate: {
// directory: "no-code",
// },
// },
],
}),
],
Expand Down

0 comments on commit 495563c

Please sign in to comment.