diff --git a/lowdefy.yaml b/lowdefy.yaml index 672e816..e4f01cc 100644 --- a/lowdefy.yaml +++ b/lowdefy.yaml @@ -48,3 +48,24 @@ pages: type: secondary content: | Made by a Lowdefy 🤖 + +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 + +# All the pages in the app are listed here. +pages: + - _ref: stage.yaml + - _ref: deploy.yaml