Skip to content

Commit cb6e3f6

Browse files
committed
fix: partially reapply 708baaa
Strokkur cannot make self-contained commits
1 parent 9b413de commit cb6e3f6

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

src/components/Dependency.astro

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,11 @@ dependencies {
4141
label: "Maven",
4242
lang: "xml",
4343
title: "pom.xml",
44-
code: `<project>
45-
<dependencies>
46-
<dependency>
47-
<groupId>\{GROUP}</groupId>
48-
<artifactId>\{NAME}</artifactId>
49-
<version>\{VERSION}</version>
50-
</dependency>
51-
</dependencies>
52-
</project>`,
44+
code: `<dependency>
45+
<groupId>\{GROUP}</groupId>
46+
<artifactId>\{NAME}</artifactId>
47+
<version>\{VERSION}</version>
48+
</dependency>`,
5349
},
5450
],
5551
"adventure-platform-mod": [

src/content/docs/adventure/migration/bungeecord-chat-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ being created that is a copy of the original component with the change you reque
134134
The BungeeCord Chat API includes three serializers. All three have equivalents in Adventure:
135135

136136
* The `TextComponent.fromLegacyText()` deserialization method is equivalent to the
137-
`deserialize` method of the [Legacy](/adventure/serializer/legacy] text serializer. Likewise, the
137+
`deserialize` method of the [Legacy](/adventure/serializer/legacy) text serializer. Likewise, the
138138
`BaseComponent.toLegacyText()` serialization method is equivalent to the `serialize`
139139
method on the legacy text serializer.
140140
* The `TextComponent.toPlainText()` serialization method is equivalent to the

0 commit comments

Comments
 (0)