mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 20:01:57 +00:00
* Move footer and header links into a YAML file * Import header and footer nav YAML files directly - Remove them from section list - Add keys to nav array items when mapping * Add flow error supression for YAML imports
14 lines
308 B
YAML
14 lines
308 B
YAML
items:
|
|
- title: Docs
|
|
to: /docs/getting-started.html
|
|
activeSelector: /docs/
|
|
- title: Tutorial
|
|
to: /tutorial/tutorial.html
|
|
activeSelector: /tutorial
|
|
- title: Blog
|
|
to: /blog/
|
|
activeSelector: /blog
|
|
- title: Community
|
|
to: /community/support.html
|
|
activeSelector: /community
|