|
102 | 102 | - Extending/Customizing NeMo Retriever Library with custom code: https://github.com/NVIDIA/NeMo-Retriever/tree/main/nemo_retriever/src/nemo_retriever/graph#nemo-retriever-graph |
103 | 103 | - "NimClient and custom NIM endpoints": extraction/nimclient.md |
104 | 104 | - "9. Integrations & ecosystem": |
105 | | - - "Starter kits": extraction/notebooks/index.md |
| 105 | + - "Starter kits": extraction/starter-kits.md |
106 | 106 | - "10. Evaluation & benchmarks": |
107 | 107 | - "Evaluate on your own documents": extraction/evaluate-on-your-data.md |
108 | 108 | - "11. Reference": |
@@ -157,10 +157,11 @@ plugins: |
157 | 157 | extraction/hosted-nims-when-to-use.md: extraction/deployment-options.md |
158 | 158 | extraction/releasenotes-nv-ingest.md: extraction/releasenotes.md |
159 | 159 | extraction/ngc-api-key.md: extraction/api-keys.md |
160 | | - extraction/notebooks.md: extraction/notebooks/index.md |
| 160 | + extraction/notebooks/index.md: extraction/starter-kits.md |
| 161 | + extraction/notebooks.md: extraction/starter-kits.md |
161 | 162 | extraction/data-store.md: extraction/vdbs.md |
162 | 163 | extraction/custom-metadata.md: extraction/vdbs.md#metadata-and-filtering |
163 | | - extraction/integrations-langchain-llamaindex-haystack.md: extraction/notebooks/index.md |
| 164 | + extraction/integrations-langchain-llamaindex-haystack.md: extraction/starter-kits.md |
164 | 165 | extraction/nemoretriever-parse.md: extraction/multimodal-extraction.md#text-and-layout-extraction |
165 | 166 | extraction/supported-file-types.md: extraction/multimodal-extraction.md#supported-file-types-and-formats |
166 | 167 | extraction/text-layout-extraction.md: extraction/multimodal-extraction.md#text-and-layout-extraction |
@@ -209,7 +210,7 @@ markdown_extensions: |
209 | 210 |
|
210 | 211 | # MkDocs 1.6+: exclude suite landing and legacy duplicate pages (still in repo for parity). |
211 | 212 | # extraction/chunking.md — removed from nav; content is under concepts.md (redirect_maps keeps old URLs). |
212 | | -# Use /index.md (docs root only); bare index.md would exclude every index.md (e.g. extraction/notebooks/index.md). |
| 213 | +# Use /index.md (docs root only); bare index.md would exclude every index.md (e.g. under subfolders). |
213 | 214 | exclude_docs: | |
214 | 215 | /index.md |
215 | 216 | extraction/chunking.md |
|
0 commit comments