Ian Jeffries

Results 127 comments of Ian Jeffries

I'm not sure who to credit because I didn't change anything, but intra-page sections now show on the right instead of being mixed into the left sidebar, enormous improvement: ![image](https://github.com/dxos/dxos/assets/1310143/104ee3b1-549e-4c0c-b7c1-324f435806d5)

Oh, it's just screen width. With a wide enough screen you see what's in the screenshot above and it works nicely.

No mentions of "vault topology" at all in the repo. The only mention of "topology" in the `./docs` folder is here, which I doubt is a problem: https://github.com/dxos/dxos/blob/main/docs/content/design/diagrams/archive/mesh-implementation.drawio.svg The repo...

Based on https://github.com/dxos/dxos/pull/5471 it looks like we might want to get rid of the term "vault" altogether.

> Based on #5471 it looks like we might want to get rid of the term "vault" altogether. If this is what the issue originally meant and I misread it...

Update: we definitely want to get rid of all uses of "vault".

This hasn't been done yet btw, there are still a few "vault" mentions floating around.

### What should the diagram represent? A dependency graph of the components of DXOS Something like this (don't read too much into it, I just threw it together to start...

Actually it might be better to use Mermaid for this because it works in both GitHub and the docs site without a build step. It will look a little different...