We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51f813 commit 042c820Copy full SHA for 042c820
build.sbt
@@ -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
docs/project/build.properties renamed to project/build.properties
docs/project/plugins.sbt renamed to project/plugins.sbt
0 commit comments