json-schema-for-humans icon indicating copy to clipboard operation
json-schema-for-humans copied to clipboard

Add table of content

Open dblanchette opened this issue 4 years ago • 1 comments

For big schemas, it would be nice to have a table of content.

It would basically be a lightweight version of the schema without the description and definitions.

Each element would be a link to the actual definition in the schema below.

This feature needs to be optional, activated with a config option.

dblanchette avatar Jul 20 '20 00:07 dblanchette

I implemented a toc in md schema (see PR https://github.com/coveooss/json-schema-for-humans/pull/76)

fchastanet avatar Feb 16 '21 22:02 fchastanet