Skip to content

Commit

Permalink
chore: link bench cheat sheet in cheat sheet section
Browse files Browse the repository at this point in the history
  • Loading branch information
NagariaHussain committed Dec 10, 2023
1 parent 3305e81 commit 727f097
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
28 changes: 16 additions & 12 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -54,20 +54,20 @@ export default defineConfig({
sidebar: [
{
label: "Getting Started",
link: "/introduction"
link: "/introduction",
},
{
label: "Installation",
items: [
{
"label": "Codespaces",
"link": "/installation/codespaces"
label: "Codespaces",
link: "/installation/codespaces",
},
{
"label": "Frappe Manager",
"link": "/installation/fm"
}
]
label: "Frappe Manager",
link: "/installation/fm",
},
],
},
{
label: "Training & Assessments",
Expand Down Expand Up @@ -141,11 +141,15 @@ export default defineConfig({
link: "/cheatsheets/script-python-api",
badge: {
variant: "caution",
text: "WIP"
}
}
]
}
text: "WIP",
},
},
{
label: "Bench",
link: "/cheatsheets/bench",
},
],
},
],
}),
],
Expand Down
6 changes: 6 additions & 0 deletions src/content/docs/cheatsheets/bench.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: Bench Cheat sheet
description: Cheat sheet of essential Frappe bench CLI commands
---

Till this page is being worked out, you can download a single page PDF of the bench cheatsheet [here](https://hussain.click/bench-cheatsheet).

0 comments on commit 727f097

Please sign in to comment.