Skip to content
This repository has been archived by the owner on Jul 25, 2023. It is now read-only.

Commit

Permalink
Update project title and remove anchor.js
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-lafont committed Aug 16, 2017
1 parent e42aadc commit 65a8a9f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ lazy val noPublishSettings = Seq(

lazy val docSettings = Seq(
micrositeName := "protoless",
micrositeDescription := "A type-safe and schema-free Protobuf library for Scala",
micrositeDescription := "Type-safe and schema-free Protobuf library for Scala",
micrositeAuthor := "Julien Lafont",
micrositeTwitterCreator := "@julien_lafont",
micrositeHighlightTheme := "monokai",
Expand All @@ -224,8 +224,7 @@ lazy val docSettings = Seq(
micrositeCDNDirectives := microsites.CdnDirectives(
jsList = List(
"https://cdnjs.cloudflare.com/ajax/libs/raphael/2.2.7/raphael.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/flowchart/1.6.6/flowchart.min.js",
"https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.0.0/anchor.min.js"
"https://cdnjs.cloudflare.com/ajax/libs/flowchart/1.6.6/flowchart.min.js"
)
),
addMappingsToSiteDir(mappings in (ScalaUnidoc, packageDoc), micrositeDocumentationUrl),
Expand Down
8 changes: 0 additions & 8 deletions docs/src/main/resources/microsite/js/anchor.js

This file was deleted.

Empty file removed test
Empty file.

0 comments on commit 65a8a9f

Please sign in to comment.