Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions website/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# SCIP-Java Website

## Setup

```bash
$ [email protected]: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
```
4 changes: 2 additions & 2 deletions website/core/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ class Footer extends React.Component {
</div>
<div>
<h5>Community</h5>
<a href={siteConfig.gitterUrl} target="_blank">
Chat on Gitter
<a href="https://discord.gg/hJbyNrRJWr" target="_blank">
Chat on Discord
</a>
</div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
{
Expand Down