Skip to content

website: add the outline for the 2.0 documentation#463

Merged
gunyarakun merged 1 commit into
enactic:mainfrom
abetomo:new-layout-2.0
Apr 28, 2026
Merged

website: add the outline for the 2.0 documentation#463
gunyarakun merged 1 commit into
enactic:mainfrom
abetomo:new-layout-2.0

Conversation

@abetomo
Copy link
Copy Markdown
Contributor

@abetomo abetomo commented Apr 28, 2026

No description provided.

Copilot AI review requested due to automatic review settings April 28, 2026 04:37
@github-actions
Copy link
Copy Markdown

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds initial scaffolding for the website documentation re-org (v2.0 outline) by introducing new top-level sections and placeholder pages so navigation structure can be built out incrementally.

Changes:

  • Add new Tutorial section with placeholder docs (Setup, Inference, Data collection).
  • Add new Dataset section with placeholder docs (Dataset, Dataset API).
  • Rename/reorder sidebar categories (e.g., Hardware → Manufacturing; Software → API Reference) and add generated index links for new sections.

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated 8 comments.

Show a summary per file
File Description
website/docs/tutorial/setup.mdx New placeholder tutorial page
website/docs/tutorial/inference.mdx New placeholder tutorial page
website/docs/tutorial/data-collection.mdx New placeholder tutorial page
website/docs/tutorial/category.json Adds Tutorial category + generated index
website/docs/manufacturing/category.json Renames/repositions category to “Manufacturing”
website/docs/dataset/dataset.mdx New placeholder dataset page
website/docs/dataset/api.mdx New placeholder dataset API page
website/docs/dataset/category.json Adds Dataset category + generated index
website/docs/api-reference/category.json Renames/repositions category + adds generated index

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread website/docs/dataset/dataset.mdx Outdated
Comment thread website/docs/dataset/api.mdx Outdated
Comment thread website/docs/api-reference/_category_.json Outdated
Comment thread website/docs/api-reference/_category_.json Outdated
Comment thread website/docs/dataset/_category_.json
Comment thread website/docs/tutorial/setup.mdx Outdated
Comment thread website/docs/tutorial/inference.mdx Outdated
Comment thread website/docs/tutorial/data-collection.mdx Outdated
Copilot AI review requested due to automatic review settings April 28, 2026 04:56
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 12 out of 12 changed files in this pull request and generated 7 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -0,0 +1,5 @@
---
title: Setup
Copy link

Copilot AI Apr 28, 2026

Choose a reason for hiding this comment

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

Most docs in this repo set an explicit sidebar_position in the frontmatter for stable sidebar ordering; this new page omits it, which can lead to unpredictable ordering as more tutorial pages are added. Add sidebar_position (and optionally sidebar_label if you want it to differ from the title) to match the existing docs conventions.

Suggested change
title: Setup
title: Setup
sidebar_position: 1

Copilot uses AI. Check for mistakes.
@@ -0,0 +1,5 @@
---
title: Inference
Copy link

Copilot AI Apr 28, 2026

Choose a reason for hiding this comment

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

Most docs in this repo set an explicit sidebar_position in the frontmatter for stable sidebar ordering; this new page omits it, which can lead to unpredictable ordering as more tutorial pages are added. Add sidebar_position (and optionally sidebar_label if you want it to differ from the title) to match the existing docs conventions.

Suggested change
title: Inference
title: Inference
sidebar_position: 1

Copilot uses AI. Check for mistakes.
@@ -0,0 +1,5 @@
---
title: Data collection
Copy link

Copilot AI Apr 28, 2026

Choose a reason for hiding this comment

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

Most docs in this repo set an explicit sidebar_position in the frontmatter for stable sidebar ordering; this new page omits it, which can lead to unpredictable ordering as more tutorial pages are added. Add sidebar_position (and optionally sidebar_label if you want it to differ from the title) to match the existing docs conventions.

Suggested change
title: Data collection
title: Data collection
sidebar_position: 1

Copilot uses AI. Check for mistakes.
@@ -0,0 +1,5 @@
---
title: Data collection
Copy link

Copilot AI Apr 28, 2026

Choose a reason for hiding this comment

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

The title is not in the same Title Case style used by most other doc pages (e.g., "Project Overview", "Safety Guide"). Consider changing "Data collection" to "Data Collection" for consistency in the sidebar and page header.

Suggested change
title: Data collection
title: Data Collection

Copilot uses AI. Check for mistakes.
@@ -0,0 +1,5 @@
---
title: Dataset
Copy link

Copilot AI Apr 28, 2026

Choose a reason for hiding this comment

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

Most docs in this repo set an explicit sidebar_position in the frontmatter for stable sidebar ordering; this new page omits it, which can lead to unpredictable ordering as more dataset pages are added. Add sidebar_position (and optionally sidebar_label) to match the existing docs conventions.

Suggested change
title: Dataset
title: Dataset
sidebar_position: 1

Copilot uses AI. Check for mistakes.
@@ -0,0 +1,5 @@
---
title: Dataset API
Copy link

Copilot AI Apr 28, 2026

Choose a reason for hiding this comment

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

Most docs in this repo set an explicit sidebar_position in the frontmatter for stable sidebar ordering; this new page omits it, which can lead to unpredictable ordering as more dataset pages are added. Add sidebar_position (and optionally sidebar_label) to match the existing docs conventions.

Suggested change
title: Dataset API
title: Dataset API
sidebar_position: 1

Copilot uses AI. Check for mistakes.
"position": 1,
"link": {
"type": "generated-index",
"description": "Getting started guide for OpenArm 1."
Copy link

Copilot AI Apr 28, 2026

Choose a reason for hiding this comment

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

The category label was renamed to "Overview", but the generated-index description still refers to a "Getting started" guide for "OpenArm 1". If this PR is intended to start the 2.0 docs outline, update the description to match the new section name and avoid version-specific wording that’s now likely outdated.

Suggested change
"description": "Getting started guide for OpenArm 1."
"description": "Overview of OpenArm documentation."

Copilot uses AI. Check for mistakes.
@gunyarakun gunyarakun merged commit 4d203ab into enactic:main Apr 28, 2026
6 of 7 checks passed
@abetomo abetomo deleted the new-layout-2.0 branch April 28, 2026 05:01
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.

3 participants