JWBickel commited on
Commit
0b1c51e
1 Parent(s): 4878cbc

Update README.md

Browse files

Added multiple configs so the viewer will work.

Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,6 +1,16 @@
1
  ---
2
  language:
3
  - en
 
 
 
 
 
 
 
 
 
 
4
  ---
5
  These are topics with their verse reference. Some of them have cross-references, and some of the cross-references have been voted on.
6
  topic_scores.json and topic_votes.json are both from openbible.info, retrieved November 1, 2023.
 
1
  ---
2
  language:
3
  - en
4
+
5
+ configs:
6
+ - config_name: topics
7
+ data_files: "topics.json"
8
+ - config_name: refs
9
+ data_files: "topics_with_refs.json"
10
+ - config_name: scores
11
+ data_files: "topic_scores.json"
12
+ - config_name: votes
13
+ data_files: "topic_votes.json"
14
  ---
15
  These are topics with their verse reference. Some of them have cross-references, and some of the cross-references have been voted on.
16
  topic_scores.json and topic_votes.json are both from openbible.info, retrieved November 1, 2023.