Skip to content

Commit 3ea856e

Browse files
committed
reorder pages
1 parent 0ba1a57 commit 3ea856e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

learn/components/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Attributes
3-
order: 7
3+
order: 8
44
---
55

66
{% stub %}

learn/components/initializing-your-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Initializing Your Component
3-
order: 5
3+
order: 4
44
---
55

66
Components can have many things that make them useful, for example styles, templates, or other information. Some

learn/components/shadowdom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Slots
3-
order: 5
3+
order: 6
44
---
55

66
{% stub %}

learn/components/private-state.md renamed to learn/components/slots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Private State
2+
title: Slots
33
order: 6
44
---
55

learn/components/styling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Styling
3-
order: 6
3+
order: 7
44
---
55

66
Web Components have powerful styling capabilities which make them portable and extensible. Styles declared within the

0 commit comments

Comments
 (0)