fix(docs): fix tutorial.

This commit is contained in:
SamTolmay 2021-02-25 11:24:58 +02:00
parent dbb2e525ea
commit 8c9d30dea4
7 changed files with 36 additions and 37 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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:

View File

@ -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: