Add external link to modified source code
This commit is contained in:
parent
8a0c3a0745
commit
f1150fa5ad
1 changed files with 2 additions and 0 deletions
|
@ -143,6 +143,7 @@ const validator = s.object({
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
.default([
|
.default([
|
||||||
|
{ label: 'Modified Source Code', link: 'https://ark.sudovanilla.org/Infrastructure/zipline#readme' },
|
||||||
{ label: 'Zipline', link: 'https://github.com/diced/zipline' },
|
{ label: 'Zipline', link: 'https://github.com/diced/zipline' },
|
||||||
{ label: 'Documentation', link: 'https://zipline.diced.tech/' },
|
{ label: 'Documentation', link: 'https://zipline.diced.tech/' },
|
||||||
]),
|
]),
|
||||||
|
@ -154,6 +155,7 @@ const validator = s.object({
|
||||||
disable_media_preview: false,
|
disable_media_preview: false,
|
||||||
|
|
||||||
external_links: [
|
external_links: [
|
||||||
|
{ label: 'Modified Source Code', link: 'https://ark.sudovanilla.org/Infrastructure/zipline#readme' },
|
||||||
{ label: 'Zipline', link: 'https://github.com/diced/zipline' },
|
{ label: 'Zipline', link: 'https://github.com/diced/zipline' },
|
||||||
{ label: 'Documentation', link: 'https://zipline.diced.tech/' },
|
{ label: 'Documentation', link: 'https://zipline.diced.tech/' },
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue