Skip to content

Commit d430480

Browse files
committed
Reorder advanced guides by alphabet
I think this way it's clearer they're unordered, thus making it clearer Quick Start *is* ordered.
1 parent f5b284e commit d430480

File tree

1 file changed

+28
-28
lines changed

1 file changed

+28
-28
lines changed

content/docs/nav.yml

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -36,48 +36,48 @@
3636
title: Thinking In React
3737
- title: Advanced Guides
3838
items:
39+
- id: accessibility
40+
title: Accessibility
41+
- id: code-splitting
42+
title: Code-Splitting
43+
- id: context
44+
title: Context
45+
- id: error-boundaries
46+
title: Error Boundaries
47+
- id: forwarding-refs
48+
title: Forwarding Refs
49+
- id: fragments
50+
title: Fragments
51+
- id: higher-order-components
52+
title: Higher-Order Components
53+
- id: integrating-with-other-libraries
54+
title: Integrating with Other Libraries
3955
- id: jsx-in-depth
4056
title: JSX In Depth
41-
- id: static-type-checking
42-
title: Static Type Checking
43-
- id: typechecking-with-proptypes
44-
title: Typechecking With PropTypes
45-
- id: refs-and-the-dom
46-
title: Refs and the DOM
47-
- id: uncontrolled-components
48-
title: Uncontrolled Components
4957
- id: optimizing-performance
5058
title: Optimizing Performance
59+
- id: portals
60+
title: Portals
5161
- id: react-without-es6
5262
title: React Without ES6
5363
- id: react-without-jsx
5464
title: React Without JSX
5565
- id: reconciliation
5666
title: Reconciliation
57-
- id: context
58-
title: Context
59-
- id: fragments
60-
title: Fragments
61-
- id: portals
62-
title: Portals
63-
- id: error-boundaries
64-
title: Error Boundaries
65-
- id: web-components
66-
title: Web Components
67-
- id: higher-order-components
68-
title: Higher-Order Components
69-
- id: forwarding-refs
70-
title: Forwarding Refs
67+
- id: refs-and-the-dom
68+
title: Refs and the DOM
7169
- id: render-props
7270
title: Render Props
73-
- id: integrating-with-other-libraries
74-
title: Integrating with Other Libraries
75-
- id: accessibility
76-
title: Accessibility
77-
- id: code-splitting
78-
title: Code-Splitting
71+
- id: static-type-checking
72+
title: Static Type Checking
7973
- id: strict-mode
8074
title: Strict Mode
75+
- id: typechecking-with-proptypes
76+
title: Typechecking With PropTypes
77+
- id: uncontrolled-components
78+
title: Uncontrolled Components
79+
- id: web-components
80+
title: Web Components
8181
- title: Reference
8282
items:
8383
- id: react-api

0 commit comments

Comments
 (0)