Experiment to rebuild Diffuse using web applets.
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: update index page

+2 -1
+2 -1
src/pages/index.astro
··· 40 40 ]; 41 41 42 42 const orchestrators = [ 43 + { url: "orchestrator/input-cache/", title: "Input caching" }, 43 44 { url: "orchestrator/output-management/", title: "Output management" }, 44 45 { url: "orchestrator/single-queue/", title: "Single queue" }, 45 46 ]; ··· 51 52 52 53 const processors = [ 53 54 { url: "processor/artwork/", title: "(TODO) Artwork fetcher" }, 54 - { url: "processor/http-metadata/", title: "(TODO) HTTP(S) metadata fetcher" }, 55 + { url: "processor/metadata-fetcher/", title: "Metadata fetcher" }, 55 56 ]; 56 57 --- 57 58