microsoft/typespec
Publicmirrored from https://github.com/microsoft/typespecAvailable
docs/readme.md
13lines · modecode
| 1 | ## Docs moved |
| 2 | |
| 3 | Docs have moved into the website folder [../website/src/content/docs/docs](../website/src/content/docs/docs) |
| 4 | |
| 5 | ### For reference |
| 6 | |
| 7 | This is an unfortunate current limitation of astro starlight. If things change in the future this is the current limitations: |
| 8 | |
| 9 | - content folder MUST be under the astro website package(default src/content) |
| 10 | - astro allows symlink but it MUST be the whole collection(e.g. `src/content/docs`) |
| 11 | - starlight only way to put docs under a `docs/` path is to have another `docs/` folder under the collection one `src/content/docs` (resulting in `src/content/docs/docs`) |
| 12 | |
| 13 | If any of the issues above is improve we could potentially move the docs back here or reduce at least some nesting |
| 14 | |