67a0680123
Current setup makes it very hard to iterate and see output in website as you have to always `pnpm copy` after a change last item for https://github.com/microsoft/typespec/issues/2564 |
||
---|---|---|
.. | ||
readme.md |
readme.md
Docs moved
Docs have moved into the website folder ../website/src/content/docs/docs
For reference
This is an unfortunate current limitation of astro starlight. If things change in the future this is the current limitations:
- content folder MUST be under the astro website package(default src/content)
- astro allows symlink but it MUST be the whole collection(e.g.
src/content/docs
) - starlight only way to put docs under a
docs/
path is to have anotherdocs/
folder under the collection onesrc/content/docs
(resulting insrc/content/docs/docs
)
If any of the issues above is improve we could potentially move the docs back here or reduce at least some nesting