Background
During the Mintlify → Docusaurus migration (#63), 8 pages were given displayed_sidebar: null because they were absent from the original Mintlify docs.json navigation. One of those (responsible-ai/index) was in fact present in the Mintlify nav and has been restored (fixed in #63). A second (use-cases/all-cookbooks) is intentionally card-linked from model pages and should remain sidebar-free.
The remaining 6 pages need a content review to decide whether and where to reconnect them to the sidebar.
Pages to review
| Page |
Lines |
Notes |
granite/docs/models/code.mdx |
446 |
Full model page — same depth as other Models entries. Absent from Mintlify nav looks like an oversight. Strong candidate for the Models sidebar. |
granite/docs/use-cases/agentic-rag.mdx |
44 |
Pointer page linking to GitHub repo and IBM Developer tutorial. Could sit in Agentic AI Cookbook section. |
granite/docs/use-cases/coding-assistant.mdx |
27 |
Pointer to IBM watsonx Code Assistant. Could sit in Granite Code Cookbook section. |
granite/docs/use-cases/docling-rag.mdx |
16 |
Pointer to a single notebook. Could sit in Granite Vision or Language Cookbook. |
granite/docs/use-cases/granite-code-on-replicate.mdx |
22 |
Guide for inference via Replicate. Could sit in Granite Code Cookbook section. |
granite/docs/use-cases/granite-code-with-continue.mdx |
18 |
Guide for Granite Code + VS Code Continue extension. Could sit in Granite Code Cookbook section. |
Action
For each page: verify the content and links are current, decide which sidebar section it belongs in, remove displayed_sidebar: null from the frontmatter, and add the path to sidebars.ts.
Background
During the Mintlify → Docusaurus migration (#63), 8 pages were given
displayed_sidebar: nullbecause they were absent from the original Mintlifydocs.jsonnavigation. One of those (responsible-ai/index) was in fact present in the Mintlify nav and has been restored (fixed in #63). A second (use-cases/all-cookbooks) is intentionally card-linked from model pages and should remain sidebar-free.The remaining 6 pages need a content review to decide whether and where to reconnect them to the sidebar.
Pages to review
granite/docs/models/code.mdxgranite/docs/use-cases/agentic-rag.mdxgranite/docs/use-cases/coding-assistant.mdxgranite/docs/use-cases/docling-rag.mdxgranite/docs/use-cases/granite-code-on-replicate.mdxgranite/docs/use-cases/granite-code-with-continue.mdxAction
For each page: verify the content and links are current, decide which sidebar section it belongs in, remove
displayed_sidebar: nullfrom the frontmatter, and add the path tosidebars.ts.