This repository has been archived on 2022-06-19. You can view files and clone it, but cannot push or open issues or pull requests.
ContainerImage.WendyUI/Lowdefy/lowdefy.yaml

30 lines
523 B
YAML

lowdefy: 3.23.2
name: Lowdefy starter
licence: MIT
connections:
- id: my_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