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
2 changes: 1 addition & 1 deletion src/pages/controller/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ title: Controller Overview
### Customizable

- Full theme customization to match your game's branding
- Dynamic UI components for displaying game assets, quests and achievements
- Dynamic UI components for displaying game assets and achievements
- Extensible plugin system for adding custom functionality

### Identity and Reputation
Expand Down
341 changes: 0 additions & 341 deletions src/pages/controller/quests.md

This file was deleted.

1 change: 0 additions & 1 deletion src/public/llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ For example, the Controller overview at `/controller/overview` has its source at
- [Coinbase Onramp](https://docs.cartridge.gg/controller/coinbase-onramp): Fiat-to-crypto purchase integration for gaming applications.
- [Usernames](https://docs.cartridge.gg/controller/usernames): Username and address lookup service with API access and helper methods.
- [Achievements](https://docs.cartridge.gg/controller/achievements): Achievement system for rewarding players and tracking in-game progress.
- [Quests](https://docs.cartridge.gg/controller/quests): Time-based challenges with rewards and progress tracking.
- [Toast Notifications](https://docs.cartridge.gg/controller/toast-notifications): Display contextual notifications for transactions, achievements, and marketplace activities.
- [Architecture](https://docs.cartridge.gg/controller/architecture): Technical overview of the Controller smart contract architecture and security model.

Expand Down
4 changes: 0 additions & 4 deletions vocs.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,6 @@ export default defineConfig({
text: "Achievements",
link: "/controller/achievements",
},
{
text: "Quests",
link: "/controller/quests",
},
{
text: "Toast Notifications",
link: "/controller/toast-notifications",
Expand Down
Loading