Skip to content

Commit

Permalink
Track prepare (#43)
Browse files Browse the repository at this point in the history
* track docs

* metadata update for preparing launch
  • Loading branch information
GroophyLifefor authored Aug 22, 2024
1 parent 124927a commit 114c785
Showing 1 changed file with 35 additions and 9 deletions.
44 changes: 35 additions & 9 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"version": 3,
"online_editor": {
"indent_style": "space",
"indent_size": 4
"indent_size": 2,
"highlightjs_language": "bat"
},
"files": {
"solution": [],
Expand Down Expand Up @@ -215,13 +216,7 @@
"name": "Food Chain",
"uuid": "c6654779-1e5d-47ba-940a-4d96261513cd",
"practices": [],
"prerequisites": [
"basics",
"dicts",
"lists",
"loops",
"strings"
],
"prerequisites": ["basics", "dicts", "lists", "loops", "strings"],
"difficulty": 4
},
{
Expand All @@ -235,7 +230,38 @@
]
},
"concepts": [],
"key_features": [],
"key_features": [
{
"title": "Easy to Learn",
"content": "Batch scripting is simple and accessible for beginners.",
"icon": "easy"
},
{
"title": "Widely Compatible",
"content": "Batch scripts run on any Windows system without modification.",
"icon": "portable"
},
{
"title": "User Interaction",
"content": "Batch scripts can prompt for and handle user input dynamically.",
"icon": "interactive"
},
{
"title": "Flexible Use",
"content": "Batch scripting handles a variety of automation tasks effectively.",
"icon": "general-purpose"
},
{
"title": "Command Power",
"content": "Automate and manage tasks efficiently with Batch scripting.",
"icon": "powerful"
},
{
"title": "Stable Performance",
"content": "Batch scripts run reliably for consistent task automation.",
"icon": "stable"
}
],
"tags": [
"platform/windows",
"used_for/scripts",
Expand Down

0 comments on commit 114c785

Please sign in to comment.