Skip to content

Commit

Permalink
[update docs] Fix formatting on config guide
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Aug 31, 2021
1 parent 5637d77 commit 3bcba67
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions website/docs/config_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ which search across multiple tracks

Aggregate indexes may look like this

````json
```json
{
"aggregateTextSearchAdapters": [
{
Expand All @@ -688,7 +688,6 @@ Aggregate indexes may look like this
}
```


An example per-track config may look like this

```json
Expand Down Expand Up @@ -719,7 +718,7 @@ An example per-track config may look like this
"indexingFeatureTypesToExclude": ["CDS","exon"]
}
}
````
```

Information on generating trix indexes via the cli can be found
[here](cli.md#jbrowse-text-index)
Expand Down

0 comments on commit 3bcba67

Please sign in to comment.