Search results

Reinventing the table of contents

by Tom Johnson on Jan 26, 2015
categories: jekyll

I've been exploring different ways to create a table of contents (TOC). Traditionally, user guides have a long TOC in the left column of each page. This works all right when you have about 50 pages, but when you scale up the doc set to 500 pages, the TOC becomes a bulky, unusable mess.

For an example of the mess I'm talking about, see this TOC in Salesforce's documentation. An all-encompassing TOC model like this essentially repeats the initial Yahoo directory of the web, when Yahoo tried to provide an organized hierarchical table of contents for everything. Why present so many TOC options that aren't remotely related to what I'm currently viewing?

A better model for a TOC is to show only links relevant to a narrowed scope. (I explored some of these ideas in an earlier post here.)

Take a look at my evolving Jekyll prototype. The homepage has various panels (like Pinterest) that you can dynamically filter.

Jekyll homepage

When you jump into a page (such as Syntax highlighting), a mini-TOC appears on the left (if the page has subheadings).

jumptocexample

To go back to the main panel page, go to the homepage (by clicking the product title in the upper left, "Jekyll notes"). This kind of scope filtering seems more practical for scaling doc sets.

BTW, the shuffling feature on the homepage is through a JavaScript library called Shuffle.js.

(Also, much of the content on this prototype is a mix of filler content + informal notes, so don't pay attention to it.)

What do you think? Does this model reinvent the TOC in a better way?

About Tom Johnson

Tom Johnson

I'm an API technical writer based in the Seattle area. On this blog, I write about topics related to technical writing and communication — such as software documentation, API documentation, AI, information architecture, content strategy, writing processes, plain language, tech comm careers, and more. Check out my API documentation course if you're looking for more info about documenting APIs. Or see my posts on AI and AI course section for more on the latest in AI and tech comm.

If you're a technical writer and want to keep on top of the latest trends in the tech comm, be sure to subscribe to email updates below. You can also learn more about me or contact me. Finally, note that the opinions I express on my blog are my own points of view, not that of my employer.