Leo kettmeir
kettmeir.dev
Leo kettmeir
@kettmeir.dev
Working at @deno.land, working on JSR, documentation generation, and web API stuff like WebGPU. I love animation & illustrations
And given that we have the dropdown on docs for various systems, I think that keeping deno.json in documentation is reasonable, and if other config files are compatible with jsr's schema, then they could be added, but ie package.json is not compatible with the schema.
February 4, 2025 at 11:22 PM
JSR itself doesn't have special handling for deno.json. The only reference of deno.json is in documentation and it being the default value for a database insertion which always has a value set.
February 4, 2025 at 11:21 PM
we will make him show up, it's just a matter of time!
November 15, 2024 at 4:58 PM
the landing page, if its blank, i assume you have an set entrypoint. in that case, the content of the page are derived from the module doc for the entrypoint file (so a top-level jsdoc comment with a @module tag)
November 8, 2024 at 9:07 PM
Categories currently are only supported when you are using a single .d.ts file, so its likely to not be of much use to you. However if it does, here is an example: github.com/denoland/doc... is the file we use for docs.deno.com/api/deno
November 8, 2024 at 9:06 PM
Hey, Leo here from the Deno team; feel free to ask me anything related to it
November 7, 2024 at 12:26 PM