Skip to content

Commit

Permalink
fix: show all headers in TOC
Browse files Browse the repository at this point in the history
It was showing only H2-H3 by default.
  • Loading branch information
fharper committed Aug 26, 2024
1 parent fab7d3b commit ab522b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ const config = {
content: 'kubernetes, gitops, ci, cd, argocd, aws, civo, k3d, vultr'
},
],
tableOfContents: {
minHeadingLevel: 2,
maxHeadingLevel: 5,
},
navbar: {
title: 'Kubefirst',
logo: {
Expand Down

0 comments on commit ab522b0

Please sign in to comment.