Skip to content

Conversation

amotl
Copy link
Member

@amotl amotl commented Oct 3, 2025

About

References pointing across the document tree have been reported to display confusing navigation behaviour.

Details

Discovered per ag "\.\.\/".

Preview

Discovered per `ag "\.\.\/"`.
Copy link

coderabbitai bot commented Oct 3, 2025

Walkthrough

Updated documentation navigation and content: Admin index removed the performance toctree and revised captions; Start index toctree entries adjusted and “going-further” added; new pages for ingest and search were added; query index retargets search link; modelling/fulltext link style switched to reStructuredText cross-references.

Changes

Cohort / File(s) Summary
Admin navigation updates
docs/admin/index.md
Removed ../performance/index toctree entry; updated Cluster card text to omit performance-tuning phrasing; replaced performance-focused caption; expanded Software Upgrades description.
Start section toctree adjustments
docs/start/index.md, docs/start/query/index.md
Replaced explicit toctree links with shorthand references (ingest, search); added going-further; kept application/index.
New ingestion page
docs/start/ingest.md
Added ingest overview covering COPY FROM (local/HTTP/FTP/cloud), supported formats (CSV, JSON Lines), batch/incremental loads, FDW usage, integrations (e.g., ingestr), ETL workflows and use cases.
New search page
docs/start/query/search.md
Added search overview describing native full-text (Lucene/BM25), geospatial, vector, and hybrid search via SQL; included scalability/compatibility notes and an overview card.
Link style refactor
docs/start/modelling/fulltext.md
Converted inline links to reStructuredText cross-reference style; added reference definitions; no semantic content changes.

Sequence Diagram(s)

sequenceDiagram
  participant U as User (Docs site)
  participant R as Router
  participant P as Page Renderer

  rect rgba(100,150,255,0.08)
    U->>R: Request "start/ingest" or "start/query/search"
    R->>P: Resolve route -> new page (`ingest` / `search`)
    P-->>U: Serve new ingest/search content
  end

  rect rgba(200,230,150,0.08)
    U->>R: Request "admin/index"
    R->>P: Resolve updated admin index (performance toctree removed)
    P-->>U: Serve updated admin index
  end
Loading

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Possibly related PRs

Suggested labels

new content

Suggested reviewers

  • bmunkholm
  • kneth
  • surister

Poem

I hopped through toctrees with a twitchy ear,
Pulled in "ingest" and "search" for readers near.
I nudged a caption, moved a link with care,
Now docs bloom like carrots — tidy, bright, and fair! 🥕

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Title Check ✅ Passed The title clearly and concisely summarizes the primary change by indicating that cross-tree navigation references are being removed, which aligns directly with the modifications made to toctree entries and link targets throughout the documentation. It avoids unnecessary detail and focuses on the main intent, making it easily understandable in a glance.
Description Check ✅ Passed The description appropriately outlines the motivation for removing cross-tree references, describes how the issue was discovered, and provides preview links for verification, all of which are directly relevant to the changes in navigation and link structure within the documentation.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dissolve-cross-toc-refs

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 1123249 and afe1325.

📒 Files selected for processing (1)
  • docs/start/index.md (1 hunks)
🚧 Files skipped from review as they are similar to previous changes (1)
  • docs/start/index.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Build docs

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@amotl amotl marked this pull request as ready for review October 3, 2025 22:16
coderabbitai[bot]

This comment was marked as resolved.

@amotl amotl added refactoring Changing shape or layout, or moving content around. cross linking Linking to different locations of the documentation. labels Oct 3, 2025
@amotl amotl requested review from bmunkholm and kneth October 3, 2025 22:24
@amotl amotl changed the title Navigation: Dissolve cross-toc references Navigation: Dissolve cross-tree references Oct 3, 2025
@amotl amotl requested a review from surister October 3, 2025 22:31
Ingesting data <../ingest/index>
ingest
application/index
going-further
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was intentional that this was below "First Steps". It should perhaps just be moved into "First Steps" as it's basically an overview of the remaining TOC + some. Having it in the end seems very odd as that's after half the references in there.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Something more needs done, but for this iteration I prefer to keep it as it was.

This comment was marked as off-topic.

Copy link
Member Author

@amotl amotl Oct 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was intentional that this was below "First Steps".

You are just referring to the going-further item? If so, fixed per afe1325.

It should perhaps just be moved into "First Steps" as it's basically an overview of the remaining TOC + some. Having it in the end seems very odd as that's after half the references in there.

@coderabbitai: Please carry this over into a dedicated ticket to be discussed with @bmunkholm. Thanks.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(start-ingest)=
# Ingesting data

:::{card} All data ingestion methods for CrateDB at a glance
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this card be moved to the bottom to basically act as "Next Step"?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. Fixed with 1123249.

(start-search)=
# Search

:::{card} All search features of CrateDB at a glance
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move card down at end?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure. Fixed with 1123249.

@amotl amotl requested a review from bmunkholm October 5, 2025 20:24
modelling/index
query/index
Ingesting data <../ingest/index>
ingest
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kneth was also complaining about this navigational hiccup today. 🍀

@amotl amotl merged commit abf2747 into main Oct 6, 2025
3 checks passed
@amotl amotl deleted the dissolve-cross-toc-refs branch October 6, 2025 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cross linking Linking to different locations of the documentation. refactoring Changing shape or layout, or moving content around. sanding-1200 Fine sanding.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants