diff --git a/website/README.md b/website/README.md new file mode 100644 index 00000000..a4fc707c --- /dev/null +++ b/website/README.md @@ -0,0 +1,25 @@ +# SCIP-Java Website + +## Setup + +```bash +$ git@github.com:sourcegraph/scip-java.git +$ cd scip-java/ +$ yarn install +``` + +## Start + +```bash +# In one terminal window, requires a Java installation +$ ./sbt "docs/mdoc -w" +# In a separate terminal window +$ cd website/ +$ yarn run start +``` + +## Troubleshoot + +```bash +$ yarn global add docusaurus --dev +``` \ No newline at end of file diff --git a/website/core/Footer.js b/website/core/Footer.js index 0e46e90e..76ae3e83 100644 --- a/website/core/Footer.js +++ b/website/core/Footer.js @@ -35,8 +35,8 @@ class Footer extends React.Component {
Community
- - Chat on Gitter + + Chat on Discord
diff --git a/website/pages/en/index.js b/website/pages/en/index.js index 23851556..1b2f5d77 100755 --- a/website/pages/en/index.js +++ b/website/pages/en/index.js @@ -111,7 +111,7 @@ const Features = (props) => { content: "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.", image: - "https://user-images.githubusercontent.com/1408093/109820615-769c5580-7c35-11eb-9063-98e932c5d6c5.png", + "https://storage.googleapis.com/sourcegraph-assets/blog/scip-java-simple-install.png", imageAlign: "left", }, {