Skip to content

Commit f4fb886

Browse files
committed
docs: update README for command list and support section
1 parent 9167e95 commit f4fb886

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: [dermatz]

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,16 @@ Please ensure that your Magento installation meets this requirement before insta
3131

3232
### Available Commands
3333

34-
| Command | Description | Shortcodes |
35-
| -------------------------- | --------------------------------------------------------- | ------------------------- |
36-
| `mageforge:system:version` | Shows current and latest version of the module | `m:s:v` |
37-
| `mageforge:system:check` | Get system information (OS, PHP, Database, Node.js, etc.) | `m:s:c` |
38-
| `mageforge:theme:list` | Lists all available themes | `m:t:l` |
39-
| `mageforge:theme:build` | Builds selected themes (CSS/TailwindCSS) | `m:t:b`, `frontend:build` |
40-
| `mageforge:theme:watch` | Starts watch mode for theme development | `m:t:w`, `frontend:watch` |
41-
| `mageforge:hyva:tokens` | Generate Hyvä design tokens (Hyvä themes only) | `m:h:t` |
42-
| `mageforge:static:clean` | Clean static files, cache and generated files for a theme | `m:st:c`,`frontend:clean` |
34+
| Command | Description | Shortcodes |
35+
| ----------------------------------- | --------------------------------------------------------- | ------------------------- |
36+
| `mageforge:system:version` | Shows current and latest version of the module | `m:s:v` |
37+
| `mageforge:system:check` | Get system information (OS, PHP, Database, Node.js, etc.) | `m:s:c` |
38+
| `mageforge:theme:list` | Lists all available themes | `m:t:l` |
39+
| `mageforge:theme:build` | Builds selected themes (CSS/TailwindCSS) | `m:t:b`, `frontend:build` |
40+
| `mageforge:theme:watch` | Starts watch mode for theme development | `m:t:w`, `frontend:watch` |
41+
| `mageforge:hyva:tokens` | Generate Hyvä design tokens (Hyvä themes only) | `m:h:t` |
42+
| `mageforge:hyva:compatibility:check`| Check modules for Hyvä theme compatibility issues | `m:h:c:c`, `hyva:check` |
43+
| `mageforge:static:clean` | Clean static files, cache and generated files for a theme | `m:st:c`,`frontend:clean` |
4344

4445
---
4546

@@ -97,10 +98,10 @@ Please ensure that your Magento installation meets this requirement before insta
9798
- [Custom Theme Builders Documentation](./docs/custom_theme_builders.md) - Extend MageForge for your custom themes
9899
- [Commands Documentation](./docs/commands.md) - Detailed command reference
99100

100-
## Community & Support
101+
## Support
101102

102103
- **Report Bugs/Features**: [GitHub Issues](https://github.com/OpenForgeProject/mageforge/issues)
103-
- **Get Help**: [Discord Community](https://discord.gg/H5CjMXQQHn)
104+
- **Discussions**: [GitHub Discussions](https://github.com/OpenForgeProject/mageforge/discussions)
104105
- **Contributing**: See [Contributing Guidelines](./CONTRIBUTING.md)
105106

106107
## Project Information

0 commit comments

Comments
 (0)