Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions .web/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,31 +237,6 @@ export default defineConfig({
}
]
},
{
text: 'Developers API',
items: [
{
text: 'Overview',
link: '/guide/api/'
},
{
text: 'API Clients',
link: '/guide/api/clients'
},
{
text: 'Authentication',
link: '/guide/api/authentication'
},
{
text: 'Super Endpoints',
link: '/guide/api/super-endpoints'
},
{
text: 'Code Examples',
link: '/guide/api/examples'
}
]
},
{
text: 'Roadmap',
items: [
Expand Down
4 changes: 1 addition & 3 deletions .web/docs/blog/minekube-browser-apis-agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,7 @@ The public listing data can be public. Rankings, vote counts, endpoint status, s

The most technical Minecraft teams already automate everything they can. They build dashboards, Discord tools, deployment flows, moderation helpers, and custom admin workflows. Minekube should meet them there.

Today, the public Connect API is an early-stage endpoint-token API for Connect Network operations: listing active endpoints the caller can access and requesting online players on accessible endpoints to connect to another endpoint, through generated clients over Connect, gRPC, and gRPC-Web. It authenticates with `Connect-Endpoint` plus `Authorization: Bearer <ENDPOINT_TOKEN>`.

Future Minekube product APIs can build on that direction with a broader product model around organizations, imported endpoints, domains, endpoint and session state, usage, plans, discovery data, support context, and operational history.
Future Minekube product APIs could introduce a broader product model around organizations, imported endpoints, domains, endpoint and session state, usage, plans, discovery data, support context, and operational history.

This is not "AI for the sake of AI." It is infrastructure that should be clear enough for humans, scripts, dashboards, plugins, services, and approved automation to use through the same product surface.

Expand Down
2 changes: 1 addition & 1 deletion .web/docs/guide/adoption-plan.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Gamification, Referral and Friends systems will be keys to success at this phase
## Step #3 - Developers

Our third target audience are developers to allow them to extend the Connect Platform
and build their own plugins and services on top of it by using public Connect APIs.
and build their own plugins and services on top of it using supported Connect capabilities.

Connect integrates a developer platform and marketplace for Minecraft plugins
and services integrated with Connect.
46 changes: 0 additions & 46 deletions .web/docs/guide/api/authentication.md

This file was deleted.

100 changes: 0 additions & 100 deletions .web/docs/guide/api/clients.md

This file was deleted.

17 changes: 0 additions & 17 deletions .web/docs/guide/api/examples.md

This file was deleted.

110 changes: 0 additions & 110 deletions .web/docs/guide/api/goexample/example_test.go

This file was deleted.

10 changes: 0 additions & 10 deletions .web/docs/guide/api/goexample/go.mod

This file was deleted.

12 changes: 0 additions & 12 deletions .web/docs/guide/api/goexample/go.sum

This file was deleted.

21 changes: 0 additions & 21 deletions .web/docs/guide/api/index.md

This file was deleted.

Loading
Loading