2
0
mirror of https://github.com/lowdefy/lowdefy.git synced 2025-03-31 15:20:32 +08:00

fix(docs): Add lowdefy versions to docs.

This commit is contained in:
Gervwyk 2021-06-04 11:29:57 +02:00
parent 2da07b9e78
commit 5ff0e16d0d
4 changed files with 44 additions and 1 deletions

@ -699,3 +699,39 @@
- id: _yaml
type: MenuLink
pageId: _yaml
- id: versions
type: MenuGroup
properties:
title: Lowdefy Versions
icon: BranchesOutlined
links:
- id: latest
type: MenuLink
url: https://docs.lowdefy.com
properties:
title: Latest
- id: v3.16.5
type: MenuLink
url: https://60b4bfc8f6822500088a1c45--lowdefy-docs.netlify.app
properties:
title: v3.16.5
- id: v3.15.0
type: MenuLink
url: https://609a6df368df720007f2cc9c--lowdefy-docs.netlify.app
properties:
title: v3.15.0
- id: v3.14.1
type: MenuLink
url: https://6089404fb5958f00070b8520--lowdefy-docs.netlify.app
properties:
title: v3.14.1
- id: v3.13.0
type: MenuLink
url: https://607952a468b9200008ad4db0--lowdefy-docs.netlify.app
properties:
title: v3.13.0
- id: v3.12.6
type: MenuLink
url: https://606c6baf132ad60007ef8f38--lowdefy-docs.netlify.app
properties:
title: v3.12.6

@ -103,6 +103,11 @@ properties:
footer:
style:
background: '#FFFFFF'
breadcrumb:
list:
- _ref: version.yaml
- {{ category }}
- {{ block_type }}
layout:
contentGutter: 16
areas:

@ -73,9 +73,10 @@ properties:
style:
background: '#FFFFFF'
padding: 16px 0px 0px 0px
{% if section %}
breadcrumb:
list:
- _ref: version.yaml
{% if section %}
- {{ section }}
- {{ pageTitle }}
{% endif %}

@ -0,0 +1 @@
v3.16.5