-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.noeldoc.yml
More file actions
78 lines (77 loc) Β· 3.68 KB
/
.noeldoc.yml
File metadata and controls
78 lines (77 loc) Β· 3.68 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# π»ββοΈπ¦ @ncharts/sdk: SDK bindings and typings for charted-server
# Copyright 2023 Noelware, LLC. <team@noelware.org>
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions:
#
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
name: '@ncharts/sdk'
description: π»ββοΈπ¦ SDK bindings and typings for charted-server
version: '{{ .Noeldoc.ReadFile "{{ .Cwd }}/.sdk-version" }}'
pipelines:
- id: typedoc
name: Typedoc
plugins:
- dev.noeldoc.plugins:typedoc
options:
packageManager:
- id: yarn
downloadUrl: https://classic.yarnpkg.com/latest.tar.gz
nodeVersions:
- version: 19.9.0
distributions:
- os: darwin
arch: arm64
shasum: 13f7f0e57a2123e55a3172b65e08bc2a51fb52bf366a83d7dda12456ebdc3da0
downloadUrl: https://nodejs.org/dist/v19.9.0/node-v19.9.0-darwin-arm64.tar.gz
- os: darwin
arch: x64
shasum: 4f1a5b72ef0bcb6757e5daaf3fcf2c26fa35dc5d5fdff7692b63775ed51934a4
downloadUrl: https://nodejs.org/dist/v19.9.0/node-v19.9.0-darwin-x64.tar.gz
- os: linux
arch: arm64
shasum: 1ebddd6ac062270ac895233b78eb0feabc5fd08ea88502dfede626f4a1b4b037
downloadUrl: https://nodejs.org/dist/v19.9.0/node-v19.9.0-linux-arm64.tar.gz
- os: linux
arch: x64
shasum: 15168a298d150335c098f19449f9baef0b0758466723fafc23ef209156dae604
downloadUrl: https://nodejs.org/dist/v19.9.0/node-v19.9.0-linux-x64.tar.gz
- os: windows
arch: x64
shasum: 589f7880af8de21ee371de8c06a85b5e996d049bf499fbac1245fb10b441e504
downloadUrl: https://nodejs.org/dist/v19.9.0/node-v19.9.0-win-x64.zip
workspaces:
- name: '@ncharts/sdk'
options:
displayName: JavaScript SDK
entryPoint: '{{.Cwd}}/packages/sdk/src/index.ts'
tsconfig: '{{.Cwd}}/packages/sdk/tsconfig.json'
- name: '@ncharts/types'
options:
displayName: Server Typings
tsconfig: '{{.Cwd}}/packages/sdk/tsconfig.json'
declarations:
- '{{ .Plugins.Typedoc.WorkspaceDir }}/src/index.d.ts'
renderers:
- id: markdown
name: Turn into Markdown
renderers:
- dev.noeldoc.renderers:markdown
registries: [official]
needs: [pipelines.typedoc]
options:
validate: true
mdx: false