-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding site #10
Adding site #10
Conversation
I can take care of it after the PR merges. |
WDYT @armanbilge, are these examples enough to bootstrap the site? This will maybe raise some interest and people might contribute with their scripts in this way. |
@armanbilge, your turn :) |
@:choice(scala-2) | ||
|
||
```scala mdoc:reset:silent | ||
//> using lib "org.typelevel::toolkit::0.0.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
//> using lib "org.typelevel::toolkit::0.0.2" | |
//> using lib "org.typelevel::toolkit::@VERSION" |
@:choice(scala-2) | ||
|
||
```scala mdoc:reset:silent | ||
//> using lib "org.typelevel::toolkit::0.0.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
//> using lib "org.typelevel::toolkit::0.0.2" | |
//> using lib "org.typelevel::toolkit::@VERSION" |
Addresses #5 (or at least it starts to :D)
@armanbilge I began adding the site structure but I don't have the rights to perform these actions 👇
Also the non-deprecated way of adding
RelatedProjects
seems to require both an import and a quite verbose syntax:Verbosity here
is sbt-typelevel-site intended to be used that way? does a shortcut exist?