-
Notifications
You must be signed in to change notification settings - Fork 215
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
Changes from all commits
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 | ||||
---|---|---|---|---|---|---|
|
@@ -33,17 +33,24 @@ endif::[] | |||||
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] | ||||||
* xref:cdt_w_basic.adoc[Create a simple application] | ||||||
* xref:new_cmake_proj.adoc[Creating a CMake project] | ||||||
* xref:cdt_w_basic.adoc[Create a Managed Build System Makefile project] | ||||||
* xref:cdt_w_import.adoc[Import an existing project] | ||||||
* xref:cdt_w_newcpp.adoc[Create a {cpp} file] | ||||||
* xref:cdt_w_newmake.adoc[Create a makefile] | ||||||
* xref:cdt_w_build.adoc[Build a project] | ||||||
* 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:cdt_w_prepare_workbench.adoc[Preparing the Workbench] | ||||||
* xref:index_cbs.adoc[Core Build System] | ||||||
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.
Suggested change
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. Done |
||||||
** xref:core_build_system.adoc[Using the Core Build System] | ||||||
** 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[Using the Launch Bar] | ||||||
** 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 commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
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. This one I did not do, because it's an index page. Like index_cbs.adoc. |
||||||
** xref:cdt_w_basic.adoc[Tutorial: Creating a Managed Build System Makefile project] | ||||||
** xref:cdt_w_import.adoc[Tutorial: Importing an existing project] | ||||||
** xref:cdt_w_newcpp.adoc[Creating your {cpp} file] | ||||||
** xref:cdt_w_newmake.adoc[Creating a makefile] | ||||||
** xref:cdt_w_build.adoc[Building a project] | ||||||
** xref:cdt_w_debug.adoc[Debugging a project] | ||||||
** xref:cdt_w_existing_code.adoc[Importing your C/{cpp} source files into Eclipse] | ||||||
|
||||||
image:ngref.gif[Related reference] | ||||||
|
||||||
|
This file was deleted.
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