Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuncak committed Nov 22, 2024
1 parent 7e285b0 commit ee8ba23
Show file tree
Hide file tree
Showing 329 changed files with 37,517 additions and 7,395 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
target/
project/target/
example/target/
example/target/
.bsp
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
val commonSettings = Seq(
version := "0.6",
scalaVersion := "3.5.0",
crossScalaVersions := Seq("2.12.13", "2.13.4", "3.0.1", "3.2.0"),
crossScalaVersions := Seq("2.12.13", "2.13.4", "3.0.1", "3.2.0", "3.5.0"),
organization := "ch.epfl.lara",
)

Expand All @@ -21,7 +21,6 @@ lazy val silex = project
Compile / doc / scalacOptions ++= Seq(
"-groups",
"-sourcepath", baseDirectory.value.getAbsolutePath,
"-doc-source-url", "https://raw.githubusercontent.com/epfl-lara/silex/master€{FILE_PATH}.scala",
"-doc-root-content", baseDirectory.value + "/project/root-doc.txt"
),

Expand Down
Binary file added docs/fonts/FiraCode-Regular.ttf
Binary file not shown.
Binary file added docs/fonts/Inter-Bold.ttf
Binary file not shown.
Binary file added docs/fonts/Inter-Medium.ttf
Binary file not shown.
Binary file added docs/fonts/Inter-Regular.ttf
Binary file not shown.
Binary file added docs/fonts/Inter-SemiBold.ttf
Binary file not shown.
1,340 changes: 0 additions & 1,340 deletions docs/hljs/highlight.min.js

This file was deleted.

1,064 changes: 1,064 additions & 0 deletions docs/hljs/highlight.pack.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions docs/images/banner-icons/error.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/images/banner-icons/info.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/images/banner-icons/neutral.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/images/banner-icons/success.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/images/banner-icons/warning.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/images/bulb/dark/default.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/images/bulb/light/default.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/images/class-big.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions docs/images/class-dark-big.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions docs/images/class-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ee8ba23

Please sign in to comment.