-
Notifications
You must be signed in to change notification settings - Fork 301
Create sections for navigation menu #662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
15d1fdd
eaf33cd
30781c3
af71bc8
9b487fa
a4d59d9
f2c7445
e03eac4
cb8510a
7c8ca79
0d3784f
0090769
f066009
27343d8
d9525b0
319e4c7
3b7164f
2fe7ce3
e788917
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,29 +1,59 @@ | ||
| # This file is an index of the pages to display on the documentation website | ||
| # (https://gazebosim.org/docs). The order of the pages in this file | ||
| # for this specific release. The order of the pages in this file | ||
| # is reflected on the website's left sidebar. | ||
| # | ||
| # Components of the index: | ||
| # | ||
| # 1. "pages:" The master list of pages | ||
| # For more information about the structure of this file, see the README.md file at the root of the repository. | ||
| # | ||
| # 2. Each page has a | ||
| # a. "name:" This should be a short url-friendly and unique name. It will | ||
| # be used in the website url. | ||
| # Components of the index: | ||
| # | ||
| # b. "title:" This is a human-friendly title for the page. This title will | ||
| # be displayed on the website's left side bar. | ||
| # "pages:" A list of top-level items, which should be "section"s. | ||
| # Each section has a "section" title and a list of "children" (pages). | ||
| # | ||
| # c. "file:" The markdown file that contains the page's content. | ||
| # Each page has: | ||
| # - "name:" A short url-friendly and unique name used in the website url. | ||
| # - "title:" A human-friendly title displayed on the website's left sidebar. | ||
| # - "file:" The markdown file that contains the page's content. | ||
| # Prefix with "common:" if the file is in the top-level "common/" directory. | ||
| # - "description:" (Optional) A short description for the page. | ||
| # - "children:" (Optional) A list of sub-pages. | ||
| pages: | ||
| - name: install | ||
| title: Install | ||
| file: install.md | ||
| description: Citadel installation instructions | ||
| - name: ros_integration | ||
| title: ROS Integration | ||
| file: ros_integration.md | ||
| description: This tutorial details how to interface with ROS, enabling the ability to use tools such as Rviz for robot or sensor visualization. | ||
| - name: comparison | ||
| title: Feature Comparison | ||
| file: comparison.md | ||
| description: A list of features present in Gazebo-classic and the status of their migration to Gazebo. | ||
| - section: Get Started | ||
| children: | ||
| - name: getstarted | ||
| title: Get Started | ||
| file: common:get_started.md | ||
| description: Getting started with Gazebo. | ||
| - name: install | ||
| title: Install | ||
| file: install.md | ||
| description: Citadel installation instructions | ||
| - name: ros_installation | ||
| title: ROS/Gazebo Installation | ||
| file: common:ros_installation.md | ||
| description: Ros and Gazebo options and combinations | ||
| children: | ||
| - name: ros2_gz_vendor_pkgs | ||
| title: ROS 2 Gazebo Vendor Packages | ||
| file: common:ros2_gz_vendor_pkgs.md | ||
| description: Using ROS 2 Gazebo Vendor packages | ||
| - section: For Users | ||
| children: | ||
| - name: how_to_guides | ||
| title: How-to Guides | ||
| children: | ||
| - name: ros_integration | ||
| title: ROS Integration | ||
| file: ros_integration.md | ||
| description: This tutorial details how to interface with ROS, enabling | ||
| the ability to use tools such as Rviz for robot or sensor visualization. | ||
| - section: For Developers | ||
| children: | ||
| - !include common/nav_for_developers.yaml | ||
|
|
||
| - section: Reference | ||
| children: | ||
| - !include common/nav_reference.yaml | ||
|
|
||
| - section: Migration Guides | ||
| children: | ||
| - !include common/nav_migration_guides.yaml | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # Gazebo Library How-To Guides | ||
|
|
||
| See the *API & Tutorials* sections on the [Libraries page](/libs){.external} page for more specific content correlating to each Gazebo library. | ||
|
|
||
| The entrypoint library is Sim. | ||
|
|
||
| {{ gz_sim_link }} | ||
|
|
||
| Other libraries: | ||
|
|
||
| {{ libraries_list }} |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,45 +1,81 @@ | ||
| # This file is an index of the pages to display on the documentation website | ||
| # (https://ignitionrobotics.org/docs). The order of the pages in this file | ||
| # for this specific release. The order of the pages in this file | ||
| # is reflected on the website's left sidebar. | ||
| # | ||
| # Components of the index: | ||
| # | ||
| # 1. "pages:" The master list of pages | ||
| # For more information about the structure of this file, see the README.md file at the root of the repository. | ||
| # | ||
| # 2. Each page has a | ||
| # a. "name:" This should be a short url-friendly and unique name. It will | ||
| # be used in the website url. | ||
| # Components of the index: | ||
| # | ||
| # b. "title:" This is a human-friendly title for the page. This title will | ||
| # be displayed on the website's left side bar. | ||
| # "pages:" A list of top-level items, which should be "section"s. | ||
| # Each section has a "section" title and a list of "children" (pages). | ||
| # | ||
| # c. "file:" The markdown file that contains the page's content. | ||
| # Each page has: | ||
| # - "name:" A short url-friendly and unique name used in the website url. | ||
| # - "title:" A human-friendly title displayed on the website's left sidebar. | ||
| # - "file:" The markdown file that contains the page's content. | ||
| # Prefix with "common:" if the file is in the top-level "common/" directory. | ||
| # - "description:" (Optional) A short description for the page. | ||
| # - "children:" (Optional) A list of sub-pages. | ||
| pages: | ||
| - name: install | ||
| title: Install | ||
| file: install.md | ||
| description: Blueprint installation instructions | ||
| - name: ros_integration | ||
| title: ROS Integration | ||
| file: ros_integration.md | ||
| description: This tutorial details how to interface with ROS, enabling the ability to use tools such as Rviz for robot or sensor visualization. | ||
| - name: comparison | ||
| title: Feature Comparison | ||
| file: comparison.md | ||
| description: A list of features present in Gazebo-classic and the status of their migration to Ignition. | ||
| - name: gui | ||
| title: Understanding the GUI | ||
| file: GUI_tutorial.md | ||
| description: This guide is an introduction to the Ignition Graphical User Interface (GUI). | ||
| - name: manipulating_models | ||
| title: Manipulating Models | ||
| file: Manipulating_models.md | ||
| description: This tutorial will walk you through using various plugins to assist model and scene manipulation in the Ignition GUI. | ||
| - name: fuel_insert | ||
| title: Model Insertion from Fuel | ||
| file: Model_insertion_fuel.md | ||
| description: Ignition Fuel hosts hundreds of models that can easily be added to a world running in the Ignition GUI. | ||
| - name: hotkeys | ||
| title: Keyboard Shortcuts | ||
| file: hotkeys.md | ||
| description: Ignition keyboard shortcuts | ||
| - section: Get Started | ||
| children: | ||
| - name: getstarted | ||
| title: Get Started | ||
| file: common:get_started.md | ||
| description: Getting started with Gazebo. | ||
| - name: install | ||
| title: Install | ||
| file: install.md | ||
| description: Blueprint installation instructions | ||
| - name: ros_installation | ||
| title: ROS/Gazebo Installation | ||
| file: common:ros_installation.md | ||
| description: Ros and Gazebo options and combinations | ||
| children: | ||
| - name: ros2_gz_vendor_pkgs | ||
| title: ROS 2 Gazebo Vendor Packages | ||
| file: common:ros2_gz_vendor_pkgs.md | ||
| description: Using ROS 2 Gazebo Vendor packages | ||
| - section: For Users | ||
| children: | ||
| - name: tutorials | ||
| title: Simulation Tutorials | ||
| children: | ||
| - name: gui | ||
| title: Understanding the GUI | ||
| file: GUI_tutorial.md | ||
| description: This guide is an introduction to the Ignition Graphical User | ||
| Interface (GUI). | ||
| - name: manipulating_models | ||
| title: Manipulating Models | ||
| file: Manipulating_models.md | ||
| description: This tutorial will walk you through using various plugins | ||
| to assist model and scene manipulation in the Ignition GUI. | ||
| - name: fuel_insert | ||
| title: Model Insertion from Fuel | ||
| file: Model_insertion_fuel.md | ||
| description: Ignition Fuel hosts hundreds of models that can easily be | ||
| added to a world running in the Ignition GUI. | ||
| - name: hotkeys | ||
| title: Keyboard Shortcuts | ||
| file: hotkeys.md | ||
| description: Ignition keyboard shortcuts | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Replace Ignition with Gazebo. Same for other
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I was hoping to minimize unrelated changes. Also, since this is blueprint, isn't it technically still Ignition? |
||
| - name: how_to_guides | ||
| title: How-to Guides | ||
| children: | ||
| - name: ros_integration | ||
| title: ROS Integration | ||
| file: ros_integration.md | ||
| description: This tutorial details how to interface with ROS, enabling | ||
| the ability to use tools such as Rviz for robot or sensor visualization. | ||
| - section: For Developers | ||
| children: | ||
| - !include common/nav_for_developers.yaml | ||
|
|
||
| - section: Reference | ||
| children: | ||
| - !include common/nav_reference.yaml | ||
|
|
||
| - section: Migration Guides | ||
| children: | ||
| - !include common/nav_migration_guides.yaml | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| # Gazebo Library How-To Guides | ||
|
|
||
| See the *API & Tutorials* sections on the [Libraries page](/libs){.external} page for more specific content correlating to each Gazebo library. | ||
|
|
||
| The entrypoint library is Sim. | ||
|
|
||
| {{ gz_sim_link }} | ||
|
|
||
| Other libraries: | ||
|
|
||
| {{ libraries_list }} |
Uh oh!
There was an error while loading. Please reload this page.