Re-order automation menu (#11154)

This commit is contained in:
Paulus Schoutsen 2022-01-11 06:50:00 -08:00 committed by GitHub
parent 4b9ff641ba
commit 77fe687ec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 5 deletions

View File

@ -16,6 +16,13 @@ module.exports = [
{
category: "automation",
header: "Automation",
pages: [
"editor-trigger",
"editor-condition",
"editor-action",
"trace",
"trace-timeline",
],
},
{
category: "components",

View File

@ -1,3 +1,3 @@
---
title: Editor Action
title: Actions
---

View File

@ -1,3 +1,3 @@
---
title: Editor Condition
title: Conditions
---

View File

@ -1,3 +1,3 @@
---
title: Editor Trigger
title: Triggers
---

View File

@ -1,3 +1,3 @@
---
title: Trace Timeline
title: Trace Timelines
---

View File

@ -1,3 +1,3 @@
---
title: Trace
title: Trace Graphs
---