From 6ffcb9869828e9e7ad8a78bebbefa1438af0249c Mon Sep 17 00:00:00 2001 From: SamTolmay Date: Tue, 1 Jun 2021 14:27:48 +0200 Subject: [PATCH] chore: remove previous example --- .gitignore | 5 ++--- lowdefy.yaml | 20 -------------------- pages/welcome.yaml | 43 ------------------------------------------- 3 files changed, 2 insertions(+), 66 deletions(-) delete mode 100644 lowdefy.yaml delete mode 100644 pages/welcome.yaml diff --git a/.gitignore b/.gitignore index 301f9ae..e9de565 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -**/node_modules -.lowdefy/** +**/.lowdefy/** +**/.env .DS_Store -.env \ No newline at end of file diff --git a/lowdefy.yaml b/lowdefy.yaml deleted file mode 100644 index ef5bca9..0000000 --- a/lowdefy.yaml +++ /dev/null @@ -1,20 +0,0 @@ -version: null - -menus: - - id: default - links: - - id: examples - type: MenuLink - url: https://lowdefy.com/examples - properties: - title: Examples - icon: AppstoreOutlined - - id: docs - type: MenuLink - url: https://docs.lowdefy.com - properties: - title: Docs - icon: ReadOutlined - -pages: - - _ref: pages/welcome.yaml \ No newline at end of file diff --git a/pages/welcome.yaml b/pages/welcome.yaml deleted file mode 100644 index 86f41e5..0000000 --- a/pages/welcome.yaml +++ /dev/null @@ -1,43 +0,0 @@ -id: welcome -type: PageHeaderMenu -properties: - title: Welcome -areas: - content: - justify: center - blocks: - - id: content_card - type: Card - style: - maxWidth: 800 - blocks: - - id: content - type: Result - properties: - title: Welcome to your Lowdefy app - subTitle: We are excited to see what you are going to build - icon: - name: HeartTwoTone - color: '#f00' - blocks: - - id: docs_button - type: Button - properties: - size: large - title: Let's build something - color: '#1890ff' - actions: - onClick: - - id: link_to_docs - type: Link - params: - url: https://docs.lowdefy.com - newWindow: true - footer: - blocks: - - id: footer - type: Paragraph - properties: - type: secondary - content: | - Made by a Lowdefy 🤖 \ No newline at end of file