Skip to content

Commit

Permalink
Try automatic TOC generation
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Feb 26, 2024
1 parent 7296ec1 commit c299ea3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/toc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
on: push
name: TOC Generator
jobs:
generateTOC:
name: TOC Generator
runs-on: ubuntu-latest
steps:
- uses: technote-space/toc-generator@v4
with:
FOLDING: true
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ Schema discovery for JSON Schema draft 2020-12 using monoids.
The goal of JSONoid is to produce a useful JSON Schema from a collection of JSON documents.
For an idea of what JSONoid does, you can view [example schemas with their corresponding datasets](https://dataunitylab.github.io/jsonoid-discovery/schemas/).

<!-- START doctoc -->
<!-- END doctoc -->

## Input/Output Format

JSONoid accepts [newline-delimited JSON](http://ndjson.org/) either from standard input or a file.
Expand Down

0 comments on commit c299ea3

Please sign in to comment.