docs: fix staged broken links#2326
Conversation
Remove dead pre-26.03 release-note URLs while archive pages are pending, and update the Pinecone reference to the current public repository.
Greptile SummaryThis PR fixes two categories of broken documentation links: it removes dead hyperlinks for pre-26.03 release notes that are currently being archived (replacing them with plain-text version entries and an explanatory notice), and it updates the Pinecone vector-store reference to point to the current
|
| Filename | Overview |
|---|---|
| docs/docs/extraction/releasenotes.md | Converts broken pre-26.03 release-note links to plain text entries and adds an archiving notice; the 26.03 link is preserved. |
| docs/docs/extraction/vdbs.md | Updates the Pinecone vector-store reference from the deprecated pinecone-io/nvidia-pinecone-rag repo to the current pinecone-io/nvidia-rag repo with the correct document path. |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[PR: fix staged broken links] --> B[releasenotes.md]
A --> C[vdbs.md]
B --> B1["Keep 26.03 link\n(docs.nvidia.com/nemo/retriever/26.3.0/...)"]
B --> B2["Remove links for\n26.1.2, 26.1.1, 25.9.0,\n25.6.x, 25.4.2, 25.3.0,\n24.12.x"]
B2 --> B3["Replace with plain-text entries\n+ archiving notice"]
C --> C1["Old: pinecone-io/nvidia-pinecone-rag\ndocs/vector-database.md"]
C1 --> C2["New: pinecone-io/nvidia-rag\ndocs/pinecone-configuration.md ✓ verified"]
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
flowchart TD
A[PR: fix staged broken links] --> B[releasenotes.md]
A --> C[vdbs.md]
B --> B1["Keep 26.03 link\n(docs.nvidia.com/nemo/retriever/26.3.0/...)"]
B --> B2["Remove links for\n26.1.2, 26.1.1, 25.9.0,\n25.6.x, 25.4.2, 25.3.0,\n24.12.x"]
B2 --> B3["Replace with plain-text entries\n+ archiving notice"]
C --> C1["Old: pinecone-io/nvidia-pinecone-rag\ndocs/vector-database.md"]
C1 --> C2["New: pinecone-io/nvidia-rag\ndocs/pinecone-configuration.md ✓ verified"]
Reviews (1): Last reviewed commit: "docs: fix staged broken links" | Re-trigger Greptile
Summary
pinecone-io/nvidia-ragrepository.Test plan
mkdocs build -f mkdocs.yml --strict