30 lines
520 B
YAML
30 lines
520 B
YAML
lowdefy: 3.23.2
|
|
name: Lowdefy starter
|
|
licence: MIT
|
|
|
|
connections:
|
|
- id: api
|
|
type: AxiosHttp
|
|
properties:
|
|
baseURL: http://127.0.0.1:3001
|
|
|
|
pages:
|
|
- _ref: stage.yaml
|
|
- _ref: deploy.yaml
|
|
|
|
menus:
|
|
- id: default
|
|
links:
|
|
- id: Stage
|
|
type: MenuLink
|
|
pageId: stage
|
|
properties:
|
|
title: Stage
|
|
icon: CloudDownloadOutlined
|
|
- id: Deploy
|
|
type: MenuLink
|
|
pageId: deploy
|
|
properties:
|
|
title: Deploy
|
|
icon: RocketOutlined
|