This page is kept as a compact compatibility entry for older links. The documentation now uses five clearer sections.
- New store: Create a Store
- Existing v1 store: Migrate from v1
- File and field reference: Protocol Reference
- Build and publish automation: CI/CD Overview
- Short answers: FAQ
- Write source files such as
store-config.json,supported-languages.json, andApps/*/docker-compose.yml. - Run the public build action or
./scripts/build_dist.sh. - Publish the generated
dist/directory. - Let clients consume
store.json,index.json, built compose files, metadata files, and assets.
my-appstore/
├── Apps/
│ └── MyApp/
│ ├── docker-compose.yml
│ └── icon.svg
├── store-config.json
└── supported-languages.json
For local builds, optionally add scripts/build_dist.sh.