Skip to content

Commit 2025fbc

Browse files
committed
document @commandkit/i18n
1 parent 1713bbd commit 2025fbc

File tree

2 files changed

+905
-7
lines changed

2 files changed

+905
-7
lines changed

apps/website/docs/guide/05-official-plugins/04-commandkit-devtools.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ you to:
7878
- View real-time logs and debug information
7979
- Access development utilities and tools
8080

81-
## Configuration Options
81+
## Configuration options
8282

8383
The devtools plugin accepts several configuration options to customize
8484
its behavior:
@@ -107,14 +107,14 @@ export default defineConfig({
107107
});
108108
```
109109

110-
### Configuration Properties
110+
### Configuration properties
111111

112112
- `port` (number): The port number for the devtools web interface
113113
(default: `4356`)
114114
- `features` (object): Enable or disable specific devtools features
115115
- `enableLogging` (boolean): Enable enhanced logging capabilities
116116

117-
## Development Workflow
117+
## Development workflow
118118

119119
The devtools plugin integrates seamlessly with CommandKit's
120120
development workflow:
@@ -160,7 +160,7 @@ managing your Discord bot during development:
160160

161161
## Troubleshooting
162162

163-
### Port Already in Use
163+
### Port already in use
164164

165165
If port `4356` is already in use, you can specify a different port in
166166
the configuration:
@@ -169,7 +169,7 @@ the configuration:
169169
devtools({ port: 4357 });
170170
```
171171

172-
### Interface Not Loading
172+
### Interface not loading
173173

174174
Ensure that:
175175

@@ -178,15 +178,15 @@ Ensure that:
178178
3. No firewall is blocking the specified port
179179
4. You're accessing the correct URL (`http://localhost:4356`)
180180

181-
### Performance Issues
181+
### Performance issues
182182

183183
If you experience performance issues:
184184

185185
1. Disable unnecessary features in the configuration
186186
2. Reduce logging verbosity
187187
3. Consider using a different port
188188

189-
## Feedback and Contributions
189+
## Feedback and contributions
190190

191191
As this plugin is in early development, your feedback is valuable for
192192
improving the devtools experience. Please report issues, suggest

0 commit comments

Comments
 (0)