Skip to content

Commit

Permalink
update /use section navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
bpmutter committed Jan 8, 2023
1 parent 3e50f22 commit 80bc5ef
Show file tree
Hide file tree
Showing 15 changed files with 43 additions and 43 deletions.
6 changes: 3 additions & 3 deletions docs/src/pages/rules.md
@@ -1,10 +1,10 @@
---
title: Rules
title: Rules Reference
permalink: /rules/index.html
eleventyNavigation:
key: rules
parent: user guide
title: Rules
parent: use eslint
title: Rules Reference
order: 5
---

Expand Down
6 changes: 3 additions & 3 deletions docs/src/use/command-line-interface.md
@@ -1,9 +1,9 @@
---
title: Command Line Interface
title: Command Line Interface Reference
eleventyNavigation:
key: command line interface
parent: user guide
title: Command Line Interface
parent: use eslint
title: Command Line Interface Reference
order: 4

---
Expand Down
2 changes: 1 addition & 1 deletion docs/src/use/configure/configuration-files-new.md
Expand Up @@ -2,7 +2,7 @@
title: Configuration Files (New)
eleventyNavigation:
key: configuration files
parent: configuring
parent: configure
title: Configuration Files (New)
order: 1

Expand Down
4 changes: 2 additions & 2 deletions docs/src/use/configure/configuration-files.md
Expand Up @@ -2,9 +2,9 @@
title: Configuration Files
eleventyNavigation:
key: configuration files
parent: configuring
parent: configure
title: Configuration Files
order: 1
order: 2

---

Expand Down
10 changes: 5 additions & 5 deletions docs/src/use/configure/ignore.md
@@ -1,10 +1,10 @@
---
title: Ignoring Code
title: Ignore Code
eleventyNavigation:
key: ignoring code
parent: configuring
title: Ignoring Code
order: 5
key: ignore code
parent: configure
title: Ignore Code
order: 6

---

Expand Down
8 changes: 4 additions & 4 deletions docs/src/use/configure/index.md
@@ -1,9 +1,9 @@
---
title: Configuring ESLint
title: Configure ESLint
eleventyNavigation:
key: configuring
parent: user guide
title: Configuring
key: configure
parent: use eslint
title: Configure
order: 3

---
Expand Down
10 changes: 5 additions & 5 deletions docs/src/use/configure/language-options.md
@@ -1,10 +1,10 @@
---
title: Language Options
title: Configure Language Options
eleventyNavigation:
key: configuring language options
parent: configuring
title: Configuring Language Options
order: 2
key: configure language options
parent: configure
title: Configure Language Options
order: 3

---

Expand Down
10 changes: 5 additions & 5 deletions docs/src/use/configure/plugins.md
@@ -1,10 +1,10 @@
---
title: Plugins & Parsers
title: Configure Plugins & Parsers
eleventyNavigation:
key: configuring plugins
parent: configuring
title: Configuring Plugins & Parsers
order: 4
key: configure plugins
parent: configure
title: Configure Plugins & Parsers
order: 5

---

Expand Down
10 changes: 5 additions & 5 deletions docs/src/use/configure/rules.md
@@ -1,10 +1,10 @@
---
title: Rules
title: Configure Rules
eleventyNavigation:
key: configuring rules
parent: configuring
title: Configuring Rules
order: 3
key: configure rules
parent: configure
title: Configure Rules
order: 4

---

Expand Down
2 changes: 1 addition & 1 deletion docs/src/use/core-concepts.md
Expand Up @@ -3,7 +3,7 @@ title: Core Concepts
eleventyNavigation:
key: core concepts
title: Core Concepts
parent: user guide
parent: use eslint
order: 2
---

Expand Down
2 changes: 1 addition & 1 deletion docs/src/use/formatters/index.md
Expand Up @@ -2,7 +2,7 @@
title: Formatters
eleventyNavigation:
key: formatters
parent: user guide
parent: use eslint
title: Formatters
order: 6
edit_link: https://github.com/eslint/eslint/edit/main/templates/formatter-examples.md.ejs
Expand Down
2 changes: 1 addition & 1 deletion docs/src/use/getting-started.md
Expand Up @@ -2,7 +2,7 @@
title: Getting Started with ESLint
eleventyNavigation:
key: getting started
parent: user guide
parent: use eslint
title: Getting Started
order: 1

Expand Down
4 changes: 2 additions & 2 deletions docs/src/use/index.md
@@ -1,8 +1,8 @@
---
title: User Guide
eleventyNavigation:
key: user guide
title: User Guide
key: use eslint
title: Use ESLint in Your Project
order: 1
---

Expand Down
2 changes: 1 addition & 1 deletion docs/src/use/integrations.md
Expand Up @@ -2,7 +2,7 @@
title: Integrations
eleventyNavigation:
key: integrations
parent: user guide
parent: use eslint
title: Integrations
order: 7

Expand Down
8 changes: 4 additions & 4 deletions docs/src/use/migrate-to-8.0.0.md
@@ -1,9 +1,9 @@
---
title: Migrating to v8.0.0
title: Migrate to v8.0.0
eleventyNavigation:
key: migrating to v8
parent: user guide
title: Migrating to v8.x
key: migrate to v8
parent: use eslint
title: Migrate to v8.x
order: 7

---
Expand Down

0 comments on commit 80bc5ef

Please sign in to comment.