@@ -78,7 +78,7 @@ you to:
78
78
- View real-time logs and debug information
79
79
- Access development utilities and tools
80
80
81
- ## Configuration Options
81
+ ## Configuration options
82
82
83
83
The devtools plugin accepts several configuration options to customize
84
84
its behavior:
@@ -107,14 +107,14 @@ export default defineConfig({
107
107
});
108
108
```
109
109
110
- ### Configuration Properties
110
+ ### Configuration properties
111
111
112
112
- ` port ` (number): The port number for the devtools web interface
113
113
(default: ` 4356 ` )
114
114
- ` features ` (object): Enable or disable specific devtools features
115
115
- ` enableLogging ` (boolean): Enable enhanced logging capabilities
116
116
117
- ## Development Workflow
117
+ ## Development workflow
118
118
119
119
The devtools plugin integrates seamlessly with CommandKit's
120
120
development workflow:
@@ -160,7 +160,7 @@ managing your Discord bot during development:
160
160
161
161
## Troubleshooting
162
162
163
- ### Port Already in Use
163
+ ### Port already in use
164
164
165
165
If port ` 4356 ` is already in use, you can specify a different port in
166
166
the configuration:
@@ -169,7 +169,7 @@ the configuration:
169
169
devtools ({ port: 4357 });
170
170
```
171
171
172
- ### Interface Not Loading
172
+ ### Interface not loading
173
173
174
174
Ensure that:
175
175
@@ -178,15 +178,15 @@ Ensure that:
178
178
3 . No firewall is blocking the specified port
179
179
4 . You're accessing the correct URL (` http://localhost:4356 ` )
180
180
181
- ### Performance Issues
181
+ ### Performance issues
182
182
183
183
If you experience performance issues:
184
184
185
185
1 . Disable unnecessary features in the configuration
186
186
2 . Reduce logging verbosity
187
187
3 . Consider using a different port
188
188
189
- ## Feedback and Contributions
189
+ ## Feedback and contributions
190
190
191
191
As this plugin is in early development, your feedback is valuable for
192
192
improving the devtools experience. Please report issues, suggest
0 commit comments