mosaic
mosaic copied to clipboard
https://mosaic-mosaic-dev-team.vercel.app
The OpenApiComponent renders the react-swagger component without any styling. ## Root Cause I suspect the root cause is the fact that esbuild is told to exclude node_modules when bundling the...
Currently, where a directory contains an `index.mdx` file, Mosaic will ensure that the corresponding URL ends in `index`. For example: * Source: `foo/bar/index.mdx` * URL: `https://example.com/foo/bar/index` Requests to the URL...
Create a source that can pull in data generated by [typedoc](https://typedoc.org/guides/overview/) Markdown plugin -- https://github.com/tgreyuk/typedoc-plugin-markdown/tree/master/packages/typedoc-plugin-markdown#readme
A workflow should execute in it's own worker thread to prevent any issues serving pages
When using a git repo source, the repo is cloned and a worktree created for the branch specified by the source in the mosaic config file. Now lets say you...
We are beginning to add code examples to the mosaic docs now and these examples would be much clearer if the markdown and rendered preview were accessible on the page....
This is likely to be a massive refactor. We would want to do this to take advantage of the speed improvements associated with React Server Components. The app dir is...
Create a new Quick Start Guide for creating a new mosaic site. Probably best to create a new generator that does not add mosaic specific sources but instead adds some...
The Mosaic packages require a more thorough test plan in order to have confidence in the tool. As part of this issue it would be good to begin the process...
We currently use Prism for code highlighting. It doesn't seem to work very well and I have heard a lot about [Shiki](https://github.com/shikijs/shiki) recently that is supposed to be better. I...