Skip to content

Commit

Permalink
fix tocbot item
Browse files Browse the repository at this point in the history
Amy Chen authored and Amy Chen committed Mar 13, 2024
1 parent b0ecdbe commit 75510cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Landing.js
Original file line number Diff line number Diff line change
@@ -384,7 +384,7 @@ export default class Landing extends Component {
contentSelector: ".active .summary__display", // where to grab the headings to build the table of contents
headingSelector: "h2, h3", // which headings to grab inside of the contentSelector element
positionFixedSelector: ".active .summary__nav", // element to add the positionFixedClass to
ignoreSelector: ".panel-title",
ignoreSelector: "h3.panel-title",
collapseDepth: 0, // how many heading levels should not be collpased
includeHtml: true, // include the HTML markup from the heading node, not just the text,
// fixedSidebarOffset: this.shouldShowTabs() ? -1 * MIN_HEADER_HEIGHT : "auto",

0 comments on commit 75510cd

Please sign in to comment.