This theme has a few special layouts. Special layouts include the JS files they need directly in the page. The JavaScript for each special layout does not load by default for every page in the site.
Edit me
Note: By "layout," I'm not referring to the layouts in \_layouts in the project files. I'm referring to special ways of presenting information on the same "page" layout.
FAQ layout
See FAQ layout for an example of the FAQ format, which follows an accordion, collapse/expand format. This code is from Bootstrap.
Knowledgebase layout
See Knowledge-base layout for a possible layout for knowledge base articles. This layout looks for pages containing specific tags.
If you have a long JSON message you’re documenting, see the Scroll layout. This layout adds a side pane showing links to pointers in the left pane.
Shuffle layout
If you want a dynamic card layout that allows you to filter the cards, see Shuffle layout. This uses the Shuffle JS library.