Davie
Davie
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...
Some content may need to be protected or differ depending on the role of the logged in user. TODO: add more detail
When you navigate to a section on a page and that page is using the Table of Contents (TOC) component the following happens: ## Actual 1. the page is briefly...
A few accessibility issues with the TOC component: - every item has the same aria-level (which I think should be inline with the heading level) - the items are ``...