Skip to content

Commit a6ccb2d

Browse files
authored
Merge pull request #470 from sourcegraph/jd/website-fixes
Website fixes
2 parents a94daee + 2a4c7a6 commit a6ccb2d

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

website/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
```

website/core/Footer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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>

website/pages/en/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)