This commit is contained in:
tree 2023-06-28 09:54:08 +02:00
rodič fbc59a7599
revize 96e7948033
5 změnil soubory, kde provedl 45 přidání a 9 odebrání

Zobrazit soubor

@ -14,4 +14,9 @@ apps:
language: js
links:
web: https://blueskyweb.xyz/
git: https://github.com/bluesky-social/social-app
git: https://github.com/bluesky-social/social-app
bsky: https://bsky.app/profile/bsky.app
authors:
- name: Bluesky PBLLC
links:
bsky: https://bsky.app/profile/bsky.app

Zobrazit soubor

@ -4,4 +4,8 @@ apps:
url: https://klearsky.pages.dev/
language: js
links:
git: https://github.com/mimonelu/klearsky
git: https://github.com/mimonelu/klearsky
authors:
- name: mimonelu.net
links:
bsky: https://bsky.app/profile/did:plc:ilxxgyz7oz7mysber4omeqrg

Zobrazit soubor

@ -0,0 +1,11 @@
name: Laika
apps:
- platform: web
url: https://laika-bluesky.web.app/
language: js
links:
web: https://laika-bluesky.web.app/
authors:
- name: makoto.bsky.social
links:
bsky: https://bsky.app/profile/did:plc:tr5cijtwcpl2dqrtmjsmmcow

Zobrazit soubor

@ -4,4 +4,8 @@ apps:
language: js
url: https://tokimekibluesky.vercel.app/
links:
git: https://github.com/spuithori/tokimekibluesky
git: https://github.com/spuithori/tokimekibluesky
authors:
- name: holybea
links:
bsky: https://bsky.app/profile/did:plc:hiptcrt4k63szzz4ty3dhwcp

Zobrazit soubor

@ -16,6 +16,13 @@ definitions:
- java
- go
- rust
links:
type: object
additionalProperties: false
patternProperties:
'^[a-z]+$':
type: string
format: url
properties:
id:
type: string
@ -35,10 +42,15 @@ properties:
url:
type: string
format: url
authors:
type: array
items:
type: object
additionalProperties: false
properties:
name:
type: string
links:
$ref: '#/definitions/links'
links:
type: object
additionalProperties: false
patternProperties:
'^[a-z]+$':
type: string
format: url
$ref: '#/definitions/links'