diff --git a/docs/customization.md b/docs/customization.md
index 8f157d43..2eac19b9 100644
--- a/docs/customization.md
+++ b/docs/customization.md
@@ -50,8 +50,6 @@ Instead of using the super-plugins, for finer-grained control you can always add
`TypelevelScalaJSGitHubPlugin`: Points your sourcemaps to GitHub permalinks. Only activated for Scala.js projects.
-`TypelevelScalaNativeGitHubPlugin`: Points your sourcemaps to GitHub permalinks. Only activated for Scala Native projects.
-
### sbt-typelevel-github-actions
`GitHubActionsPlugin`: Provides general functionality, giving builds the ability to introspect on their host workflow and whether or not they are running in GitHub Actions.
diff --git a/docs/plugins.dot b/docs/plugins.dot
index dee5a31e..eab7bff5 100644
--- a/docs/plugins.dot
+++ b/docs/plugins.dot
@@ -9,7 +9,6 @@ digraph {
laika[label="laika-sbt"]
mdoc[label="sbt-mdoc"]
mima[label="sbt-mima-plugin"]
- sn[label="sbt-scala-native"]
sncp[label="sbt-scala-native-crossproject"]
sonatype[label="sbt-sonatype"]
sjs[label="sbt-scalajs"]
@@ -31,7 +30,6 @@ digraph {
tlgithub -> tlkernel;
tlgithub -> git;
tlgithub -> sjs;
- tlgithub -> sn;
tlversioning[label="sbt-typelevel-versioning"];
tlversioning -> tlkernel;
diff --git a/docs/plugins.svg b/docs/plugins.svg
index 9724ae2d..32609bdc 100644
--- a/docs/plugins.svg
+++ b/docs/plugins.svg
@@ -1,451 +1,443 @@
-
-
-%0
-
-
-
-cross
-
-sbt-crossproject
-
-
-
-fix
-
-sbt-scalafix
-
-
-
-fmt
-
-sbt-scalafmt
-
-
-
-git
-
-sbt-git
-
-
-
-gpg
-
-sbt-gpg
-
-
-
-header
-
-sbt-header
-
-
-
-laika
-
-laika-sbt
-
-
-
-mdoc
-
-sbt-mdoc
-
-
-
-mima
-
-sbt-mima-plugin
-
-
-
-sn
-
-sbt-scala-native
-
-
-
-sncp
-
-sbt-scala-native-crossproject
-
-
-
-sonatype
-
-sbt-sonatype
-
-
-
-sjs
-
-sbt-scalajs
-
-
-
-sjscp
-
-sbt-scalajs-crossproject
-
-
-
-unidoc
-
-sbt-unidoc
-
-
-
-tlkernel
-
-sbt-typelevel-kernel
-
-
-
-tlnopub
-
-sbt-typelevel-no-publish
-
-
-
-tlsettings
-
-sbt-typelevel-settings
-
-
-
-tlsettings->cross
-
-
-
-
-
-tlsettings->git
-
-
-
-
-
-tlsettings->tlkernel
-
-
-
-
-
-tlgithub
-
-sbt-typelevel-github
-
-
-
-tlgithub->git
-
-
-
-
-
-tlgithub->sn
-
-
-
-
-
-tlgithub->sjs
-
-
-
-
-
-tlgithub->tlkernel
-
-
-
-
-
-tlversioning
-
-sbt-typelevel-versioning
-
-
-
-tlversioning->git
-
-
-
-
-
-tlversioning->tlkernel
-
-
-
-
-
-tlmima
-
-sbt-typelevel-mima
-
-
-
-tlmima->mima
-
-
-
-
-
-tlmima->tlkernel
-
-
-
-
-
-tlsonatype
-
-sbt-typelevel-sonatype
-
-
-
-tlsonatype->mima
-
-
-
-
-
-tlsonatype->sonatype
-
-
-
-
-
-tlsonatype->unidoc
-
-
-
-
-
-tlsonatype->tlkernel
-
-
-
-
-
-tlgha
-
-sbt-typelevel-github-actions
-
-
-
-tlcisigning
-
-sbt-typelevel-ci-signing
-
-
-
-tlcisigning->gpg
-
-
-
-
-
-tlcisigning->tlgha
-
-
-
-
-
-tlsonatypecirelease
-
-sbt-typelevel-sonatype-ci-release
-
-
-
-tlsonatypecirelease->tlsonatype
-
-
-
-
-
-tlsonatypecirelease->tlgha
-
-
-
-
-
-tlci
-
-sbt-typelevel-ci
-
-
-
-tlci->tlkernel
-
-
-
-
-
-tlci->tlnopub
-
-
-
-
-
-tlci->tlgha
-
-
-
-
-
-tlfix
-
-sbt-typelevel-scalafix
-
-
-
-tlfix->fix
-
-
-
-
-
-tlmergify
-
-sbt-typelevel-mergify
-
-
-
-tlmergify->tlgha
-
-
-
-
-
-tlsite
-
-sbt-typelevel-site
-
-
-
-tlsite->laika
-
-
-
-
-
-tlsite->mdoc
-
-
-
-
-
-tlsite->tlkernel
-
-
-
-
-
-tlsite->tlnopub
-
-
-
-
-
-tlsite->tlgithub
-
-
-
-
-
-tlsite->tlgha
-
-
-
-
-
-tlcirelease
-
-sbt-typelevel-ci-release
-
-
-
-tlcirelease->tlnopub
-
-
-
-
-
-tlcirelease->tlgithub
-
-
-
-
-
-tlcirelease->tlversioning
-
-
-
-
-
-tlcirelease->tlmima
-
-
-
-
-
-tlcirelease->tlcisigning
-
-
-
-
-
-tlcirelease->tlsonatypecirelease
-
-
-
-
-
-tlcirelease->tlci
-
-
-
-
-
-tl
-
-sbt-typelevel
-
-
-
-tl->fmt
-
-
-
-
-
-tl->header
-
-
-
-
-
-tl->sncp
-
-
-
-
-
-tl->sjscp
-
-
-
-
-
-tl->tlsettings
-
-
-
-
-
-tl->tlcirelease
-
-
-
-
-
\ No newline at end of file
+
+
+
+
+
+
+
+
+
+ cross
+
+ sbt-crossproject
+
+
+
+ fix
+
+ sbt-scalafix
+
+
+
+ fmt
+
+ sbt-scalafmt
+
+
+
+ git
+
+ sbt-git
+
+
+
+ gpg
+
+ sbt-gpg
+
+
+
+ header
+
+ sbt-header
+
+
+
+ laika
+
+ laika-sbt
+
+
+
+ mdoc
+
+ sbt-mdoc
+
+
+
+ mima
+
+ sbt-mima-plugin
+
+
+
+ sncp
+
+ sbt-scala-native-crossproject
+
+
+
+ sonatype
+
+ sbt-sonatype
+
+
+
+ sjs
+
+ sbt-scalajs
+
+
+
+ sjscp
+
+ sbt-scalajs-crossproject
+
+
+
+ unidoc
+
+ sbt-unidoc
+
+
+
+ tlkernel
+
+ sbt-typelevel-kernel
+
+
+
+ tlnopub
+
+ sbt-typelevel-no-publish
+
+
+
+ tlsettings
+
+ sbt-typelevel-settings
+
+
+
+ tlsettings->cross
+
+
+
+
+
+ tlsettings->git
+
+
+
+
+
+ tlsettings->tlkernel
+
+
+
+
+
+ tlgithub
+
+ sbt-typelevel-github
+
+
+
+ tlgithub->git
+
+
+
+
+
+ tlgithub->sjs
+
+
+
+
+
+ tlgithub->tlkernel
+
+
+
+
+
+ tlversioning
+
+ sbt-typelevel-versioning
+
+
+
+ tlversioning->git
+
+
+
+
+
+ tlversioning->tlkernel
+
+
+
+
+
+ tlmima
+
+ sbt-typelevel-mima
+
+
+
+ tlmima->mima
+
+
+
+
+
+ tlmima->tlkernel
+
+
+
+
+
+ tlsonatype
+
+ sbt-typelevel-sonatype
+
+
+
+ tlsonatype->mima
+
+
+
+
+
+ tlsonatype->sonatype
+
+
+
+
+
+ tlsonatype->unidoc
+
+
+
+
+
+ tlsonatype->tlkernel
+
+
+
+
+
+ tlgha
+
+ sbt-typelevel-github-actions
+
+
+
+ tlcisigning
+
+ sbt-typelevel-ci-signing
+
+
+
+ tlcisigning->gpg
+
+
+
+
+
+ tlcisigning->tlgha
+
+
+
+
+
+ tlsonatypecirelease
+
+ sbt-typelevel-sonatype-ci-release
+
+
+
+ tlsonatypecirelease->tlsonatype
+
+
+
+
+
+ tlsonatypecirelease->tlgha
+
+
+
+
+
+ tlci
+
+ sbt-typelevel-ci
+
+
+
+ tlci->tlkernel
+
+
+
+
+
+ tlci->tlnopub
+
+
+
+
+
+ tlci->tlgha
+
+
+
+
+
+ tlfix
+
+ sbt-typelevel-scalafix
+
+
+
+ tlfix->fix
+
+
+
+
+
+ tlmergify
+
+ sbt-typelevel-mergify
+
+
+
+ tlmergify->tlgha
+
+
+
+
+
+ tlsite
+
+ sbt-typelevel-site
+
+
+
+ tlsite->laika
+
+
+
+
+
+ tlsite->mdoc
+
+
+
+
+
+ tlsite->tlkernel
+
+
+
+
+
+ tlsite->tlnopub
+
+
+
+
+
+ tlsite->tlgithub
+
+
+
+
+
+ tlsite->tlgha
+
+
+
+
+
+ tlcirelease
+
+ sbt-typelevel-ci-release
+
+
+
+ tlcirelease->tlnopub
+
+
+
+
+
+ tlcirelease->tlgithub
+
+
+
+
+
+ tlcirelease->tlversioning
+
+
+
+
+
+ tlcirelease->tlmima
+
+
+
+
+
+ tlcirelease->tlcisigning
+
+
+
+
+
+ tlcirelease->tlsonatypecirelease
+
+
+
+
+
+ tlcirelease->tlci
+
+
+
+
+
+ tl
+
+ sbt-typelevel
+
+
+
+ tl->fmt
+
+
+
+
+
+ tl->header
+
+
+
+
+
+ tl->sncp
+
+
+
+
+
+ tl->sjscp
+
+
+
+
+
+ tl->tlsettings
+
+
+
+
+
+ tl->tlcirelease
+
+
+
+
+