Skip to content

Commit ca8b7be

Browse files
committed
docs(games): Update developers
1 parent 6b98929 commit ca8b7be

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.web/docs/.vitepress/config.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -237,14 +237,14 @@ export default defineConfig({
237237
{
238238
text: 'Go to your right place',
239239
items: [
240-
{text: 'For Players →', link: '/games/players/'},
240+
{text: 'For Game Developers →', link: '/games/developers/'},
241+
{text: 'For Hosting Providers →', link: '/games/providers/'},
241242
{
242243
text: 'For Server Owners →', link: '/games/servers/', items: [
243244
{text: 'Creating a Game Server', link: '/games/servers/create'},
244245
]
245246
},
246-
{text: 'For Game Developers →', link: '/games/developers/'},
247-
{text: 'For Hosting Providers →', link: '/games/providers/'},
247+
{text: 'For Players →', link: '/games/players/'},
248248
]
249249
},
250250
{text: 'Minekube Browser →', link: '/browser/'},

.web/docs/games/developers/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Minekube Games is designed with the developer's needs in mind, providing a suite
88

99
### Key Features for Developers:
1010

11+
- **Global Distribution**: Reach a vast audience of players by publishing your games on Minekube Browser, where they can be discovered and enjoyed by players and server owners worldwide.
1112
- **Simplified Deployment:** Utilize our infrastructure to deploy your games swiftly, with support for Docker containers and Kubernetes orchestration.
1213
- **Direct Community Engagement:** Connect with players directly, gather feedback, iterate on your creations, and build a following within the Minekube community.
1314
- **Monetization Opportunities:** Choose to offer your games for free or monetize them. Our platform supports various revenue models, giving you control over how you'd like to earn from your work.

0 commit comments

Comments
 (0)