Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Oct 15, 2023
1 parent 9b42c53 commit ed939ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ private List<DocSection> getTOC() {

final DocSection documents = new DocSection("Documents", "miscellaneous");
documents.addSection(new DocSection("JSON", "json"));
documents.addSection(new DocSection("JSON Lines", "jsonl"));
documents.addSection(new DocSection("JSON Lines", "modules.jsonl"));
documents.addSection(new DocSection("PDF", "pdf"));
documents.addSection(new DocSection("PDF Tools", "pdf.pdftools"));
documents.addSection(new DocSection("CSV", "csv"));
Expand Down

0 comments on commit ed939ea

Please sign in to comment.