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-05-11 19:33:41 +08:00
|
|
|
lowdefy: '3.15.0'
|
2021-01-19 18:36:43 +08:00
|
|
|
licence: Apache-2.0
|
2021-01-13 23:21:27 +08:00
|
|
|
|
|
|
|
global:
|
|
|
|
all_icons:
|
|
|
|
_ref: blocks/all_icons.yaml
|
|
|
|
settings_input_layout:
|
|
|
|
span: 23
|
|
|
|
sm:
|
|
|
|
span: 23
|
2021-01-29 23:03:40 +08:00
|
|
|
|
2021-02-23 21:25:52 +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
|
2021-02-23 21:25:52 +08:00
|
|
|
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-02-23 21:25:52 +08:00
|
|
|
|
2021-01-13 23:21:27 +08:00
|
|
|
menus:
|
2021-04-06 16:35:55 +08:00
|
|
|
_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
|