Skip to content

Commit d98e8b3

Browse files
committed
feat: Add ForcedHosts configuration to config.yml and update documentation
- Introduced ForcedHosts feature in config.yml to route players based on hostname. - Added detailed comments and examples for ForcedHosts functionality. - Updated Vitepress documentation to include links for Commands and ForcedHosts Routing sections. This enhances the configuration options for server routing and improves user guidance in the documentation.
1 parent b0be851 commit d98e8b3

4 files changed

Lines changed: 1142 additions & 0 deletions

File tree

.web/docs/.vitepress/config.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,10 @@ export default defineConfig({
177177
text: '📚 Events',
178178
link: '/developers/events',
179179
},
180+
{
181+
text: '⚡ Commands',
182+
link: '/developers/commands',
183+
},
180184
{
181185
text: '💡 Examples',
182186
link: '/developers/examples/simple-proxy',
@@ -210,6 +214,10 @@ export default defineConfig({
210214
text: '🔧 Modded Servers Config',
211215
link: '/guide/config/modded-servers',
212216
},
217+
{
218+
text: '🌐 ForcedHosts Routing',
219+
link: '/guide/forced-hosts',
220+
},
213221
],
214222
},
215223
{
@@ -276,6 +284,10 @@ export default defineConfig({
276284
text: 'Events',
277285
link: '/developers/events',
278286
},
287+
{
288+
text: 'Commands',
289+
link: '/developers/commands',
290+
},
279291
],
280292
},
281293
{

0 commit comments

Comments
 (0)