delta-docs icon indicating copy to clipboard operation
delta-docs copied to clipboard

Missing table of contents on pages

Open allisonport-db opened this issue 2 years ago • 1 comments

For example on https://docs.delta.io/latest/delta-batch.html we no longer have the table of contents. It's extremely hard to navigate the longer pages and find what you want without this.

allisonport-db avatar Feb 15 '23 19:02 allisonport-db

Leaving here for later.

There's a table of contents plugin from Gatsby but it has a bug where it weirdly renders: https://github.com/signalwerk/gatsby-remark-table-of-contents/issues/33

image

Options:

  1. Make a custom component in this repo
  2. Fix that bug in gatsby-remark-table-of-contents

For (2), can bundle it here inline to not have to deal with an external PR.

nkarpov avatar Feb 17 '23 20:02 nkarpov