mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-23 14:39:32 +08:00
fix(docs): Update concpets ortder.
This commit is contained in:
parent
19ccf7232e
commit
91a54500ce
@ -88,7 +88,7 @@ _ref:
|
||||
|
||||
More details on custom blocks can be found [here](https://github.com/lowdefy/blocks-template).
|
||||
|
||||
# Block Loading
|
||||
# Block loading
|
||||
|
||||
Block loading renders a placeholder block while the block component is being fetched, or a block is waiting on a request to return before to rendering the block. This allows for a smoother user experience and reduces 'bounce' in the user interface as more blocks takes up their full width and height on the page while in a loading state.
|
||||
|
||||
@ -170,7 +170,7 @@ _ref:
|
||||
- _ref:
|
||||
path: templates/navigation_buttons.yaml
|
||||
vars:
|
||||
previous_page_title: Lowdefy Schema
|
||||
previous_page_id: lowdefy-schema
|
||||
next_page_title: Context and State
|
||||
next_page_id: context-and-state
|
||||
previous_page_title: Context and State
|
||||
previous_page_id: context-and-state
|
||||
next_page_title: Layout
|
||||
next_page_id: layout
|
||||
|
@ -90,7 +90,7 @@ _ref:
|
||||
- _ref:
|
||||
path: templates/navigation_buttons.yaml
|
||||
vars:
|
||||
previous_page_title: Events and Actions
|
||||
previous_page_id: events-and-actions
|
||||
next_page_title: Layout
|
||||
next_page_id: layout
|
||||
previous_page_title: Layout
|
||||
previous_page_id: layout
|
||||
next_page_title: Events and Actions
|
||||
next_page_id: events-and-actions
|
||||
|
@ -46,7 +46,7 @@ _ref:
|
||||
- _ref:
|
||||
path: templates/navigation_buttons.yaml
|
||||
vars:
|
||||
previous_page_title: Tutorial
|
||||
previous_page_id: tutorial-setup
|
||||
next_page_title: Events and Actions
|
||||
next_page_id: events-and-actions
|
||||
previous_page_title: Lowdefy Schema
|
||||
previous_page_id: lowdefy-schema
|
||||
next_page_title: Blocks
|
||||
next_page_id: blocks
|
||||
|
@ -105,7 +105,7 @@ _ref:
|
||||
- _ref:
|
||||
path: templates/navigation_buttons.yaml
|
||||
vars:
|
||||
previous_page_title: Context and State
|
||||
previous_page_id: context-and-state
|
||||
next_page_title: Connections and Requests
|
||||
next_page_id: connections-and-requests
|
||||
previous_page_title: Connections and Requests
|
||||
previous_page_id: connections-and-requests
|
||||
next_page_title: Operators
|
||||
next_page_id: operators
|
||||
|
@ -1407,7 +1407,7 @@ _ref:
|
||||
- _ref:
|
||||
path: templates/navigation_buttons.yaml
|
||||
vars:
|
||||
previous_page_title: Connections and Requests
|
||||
previous_page_id: connections-and-requests
|
||||
next_page_title: Operators
|
||||
next_page_id: operators
|
||||
previous_page_title: Blocks
|
||||
previous_page_id: blocks
|
||||
next_page_title: Connection and Requests
|
||||
next_page_id: connections-and-requests
|
||||
|
@ -90,31 +90,31 @@ menus:
|
||||
pageId: overview
|
||||
properties:
|
||||
title: Overview
|
||||
- id: blocks
|
||||
type: MenuLink
|
||||
pageId: blocks
|
||||
properties:
|
||||
title: Blocks
|
||||
- id: context-and-state
|
||||
type: MenuLink
|
||||
pageId: context-and-state
|
||||
properties:
|
||||
title: Context and State
|
||||
- id: events-and-actions
|
||||
- id: blocks
|
||||
type: MenuLink
|
||||
pageId: events-and-actions
|
||||
pageId: blocks
|
||||
properties:
|
||||
title: Events and Actions
|
||||
- id: connections-and-requests
|
||||
type: MenuLink
|
||||
pageId: connections-and-requests
|
||||
properties:
|
||||
title: Connections and Requests
|
||||
title: Blocks
|
||||
- id: layout
|
||||
type: MenuLink
|
||||
pageId: layout
|
||||
properties:
|
||||
title: Layout
|
||||
- id: connections-and-requests
|
||||
type: MenuLink
|
||||
pageId: connections-and-requests
|
||||
properties:
|
||||
title: Connections and Requests
|
||||
- id: events-and-actions
|
||||
type: MenuLink
|
||||
pageId: events-and-actions
|
||||
properties:
|
||||
title: Events and Actions
|
||||
- id: operators
|
||||
type: MenuLink
|
||||
pageId: operators
|
||||
@ -278,11 +278,11 @@ pages:
|
||||
- _ref: tutorial/next-steps.yaml
|
||||
|
||||
- _ref: concepts/overview.yaml
|
||||
- _ref: concepts/blocks.yaml
|
||||
- _ref: concepts/context-and-state.yaml
|
||||
- _ref: concepts/events-and-actions.yaml
|
||||
- _ref: concepts/connections-and-requests.yaml
|
||||
- _ref: concepts/blocks.yaml
|
||||
- _ref: concepts/layout.yaml
|
||||
- _ref: concepts/connections-and-requests.yaml
|
||||
- _ref: concepts/events-and-actions.yaml
|
||||
- _ref: concepts/operators.yaml
|
||||
|
||||
- _ref: blocks/input/AutoComplete.yaml
|
||||
|
Loading…
Reference in New Issue
Block a user