Skip to content

Commit

Permalink
Merge pull request #4399 from LibreCybernetics/update-site-docs
Browse files Browse the repository at this point in the history
[doc] Update CONTRIBUTING.md microsite information
  • Loading branch information
armanbilge authored Feb 18, 2023
2 parents 5bc20f9 + 3223466 commit b6b662c
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,14 +189,9 @@ The documentation for this website is stored alongside the source, in the [docs

### Generating the Site

The microsite generation requires a specific scala version that might
differ from the project's one. We strongly suggest to check the CI's
workflow to discover the proper version:
[CI scala-version matrix](https://github.com/typelevel/cats/blob/main/.github/workflows/ci.yml#L230) and [CI makeMicrosite
command](https://github.com/typelevel/cats/blob/main/.github/workflows/ci.yml#L281)

At the moment the command is:
`sbt ++2.12.15 docs/tlSite`
The command is: `sbt docs/tlSite`

We suggest checking the CI's workflow to discover any changes at [CI site job](https://github.com/typelevel/cats/blob/v2.9.0/.github/workflows/ci.yml#L418).

### Previewing the site

Expand Down

0 comments on commit b6b662c

Please sign in to comment.