Skip to content

Commit

Permalink
minor: added definitons
Browse files Browse the repository at this point in the history
  • Loading branch information
TalhaFaisalglor committed Nov 1, 2024
1 parent 641bc8d commit 2646fdf
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
10 changes: 7 additions & 3 deletions src/pages/_data/navigation/mainNav.json5
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
"url": "/concepts/permissions/#checking-in-the-backend"
},
{
"title": " - Request new example",
"title": " - Request New Example",
"url": "/help/new-example/"
},
{
Expand All @@ -328,7 +328,7 @@
"url": "/concepts/permissions/#redirecting-if-someone-is-not-logged-in"
},
{
"title": " - Request new example",
"title": " - Request New Example",
"url": "/help/new-example"
},
{
Expand Down Expand Up @@ -415,7 +415,11 @@
"url": "/help/keyboard-shortcuts/"
},
{
"title": "Request new example",
"title": "Definitions",
"url": "/help/definitions/"
},
{
"title": "Request New Example",
"url": "/help/new-example/"
}
]
Expand Down
19 changes: 19 additions & 0 deletions src/pages/help/definitions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
title: Definitions
---

## The Basics
- Explain the basics of the .spruce folder.


- Talk a little about spruce commands and actions?

## Spruce Commands and their Definitions
| Command | Definition |
|--------|-----------|
| ```spruce setup.vscode``` | Use this command to set up Visual Studio Code. |

## Actions and their Definitions
| Actiton | Definition |
|--------|-----------|
| xyz | This action helps in [describe what it accomplishes]. |

0 comments on commit 2646fdf

Please sign in to comment.