Skip to content

Commit 5d87507

Browse files
Copilotchrisrueger
andauthored
Fix duplicated frontmatter blocks in docs/_plugins markdown files
Co-authored-by: chrisrueger <188422+chrisrueger@users.noreply.github.com>
1 parent 83a0618 commit 5d87507

10 files changed

Lines changed: 10 additions & 40 deletions

File tree

docs/_plugins/ant.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
parent: Plugins
3-
layout: bnd
4-
---
5-
---
6-
title: Ant Workspace Plugin
73
layout: default
4+
title: Ant Workspace Plugin
85
summary: Ensures that when a new project is created it also has a build.xml for an ant build
96
---

docs/_plugins/blueprint.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
parent: Plugins
3-
layout: bnd
4-
---
5-
---
6-
title: Blueprint Plugin
73
layout: default
4+
title: Blueprint Plugin
85
summary: Analyzes JARs for blueprint files so that any class references are added to the imports
96
---

docs/_plugins/eclipse.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
parent: Plugins
3-
layout: bnd
4-
---
5-
---
6-
title: Eclipse Plugin
73
layout: default
4+
title: Eclipse Plugin
85
summary: Will add .project and .classpath files to newly created projects
96
---

docs/_plugins/git.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
parent: Plugins
3-
layout: bnd
4-
---
5-
---
6-
title: Git Workspace Plugin
73
layout: default
4+
title: Git Workspace Plugin
85
summary: Ensures that certain directories have a gitignore
96
---

docs/_plugins/jpa.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
parent: Plugins
3-
layout: bnd
4-
---
5-
---
6-
title: Java Persistence Architecture Plugin
73
layout: default
4+
title: Java Persistence Architecture Plugin
85
summary: Analyses JPA persistence.xml files and adds any discovered class to the imported packages.
96
---

docs/_plugins/signer.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
parent: Plugins
3-
layout: bnd
4-
---
5-
---
6-
title: Signer Plugin
73
layout: default
4+
title: Signer Plugin
85
summary: Provides the capability to sign files
96
---

docs/_plugins/spring.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
parent: Plugins
3-
layout: bnd
4-
---
5-
---
6-
title: Spring Plugin
73
layout: default
4+
title: Spring Plugin
85
summary: Analyzes spring files and adds any discovered classes to the imported packages.
96
---
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
parent: Plugins
3-
layout: bnd
4-
---
5-
---
6-
title: URL Basic Authentication Plugin
73
layout: default
4+
title: URL Basic Authentication Plugin
85
summary: Provides basic authentication to the bnd's URL Connector handling
96
---
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
parent: Plugins
3-
layout: bnd
4-
---
5-
---
6-
title: URL bnd Authentication Plugin
73
layout: default
4+
title: URL bnd Authentication Plugin
85
summary: Provides bnd authentication to the bnd's URL Connector handling
96
---
Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
---
22
parent: Plugins
3-
layout: bnd
4-
---
5-
---
6-
title: URL HTTPS Verification Plugin
73
layout: default
4+
title: URL HTTPS Verification Plugin
85
summary: Verfifies that an HTTPS connection can be trusted
96
---

0 commit comments

Comments
 (0)