Skip to content

Link to basic navigation information in Using OpenSpace -> Navigation - #59

Open
WeirdRubberDuck wants to merge 2 commits into
masterfrom
feature/navigation-update
Open

Link to basic navigation information in Using OpenSpace -> Navigation#59
WeirdRubberDuck wants to merge 2 commits into
masterfrom
feature/navigation-update

Conversation

@WeirdRubberDuck

@WeirdRubberDuck WeirdRubberDuck commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Reuse the existing page in the Getting Started section for basic navigation.

I wanted to make the basic navigation also appear in the tree menu to the left, to make it easier to find when skimming through the available pages. So, I made a small "dummy page" that redirects to the one in the Getting Started section.

Let me know what you think of this redirection solution

image

closes OpenSpace/OpenSpace#4224

Reuse existing page in Getting Started section

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

🟡 Changes recommended

The new redirect page uses a body-level <meta http-equiv="refresh"> that can be ignored by browsers; switching to a head-emitted meta directive avoids a broken redirect.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

This PR makes “basic navigation” easier to discover from the Using OpenSpace → Navigation section by linking to the existing Getting Started navigation content and adding a sidebar entry that redirects to it.

Changes:

  • Updated using-openspace/navigation/index.md to point readers to the Getting Started navigation page and reorganized navigation subtopics.
  • Renamed the camera-paths page title to “Automatic Flight Paths”.
  • Added a new “Navigation Basics (Mouse and Keyboard)” page intended to redirect to the Getting Started navigation page.
File summaries
File Description
using-openspace/navigation/index.md Adds a prominent link to Getting Started navigation and includes a hidden toctree entry for the new sidebar “basic navigation” page.
using-openspace/navigation/camera-paths.md Updates the page title for clarity.
using-openspace/navigation/basic-navigation.md Introduces a redirect-style “dummy page” for sidebar discoverability.
Review details
  • Files reviewed: 3/3 changed files
  • Comments generated: 2
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@@ -0,0 +1,5 @@
# Navigation Basics (Mouse and Keyboard)

<meta http-equiv="refresh" content="0; url=../../getting-started/navigation/index.html" />

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

This suggestion results in an error:
image

Comment thread using-openspace/navigation/index.md
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

@alexanderbock alexanderbock left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Should we add a redirect via the readthedocs interface instead?

https://docs.readthedocs.com/platform/latest/guides/redirects.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing basic information on Navigation

3 participants