{"id":19249014,"url":"https://github.com/sbt/sbt-sdlc","last_synced_at":"2025-07-02T20:07:13.971Z","repository":{"id":13290645,"uuid":"15976582","full_name":"sbt/sbt-sdlc","owner":"sbt","description":"Scaladoc link checker for sbt","archived":false,"fork":false,"pushed_at":"2023-12-04T01:46:03.000Z","size":39,"stargazers_count":11,"open_issues_count":2,"forks_count":3,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-07-02T20:07:11.554Z","etag":null,"topics":["sbt","sbt-plugin","scala"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sbt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-01-16T18:16:21.000Z","updated_at":"2023-12-20T07:38:55.000Z","dependencies_parsed_at":"2024-11-09T18:12:09.734Z","dependency_job_id":"b4c2feb7-a888-48ee-a26a-af17973d953f","html_url":"https://github.com/sbt/sbt-sdlc","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/sbt/sbt-sdlc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbt%2Fsbt-sdlc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbt%2Fsbt-sdlc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbt%2Fsbt-sdlc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbt%2Fsbt-sdlc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sbt","download_url":"https://codeload.github.com/sbt/sbt-sdlc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sbt%2Fsbt-sdlc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263208050,"owners_count":23430675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["sbt","sbt-plugin","scala"],"created_at":"2024-11-09T18:12:04.564Z","updated_at":"2025-07-02T20:07:13.938Z","avatar_url":"https://github.com/sbt.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"Scaladoc link checker plugin for sbt\n====================================\n\nsdlc checks links in HTML files against a scaladoc site. Unlike a regular link checker it understands scaladoc's\nfragment syntax. sdlc only needs HTML files as input and validates all links with a specified prefix, so it should\nwork with any documentation tool that can output HTML (like Ornate or Paradox). \n\nAdd to `project/plugins.sbt`:\n\n```scala\naddSbtPlugin(\"com.github.sbt\" % \"sbt-sdlc\" % \"0.3.0\")\n```\n\nAdd add something like this to `build.sbt`:\n\n```scala\nlazy val root = project.in(file(\".\"))\n  .enablePlugins(SDLCPlugin)\n\nsdlcBase := s\"http://slick.typesafe.com/doc/${version.value}/api/\"\nsdlcCheckDir := (target in com.typesafe.sbt.SbtSite.SiteKeys.makeSite).value\nsdlc := (sdlc dependsOn (doc in Compile)).value\n```\n\nType `sdlc` to run in sbt.\n\nThe following setting keys are available:\n\n```scala\n    val sdlcDocDir = settingKey[File](\"The directory containing scaladoc output\")\n    val sdlcBase = settingKey[String](\"The base URI of the scaladoc output\")\n    val sdlcCheckDir = settingKey[File](\"The directory containing HTML files to check\")\n    val sdlcVersion = settingKey[String](\"The scaladoc format version (2.11/2.12/auto)\")\n```\n\nBy default the `sdlc` task does not depend on `doc` so it won't (re)build the scaladocs automatically. You have to add\nthe dependency yourself (see above) if you want this behavior. `sdlcDocDir` is set to the scaladoc target directory.\n`sdlcVersion` is set to `auto` in order to auto-detect scaladoc 2.11 (or lower) and 2.12 (or higher) which use different\nlink formats. In most cases you only need to set `sdlcBase` and `sdlcCheckDir`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbt%2Fsbt-sdlc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsbt%2Fsbt-sdlc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsbt%2Fsbt-sdlc/lists"}