From a59c742eb8deff55209d58f4746d77920358dac3 Mon Sep 17 00:00:00 2001 From: jackylee-ch Date: Fri, 7 Aug 2026 21:31:51 +0800 Subject: [PATCH] docs(format): add FM-Index to scalar index navigation `fmindex.md` has been in the tree since #7123 but was never added to the nav, so the page is published yet unreachable from the sidebar. --- docs/src/format/index/scalar/.pages | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/format/index/scalar/.pages b/docs/src/format/index/scalar/.pages index ba297222b07..98e5ebda5cb 100644 --- a/docs/src/format/index/scalar/.pages +++ b/docs/src/format/index/scalar/.pages @@ -7,4 +7,5 @@ nav: - Bloom Filter: bloom_filter.md - Full Text Search: fts.md - N-gram: ngram.md + - FM-Index: fmindex.md - RTree: rtree.md