mirror of
https://github.com/lowdefy/lowdefy.git
synced 2025-02-23 14:39:32 +08:00
fix(docs): fix tutorial.
This commit is contained in:
parent
dbb2e525ea
commit
8c9d30dea4
@ -32,18 +32,18 @@ _ref:
|
||||
menus:
|
||||
- id: default
|
||||
links:
|
||||
- id: welcome
|
||||
type: MenuLink
|
||||
properties:
|
||||
icon: HomeOutlined
|
||||
title: Home
|
||||
pageId: welcome
|
||||
- id: new-ticket
|
||||
type: MenuLink
|
||||
properties:
|
||||
icon: AlertOutlined
|
||||
title: New ticket
|
||||
pageId: new-ticket
|
||||
- id: welcome
|
||||
type: MenuLink
|
||||
properties:
|
||||
icon: HomeOutlined
|
||||
title: Home
|
||||
pageId: welcome
|
||||
|
||||
pages:
|
||||
- _ref: new-ticket.yaml
|
||||
@ -57,7 +57,7 @@ _ref:
|
||||
id: new-ticket
|
||||
type: PageHeaderMenu
|
||||
properties:
|
||||
title: Log a ticket # The title in the browser tab.
|
||||
title: New ticket # The title in the browser tab.
|
||||
layout:
|
||||
contentJustify: center # Center the contents of the page.
|
||||
blocks:
|
||||
|
@ -32,18 +32,18 @@ _ref:
|
||||
menus:
|
||||
- id: default
|
||||
links:
|
||||
- id: welcome
|
||||
type: MenuLink
|
||||
properties:
|
||||
icon: HomeOutlined
|
||||
title: Home
|
||||
pageId: welcome
|
||||
- id: new-ticket
|
||||
type: MenuLink
|
||||
properties:
|
||||
icon: AlertOutlined
|
||||
title: New ticket
|
||||
pageId: new-ticket
|
||||
- id: welcome
|
||||
type: MenuLink
|
||||
properties:
|
||||
icon: HomeOutlined
|
||||
title: Home
|
||||
pageId: welcome
|
||||
|
||||
pages:
|
||||
- _ref: new-ticket.yaml
|
||||
@ -57,7 +57,7 @@ _ref:
|
||||
id: new-ticket
|
||||
type: PageHeaderMenu
|
||||
properties:
|
||||
title: Log a ticket # The title in the browser tab.
|
||||
title: New ticket # The title in the browser tab.
|
||||
layout:
|
||||
contentJustify: center # Center the contents of the page
|
||||
blocks:
|
||||
|
@ -33,18 +33,18 @@ _ref:
|
||||
menus:
|
||||
- id: default
|
||||
links:
|
||||
- id: welcome
|
||||
type: MenuLink
|
||||
properties:
|
||||
icon: HomeOutlined
|
||||
title: Home
|
||||
pageId: welcome
|
||||
- id: new-ticket
|
||||
type: MenuLink
|
||||
properties:
|
||||
icon: AlertOutlined
|
||||
title: New ticket
|
||||
pageId: new-ticket
|
||||
- id: welcome
|
||||
type: MenuLink
|
||||
properties:
|
||||
icon: HomeOutlined
|
||||
title: Home
|
||||
pageId: welcome
|
||||
|
||||
pages:
|
||||
- _ref: new-ticket.yaml
|
||||
|
@ -49,7 +49,7 @@ _ref:
|
||||
- id: page_heading
|
||||
type: Title
|
||||
properties:
|
||||
content: Log a ticket # The content text of the title block.
|
||||
content: Log a ticket # Change the title on the page.
|
||||
level: 3 # Make the title a little smaller (an html `<h3>`).
|
||||
```
|
||||
|
||||
@ -143,18 +143,18 @@ _ref:
|
||||
menus:
|
||||
- id: default
|
||||
links:
|
||||
- id: welcome
|
||||
type: MenuLink
|
||||
properties:
|
||||
icon: HomeOutlined
|
||||
title: Home
|
||||
pageId: welcome
|
||||
- id: new-ticket
|
||||
type: MenuLink
|
||||
properties:
|
||||
icon: AlertOutlined
|
||||
title: New ticket
|
||||
pageId: new-ticket
|
||||
- id: welcome
|
||||
type: MenuLink
|
||||
properties:
|
||||
icon: HomeOutlined
|
||||
title: Home
|
||||
pageId: welcome
|
||||
################ -------- Copy to here ---------- ################
|
||||
pages:
|
||||
- _ref: new-ticket.yaml
|
||||
|
@ -38,7 +38,7 @@ _ref:
|
||||
|
||||
#### Step 6.1 - Create a Github repository
|
||||
|
||||
Create a new Github repository. You can do that [here](https://github.com/new). Do not initialize the repository with a .gitignore file.
|
||||
Create a new Github repository. You can do that [here](https://github.com/new). Do not initialize the repository with a `.gitignore`, `README`, or licence file.
|
||||
|
||||
#### Step 6.2 - Add your files to the repository
|
||||
|
||||
|
@ -51,18 +51,18 @@ _ref:
|
||||
menus:
|
||||
- id: default
|
||||
links:
|
||||
- id: welcome
|
||||
type: MenuLink
|
||||
properties:
|
||||
icon: HomeOutlined
|
||||
title: Home
|
||||
pageId: welcome
|
||||
- id: new-ticket
|
||||
type: MenuLink
|
||||
properties:
|
||||
icon: AlertOutlined
|
||||
title: New ticket
|
||||
pageId: new-ticket
|
||||
- id: welcome
|
||||
type: MenuLink
|
||||
properties:
|
||||
icon: HomeOutlined
|
||||
title: Home
|
||||
pageId: welcome
|
||||
|
||||
pages:
|
||||
- _ref: new-ticket.yaml
|
||||
@ -96,7 +96,7 @@ _ref:
|
||||
_date: now
|
||||
|
||||
properties:
|
||||
title: Log a ticket # The title in the browser tab.
|
||||
title: New ticket # The title in the browser tab.
|
||||
layout:
|
||||
contentJustify: center # Center the contents of the page.
|
||||
blocks:
|
||||
|
@ -249,7 +249,6 @@ _ref:
|
||||
```yaml
|
||||
id: new-ticket
|
||||
type: PageHeaderMenu
|
||||
|
||||
################ -------- Copy from here -------- ################
|
||||
requests:
|
||||
- id: save_data
|
||||
@ -272,7 +271,7 @@ _ref:
|
||||
################ ------- Copy to here ----------- ################
|
||||
|
||||
properties:
|
||||
title: Log a ticket
|
||||
title: New ticket # The title in the browser tab.
|
||||
layout:
|
||||
contentJustify: center # Center the contents of the page
|
||||
blocks:
|
||||
|
Loading…
Reference in New Issue
Block a user