Skip to content

Commit

Permalink
docs(games): Update developers
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbraemer committed Apr 13, 2024
1 parent 6b98929 commit ca8b7be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .web/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,14 +237,14 @@ export default defineConfig({
{
text: 'Go to your right place',
items: [
{text: 'For Players →', link: '/games/players/'},
{text: 'For Game Developers →', link: '/games/developers/'},
{text: 'For Hosting Providers →', link: '/games/providers/'},
{
text: 'For Server Owners →', link: '/games/servers/', items: [
{text: 'Creating a Game Server', link: '/games/servers/create'},
]
},
{text: 'For Game Developers →', link: '/games/developers/'},
{text: 'For Hosting Providers →', link: '/games/providers/'},
{text: 'For Players →', link: '/games/players/'},
]
},
{text: 'Minekube Browser →', link: '/browser/'},
Expand Down
1 change: 1 addition & 0 deletions .web/docs/games/developers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Minekube Games is designed with the developer's needs in mind, providing a suite

### Key Features for Developers:

- **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.
- **Simplified Deployment:** Utilize our infrastructure to deploy your games swiftly, with support for Docker containers and Kubernetes orchestration.
- **Direct Community Engagement:** Connect with players directly, gather feedback, iterate on your creations, and build a following within the Minekube community.
- **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.
Expand Down

0 comments on commit ca8b7be

Please sign in to comment.