# Talking and Doc'ing 2024-11-14
## Sidebars :ghost:
Participate in [PR 9890](https://github.com/withastro/docs/pull/9890)
Test with the [Deployment preview link](https://deploy-preview-9890--astro-docs-2.netlify.app/en/getting-started/)
1. Visit the deploy link on as many devices/browsers as possible.
2. Share your observations in the text chat!
3. Leave important comments on the PR for follow up (e.g. accessibility/performance issues)
### Sidebar content changes still to come ???
- separate experimental and legacy flags into their own section (from config ref)
- CLI advanced section gets its own page in API reference section as “Programmatic Astro API (Experimental)”
- move "develop and build" content into new page (from install and setup)
- rewrite Configuring Astro into helpful "setting basic things up for a new project"
- landing pages become overviews in the sections: CMS/deploy/backend/recipes etc. (keep visual navs in each page template?)
- Combine Astro Syntax and Template Directives as one reference page re: language of Astro components
- delete View Transitions tutorial -- salvage "updating scripts" and make sure that content is available in View Transitions page
- convert "Extend with Content Collections" into optional Tutorial module at the end
- remove individual errors from sidebar
- (Chris: sidebar highlighting logic for tutorial and errors (no longer shown in sidebar))
- (Chris: collapsing behaviour of Guides page -- one section expanding causes all to expand?)
## Starlight overrides documentation improvements
## Tutorial updates
Based on the updates to `create astro` in [this PR](https://github.com/withastro/astro/pull/12083), we need to choose how to update the Tutorial
- template is now different
- typescript is `strict` by default (show downgrading to `base`, or update code to TS?)