Skip to content

Commit

Permalink
More site fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Jun 2, 2023
1 parent f02f142 commit fb74d23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ lazy val examples = project.in(file("examples"))

lazy val site = project.in(file("site"))
.enablePlugins(TypelevelSitePlugin)
.settings(tlSiteIsTypelevelProject := true)
.settings(commonSettings)
.dependsOn(core.jvm)

Expand Down
5 changes: 0 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
---
layout: home

---

# whale-tail - Pure Docker Client [![Build Status](https://travis-ci.com/ChristopherDavenport/whale-tail.svg?branch=master)](https://travis-ci.com/ChristopherDavenport/whale-tail) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/whale-tail_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/whale-tail_2.12)

## Quick Start
Expand Down

0 comments on commit fb74d23

Please sign in to comment.