File tree Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Expand file tree Collapse file tree 3 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 1+ # SCIP-Java Website
2+
3+ ## Setup
4+
5+ ``` bash
6+ $
[email protected] :sourcegraph/scip-java.git
7+ $ cd scip-java/
8+ $ yarn install
9+ ```
10+
11+ ## Start
12+
13+ ``` bash
14+ # In one terminal window, requires a Java installation
15+ $ ./sbt " docs/mdoc -w"
16+ # In a separate terminal window
17+ $ cd website/
18+ $ yarn run start
19+ ```
20+
21+ ## Troubleshoot
22+
23+ ``` bash
24+ $ yarn global add docusaurus --dev
25+ ```
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ class Footer extends React.Component {
3535 </ div >
3636 < div >
3737 < h5 > Community</ h5 >
38- < a href = { siteConfig . gitterUrl } target = "_blank" >
39- Chat on Gitter
38+ < a href = "https://discord.gg/hJbyNrRJWr" target = "_blank" >
39+ Chat on Discord
4040 </ a >
4141 </ div >
4242 < div >
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ const Features = (props) => {
111111 content :
112112 "Run the `scip-java` command-line tool at the root of your Gradle/Maven/sbt build to generate an SCIP index. No manual configuration needed." ,
113113 image :
114- "https://user-images.githubusercontent .com/1408093/109820615-769c5580-7c35-11eb-9063-98e932c5d6c5 .png" ,
114+ "https://storage.googleapis .com/sourcegraph-assets/blog/scip-java-simple-install .png" ,
115115 imageAlign : "left" ,
116116 } ,
117117 {
You can’t perform that action at this time.
0 commit comments