LongLink Runtime Concepts

Page Files

Definition

Registers XML pages from conventional SDK application source folders.

Usage

Place XML page files under src/pages so the LongLink SDK can discover and serve them.

Rules

  • src/pages/index.xml. Registers the browser root route.
  • nested files. Nested page files become nested browser routes.
  • src/i18n. Translation catalogs are served alongside XML pages from the app source tree.

Example

xml
src/
pages/
index.xml
orders.xml
orders/[order].xml
i18n/
en.json