-
Notifications
You must be signed in to change notification settings - Fork 214
Update Getting Started page. #1229
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
Conversation
ewaterlander
commented
Jul 1, 2025
- Updated the Getting Started page to the new structure that was introduced in Getting Started documentation update. #1056 .
- Removed the Installing and updating the CDT page. It was very outdated and already commented out in topics_Getting_Started.xml.
Hi @jld01 |
HI @ewaterlander, good to see some work in this area. I can review, but probably next week. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, @ewaterlander. This change does highlight some inconsistency in tutorial page naming though.
@@ -34,16 +34,23 @@ The following tutorials guide you through the process of using the C/{cpp} | |||
Development Toolkit (CDT) to: | |||
|
|||
* xref:cdt_w_prepare_workbench.adoc[Prepare the Workbench] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* xref:cdt_w_prepare_workbench.adoc[Prepare the Workbench] | |
* xref:cdt_w_prepare_workbench.adoc[Preparing the Workbench] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
** xref:new_cmake_proj.adoc[Creating a CMake project] | ||
** xref:new_cbs_makefile_proj.adoc[Creating a Core Build System Makefile project] | ||
** xref:cbs_using_existing_code.adoc[Using existing code] | ||
** xref:cbs_launchbar.adoc[Launch Bar] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
** xref:cbs_launchbar.adoc[Launch Bar] | |
** xref:cbs_launchbar.adoc[Using the Launch Bar] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
* xref:cdt_w_debug.adoc[Debug a project] | ||
* xref:cdt_w_existing_code.adoc[Import C/{cpp} source into Eclipse] | ||
* xref:cdt_w_install_cdt.adoc[Install/update the CDT] | ||
* xref:index_cbs.adoc[Core Build System] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* xref:index_cbs.adoc[Core Build System] | |
* xref:index_cbs.adoc[Using the Core Build System] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
** xref:cbs_build_project.adoc[Building a project] | ||
** xref:cbs_run_project.adoc[Running a project] | ||
** xref:cbs_debug_project.adoc[Debugging a project] | ||
* xref:index_mbs.adoc[Legacy Managed Build System] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* xref:index_mbs.adoc[Legacy Managed Build System] | |
* xref:index_mbs.adoc[Using the legacy Managed Build System] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one I did not do, because it's an index page. Like index_cbs.adoc.
I did remove the " contents" suffix in the titles of index_[cm]bs.adoc.
* xref:cdt_w_existing_code.adoc[Import C/{cpp} source into Eclipse] | ||
* xref:cdt_w_install_cdt.adoc[Install/update the CDT] | ||
* xref:index_cbs.adoc[Core Build System] | ||
** xref:core_build_system.adoc[Core Build System] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
** xref:core_build_system.adoc[Core Build System] | |
** xref:core_build_system.adoc[Using the Core Build System] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be great to adjust these bullet points to all use the same part of speech. However, this might imply changes to the title of the pages to which they point for consistency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
* Updated the Getting Started page to the new structure that was introduced in eclipse-cdt#1056 . * Removed the Installing and updating the CDT. It was very outdated and already commented out in topics_Getting_Started.xml.
c05c6c4
to
fc74478
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes, @ewaterlander .