-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathkonfig.yaml
56 lines (55 loc) · 1.44 KB
/
konfig.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# yaml-language-server: $schema=https://unpkg.com/konfig-lib@latest/konfig-yaml.schema.json
outputDirectory: /tmp/leap-workflows-sdks-out
specRemotePath: https://api.workflows.tryleap.ai/api-json
specPath: api-fixed.json
specInputPath: api.json
readmeHeader:
image: header.png
title: Leap Workflows
url: https://www.tryleap.ai/
portal:
favicon: favicon.jpg
primaryColor: '#008ae6'
title: Leap
logo:
light: LightMode-BlackLogo.png
dark: DarkMode-WhiteLogo.png
customSnippet: docs/script.html
documentation:
sidebar:
sections:
- label: Documentation
links:
- id: introduction
path: docs/README.md
- id: webhooks
path: docs/webhooks.md
socials:
website: https://tryleap.ai/
generators:
python:
version: 2.0.3
packageName: leap_workflows
projectName: leap-workflows-python-sdk
outputDirectory: sdks/python
clientName: Leap
pypiApiTokenEnvironmentVariable: PYPI_TOKEN_1
git:
userId: leap-ai
repoId: workflows-sdks/tree/main/sdks/python
typescript:
version: 1.1.2
npmName: '@leap-ai/workflows'
outputDirectory: sdks/typescript
clientName: Leap
git:
userId: leap-ai
repoId: workflows-sdks/tree/main/sdks/typescript
swift:
version: 0.1.0
projectName: Leap
podAuthors: tryleap.ai
outputDirectory: sdks/swift
git:
userId: leap-ai
repoId: leap-workflows-swift-sdk