Skip to content

Commit 042c820

Browse files
committed
move build.sbt to root
1 parent a51f813 commit 042c820

File tree

4 files changed

+15
-12
lines changed

4 files changed

+15
-12
lines changed

build.sbt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
lazy val docs = (project in file("./docs"))
2+
.enablePlugins(MicrositesPlugin)
3+
.settings(
4+
micrositeName := "xReact",
5+
micrositeDescription := "Reactive x React = xReact",
6+
micrositeAuthor := "Jichao Ouyang",
7+
micrositeHomepage := "https://xreact.oyanglul.us/",
8+
micrositeOrganizationHomepage := "https://oyanglul.us",
9+
micrositeTwitter := "@oyanglulu",
10+
micrositeGithubOwner := "reactive-react",
11+
micrositeGithubRepo := "xreact",
12+
micrositeDocumentationUrl := "/Get-Started.html",
13+
micrositeGitterChannel := true,
14+
micrositeGitterChannelUrl := "jcouyang/react-most"
15+
)

docs/build.sbt

Lines changed: 0 additions & 12 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)