lowdefy/packages/docs/lowdefy.yaml

67 lines
1.5 KiB
YAML
Raw Normal View History

2021-01-19 18:36:43 +08:00
# Copyright 2020-2021 Lowdefy, Inc
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
# http://www.apache.org/licenses/LICENSE-2.0
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: '@lowdefy/docs'
2021-07-26 15:56:28 +08:00
lowdefy: 3.19.0
2021-01-19 18:36:43 +08:00
licence: Apache-2.0
2021-01-13 23:21:27 +08:00
2021-06-21 23:19:28 +08:00
cli:
disableTelemetry: true
2021-01-13 23:21:27 +08:00
global:
all_icons:
_ref: blocks/all_icons.yaml
settings_input_layout:
span: 23
sm:
span: 23
app:
html:
appendHead:
2021-05-17 03:33:33 +08:00
_ref: head.html
2021-06-14 19:16:10 +08:00
appendBody:
_ref: body.html
2021-05-17 03:33:33 +08:00
connections:
- id: discord_channel
type: AxiosHttp
properties:
method: post
2021-02-23 22:23:20 +08:00
url:
_secret: DISCORD_WEBHOOK
- id: lowdefy_api_marketing
type: AxiosHttp
properties:
method: post
2021-02-23 22:23:20 +08:00
baseURL:
_secret: LOWDEFY_API
url: /marketing
- id: lowdefy_api_telemetry
type: AxiosHttp
properties:
method: post
baseURL:
_secret: LOWDEFY_API
url: /telemetry/docs
2021-01-13 23:21:27 +08:00
menus:
_ref: menus.yaml
2021-01-13 23:21:27 +08:00
pages:
2021-05-07 20:27:44 +08:00
_ref:
path: pages.yaml
# Commented out because it loops
# Use to generate new sitemap if pages are added
# transformer: templates/generateSitemap.js