Add external link to modified source code

This commit is contained in:
Korbs 2024-12-19 16:25:21 -05:00
parent 8a0c3a0745
commit f1150fa5ad

View file

@ -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/' },
], ],