Skip to content

Commit

Permalink
Cleanup docs from the removal of TypelevelScalaNativeGitHubPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuehlke committed Apr 17, 2024
1 parent 5120947 commit e27b274
Show file tree
Hide file tree
Showing 3 changed files with 443 additions and 455 deletions.
2 changes: 0 additions & 2 deletions docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 0 additions & 2 deletions docs/plugins.dot
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand All @@ -31,7 +30,6 @@ digraph {
tlgithub -> tlkernel;
tlgithub -> git;
tlgithub -> sjs;
tlgithub -> sn;

tlversioning[label="sbt-typelevel-versioning"];
tlversioning -> tlkernel;
Expand Down
Loading

0 comments on commit e27b274

Please sign in to comment.