You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(docs): Link to main sections from /docs/ (#12529)
- add landing pages for
- Guides
- API Reference
- Releases & Migration
- Conceptual Guide
- Advanced Tutorials
to `docs/docs/`; their intro paragraph is taken from the copy at `www/src/pages/docs/index` / https://www.gatsbyjs.org/docs/
- link those in `www/src/data/doc-links.yaml` and `www/src/pages/docs/index`
- `/docs/guides/`
- `/docs/api-reference/`
- `/docs/releases-and-migration/`
- `/docs/conceptual-guide/`
- `/docs/advanced-tutorials/`
- link „Ecosystem“ and „Advanced Tutorials“ in `www/src/pages/docs/index`
Slightly tweak `www/src/templates/template-docs-markdown`: Change „Guides in this section“ headline preceding the list of child articles to say „In this section“, thus making it work for non „Guides“ articles (e.g. the newly added landing pages).
0 commit comments