Remove `dokka-maven-plugin`
diff --git a/pom.xml b/pom.xml
index 2183213..3fbaad7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -239,12 +239,6 @@
         </plugin>
 
         <plugin>
-          <groupId>org.jetbrains.dokka</groupId>
-          <artifactId>dokka-maven-plugin</artifactId>
-          <version>${dokka.plugin.version}</version>
-        </plugin>
-
-        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
           <version>${maven-shade-plugin.version}</version>
diff --git a/src/changelog/1.3.0/dokka.xml b/src/changelog/1.3.0/dokka.xml
new file mode 100644
index 0000000..a53340b
--- /dev/null
+++ b/src/changelog/1.3.0/dokka.xml
@@ -0,0 +1,7 @@
+<entry xmlns="http://logging.apache.org/log4j/changelog"
+       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+       xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
+       type="removed">
+  <author id="github:vy"/>
+  <description format="asciidoc">Stopped exporting KDoc to HTML</description>
+</entry>
diff --git a/src/site/_release-notes/_1.3.0.adoc b/src/site/_release-notes/_1.3.0.adoc
index 65aff6f..03794d3 100644
--- a/src/site/_release-notes/_1.3.0.adoc
+++ b/src/site/_release-notes/_1.3.0.adoc
@@ -56,3 +56,7 @@
 * Migrated tests to JUnit 5
 * Bumped Kotlin and Kotlin Extensions baseline to `1.6.21` and `1.6.4` respectively
 * Skipped deploying `log4j-api-kotlin-benchmark` and `log4j-api-kotlin-sample` modules
+
+==== Removed
+
+* Stopped exporting KDoc to HTML