Skip to content

Commit 0b8e2d5

Browse files
committed
Now with up to date releases...
1 parent d46ba5f commit 0b8e2d5

File tree

4 files changed

+15
-17
lines changed

4 files changed

+15
-17
lines changed

build.sc

+4-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,10 @@ object site extends SiteModule {
6969

7070
override def moduleDeps = Seq( scautable.jvm, scautable.js )
7171

72-
override def scalaDocOptions = super.scalaDocOptions() ++ Seq(
73-
"-scastie-configuration", """libraryDependencies += "io.github.quafadas" %% "scautable" % "0.0.5""""
72+
override def scalaDocOptions = super.scalaDocOptions() ++ Seq(
73+
"-scastie-configuration", """libraryDependencies += "io.github.quafadas" %% "scautable" % "0.0.5"""",
74+
"-project", "scautable",
75+
"-project-version", VcsVersion.vcsState().lastTag.getOrElse("0.0.0").replace("v", ""),
7476
)
7577

7678
}

scautable/publish-conf.scala

-14
This file was deleted.

site/docs/_docs/GettingStarted.mdoc.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22
title: Getting Started
33
---
44

5-
# Elevator Pitch
5+
# Import
6+
7+
```scala
8+
9+
//> using dep io.github.quafadas::scautable:{{projectVersion}}
10+
11+
```
12+
13+
# Elevator Pitch - {{projectTitle}}
14+
15+
{{projectVersion}}
616

717
```scala mdoc
818
import scautable.{*, given}

toString.png

-60.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)