Skip to content

Commit a3668f4

Browse files
authored
Retire myself (#1030)
1 parent 5207490 commit a3668f4

File tree

4 files changed

+10
-17
lines changed

4 files changed

+10
-17
lines changed

source/about/staff.rst

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,6 @@ The **System Administrators** are responsible for the maintenance and reliable o
9292
| progwml6 | System Administrator |
9393
+-----------------------------------+------------------------------------+
9494

95-
Ore Developers
96-
~~~~~~~~~~~~~~
97-
98-
The **Ore Developers** work on producing, enhancing, and fixing the Ore plugin distribution platform.
99-
100-
+-----------------------------------+------------------------------------+
101-
| Name | Role |
102-
+===================================+====================================+
103-
| felixoi | Ore Developer |
104-
+-----------------------------------+------------------------------------+
105-
10695
Web Developers
10796
~~~~~~~~~~~~~~
10897

@@ -206,6 +195,8 @@ here to thank them and acknowledge their valuable contributions.
206195
+-----------------------------------+------------------------------------+
207196
| ewoutvs\_ | Ore Developer & Reviewer |
208197
+-----------------------------------+------------------------------------+
198+
| felixoi | Ore Developer, SysAdmin & more |
199+
+-----------------------------------+------------------------------------+
209200
| FerusGrim | Moderator |
210201
+-----------------------------------+------------------------------------+
211202
| GenPage | Systems Management |

source/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,7 @@
111111

112112
# External Sphinx projects to be available for direct linking via :doc:
113113
# references.
114-
intersphinx_mapping = {
115-
"adventure": ("https://docs.adventure.kyori.net/", None),
116-
}
114+
intersphinx_mapping = {}
117115

118116
# Set to true to enable sphinx-JDLinker debug dump.
119117
javadoc_dump = False

source/plugin/text/index.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Text
55
The Text API is used to create formatted text, which can be sent to players in chat messages and be used in
66
places such as in books and on signs.
77

8-
Sponge uses the :doc:`Adventure <adventure:index>` library as its text implementation.
8+
Sponge uses the `Adventure`_ library as its text implementation.
99
Since Adventure already provides docs on how to create and manipulate text objects,
1010
we will supply you with Sponge-specific guides and a basic introduction.
1111

@@ -19,7 +19,9 @@ Contents
1919
:maxdepth: 2
2020
:titlesonly:
2121

22-
Adventure Docs (external) <https://docs.adventure.kyori.net/>
22+
Adventure Docs (external) <https://docs.papermc.io/adventure/>
2323
text
2424
representations/index
2525
pagination
26+
27+
.. _Adventure: https://docs.papermc.io/adventure/

source/plugin/text/representations/index.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ There are four applicable formats:
2323
* Configurate nodes - :javadoc:`ConfigurateComponentSerializer`
2424
* Minecraft JSON - :javadoc:`GsonComponentSerializer`
2525

26-
For a full documentation of each serializer, see the Adventure docs' :doc:`Text Serializers <adventure:serializer/index>` section.
26+
For a full documentation of each serializer, see the Adventure docs' `AdventureSerializer`_ section.
2727

2828
Serializing Text
2929
~~~~~~~~~~~~~~~~
@@ -41,3 +41,5 @@ To deserialize a ``String`` or other serialized object into its corresponding ``
4141
input is incorrectly formatted, an exception will be thrown. Alternatively, use the
4242
:javadoc:`ComponentSerializer#deserializeOr(R, Component)` method to deserialize without any exceptions. If there is an
4343
error, the second argument will be returned as a fallback.
44+
45+
.. _AdventureSerializer: https://docs.papermc.io/adventure/serializer/

0 commit comments

Comments
 (0)