From f5e4719ffcbd90977169a761e11e68b418e1b2c3 Mon Sep 17 00:00:00 2001 From: Christopher Davenport Date: Tue, 29 Nov 2022 11:57:01 -0800 Subject: [PATCH] Fix site --- docs/index.md | 12 ++++++++++++ site/docs/index.md | 17 ----------------- 2 files changed, 12 insertions(+), 17 deletions(-) create mode 100644 docs/index.md delete mode 100644 site/docs/index.md diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..01b261c --- /dev/null +++ b/docs/index.md @@ -0,0 +1,12 @@ +# github - Github Integration for Scala [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/github_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/github_2.12) + +## Quick Start + +To use github in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your +`build.sbt` depending on your needs: + +```scala +libraryDependencies ++= Seq( + "io.chrisdavenport" %% "github" % "" +) +``` \ No newline at end of file diff --git a/site/docs/index.md b/site/docs/index.md deleted file mode 100644 index 661be5e..0000000 --- a/site/docs/index.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -layout: home - ---- - -# github - Github Integration for Scala [![Build Status](https://travis-ci.com/ChristopherDavenport/github.svg?branch=master)](https://travis-ci.com/ChristopherDavenport/github) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/github_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.chrisdavenport/github_2.12) - -## Quick Start - -To use github in an existing SBT project with Scala 2.11 or a later version, add the following dependencies to your -`build.sbt` depending on your needs: - -```scala -libraryDependencies ++= Seq( - "io.chrisdavenport" %% "github" % "" -) -``` \ No newline at end of file