Loading manual...
script>
window.$docsify = {
homepage: 'test-manual.md',
loadSidebar: true,
subMaxLevel: 3,
// EXPANDED SEARCH CONFIGURATION
search: {
maxAge: 86400000, // Caches the search index for 1 day in the browser to keep it lighting fast
paths: 'auto',
placeholder: 'Search all race manuals...',
noData: 'No results found!',
depth: 3 // Matches your subMaxLevel to index deep headers
}
}