Skip to content

Commit 4ce0e13

Browse files
authored
Merge pull request #14023 from Mikejo5000/mikejo-br24
Refactor UI reference articles
2 parents 64cb15f + 5a63439 commit 4ce0e13

11 files changed

+27
-165
lines changed

.openpublishing.redirection.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1640,6 +1640,21 @@
16401640
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/data-tools/walkthrough-creating-a-wcf-data-service-with-wpf-and-entity-framework",
16411641
"redirect_document_id": false
16421642
},
1643+
{
1644+
"source_path": "docs/ide/reference/property-pages-javascript-esproj.md",
1645+
"redirect_url": "/visualstudio/javascript/property-pages-javascript-esproj",
1646+
"redirect_document_id": false
1647+
},
1648+
{
1649+
"source_path": "docs/ide/reference/debug-page-project-designer.md",
1650+
"redirect_url": "/previous-versions/visualstudio/visual-studio-2017/ide/reference/debug-page-project-designer",
1651+
"redirect_document_id": false
1652+
},
1653+
{
1654+
"source_path": "docs/ide/reference/code-snippet-picker.md",
1655+
"redirect_url": "/visualstudio/ide/code-snippets",
1656+
"redirect_document_id": false
1657+
},
16431658
{
16441659
"source_path": "docs/ide/reference/signing-page-project-designer.md",
16451660
"redirect_url": "/visualstudio/ide/how-to-sign-application-and-deployment-manifests",

docs/ide/code-snippets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.topic: conceptual
66
f1_keywords:
77
- vs.ExpansionManagerImport
88
- vs.codesnippetmanager
9+
- vs.expansionpicker
910
helpviewer_keywords:
1011
- surround with
1112
- code snippets

docs/ide/fsharp-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following table summarizes features in project properties for F#:
5858
|Application|[Application Page, Project Designer](reference/application-page-project-designer-csharp.md)|Enables you to specify application-level settings and properties, such as whether you are creating a library or an executable file, what version of .NET the application targets, and information about where the resource files that the application uses are stored.|
5959
|Build|[Build Page, Project Designer](reference/build-page-project-designer-csharp.md)|Enables you to control how the code is compiled.|
6060
|Build Events|[Build Events Page, Project Designer](reference/build-events-page-project-designer-csharp.md)|Enables you to specify commands to run before or after a compilation.|
61-
|Debug|[Debug Page, Project Designer](reference/debug-page-project-designer.md)|Enables you to control how the application runs during debugging. This includes what commands to use and what your application's starting directory is, and any special debugging modes you want to enable, such as native code and SQL.|
61+
|Debug|[Debug Page, Project Designer](/previous-versions/visualstudio/visual-studio-2017/ide/reference/debug-page-project-designer)|Enables you to control how the application runs during debugging. This includes what commands to use and what your application's starting directory is, and any special debugging modes you want to enable, such as native code and SQL.|
6262
|Package (.NET SDK only)|N/A|Enables you to define NuGet Package metadata when publishing as a NuGet package.|
6363
|Reference Paths|[Manage references in a project](managing-references-in-a-project.md)|Enables you to specify where to search for assemblies that the code depends on.|
6464
|Resources (.NET SDK only)|N/A|Enables you to generate and manage a default resources file.|

docs/ide/reference/code-snippet-picker.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

docs/ide/reference/debug-page-project-designer.md

Lines changed: 0 additions & 85 deletions
This file was deleted.

docs/ide/reference/project-properties-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Use links in the following table to get information about properties.
9090
| [Build Events Page, Project Designer (C#)](../../ide/reference/build-events-page-project-designer-csharp.md) | Specify build configuration instructions. |
9191
| [Build Page, Project Designer (C#)](../../ide/reference/build-page-project-designer-csharp.md) | Specify build configuration properties for a Visual C# project. |
9292
| [Compile Page, Project Designer (Visual Basic)](../../ide/reference/compile-page-project-designer-visual-basic.md) | Specify compilation properties for Visual Basic projects. |
93-
| [Debug Page, Project Designer](../../ide/reference/debug-page-project-designer.md) | Specify debugging properties for a project. |
93+
| [Debug Page, Project Designer](/previous-versions/visualstudio/visual-studio-2017/ide/reference/debug-page-project-designer) | Specify debugging properties for a project. |
9494
| [Code Analysis, Project Designer](../../ide/reference/code-analysis-project-designer.md) | Configure the code analysis tool. |
9595
| [Publish Page, Project Designer](../../ide/reference/publish-page-project-designer.md) | Configure properties for ClickOnce. |
9696
| [References Page, Project Designer (Visual Basic)](../../ide/reference/references-page-project-designer-visual-basic.md) | Manage references used by a project. |

docs/javascript/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
- name: Reference
6868
items:
6969
- name: Properties, React, Angular, Vue
70-
href: ../ide/reference/property-pages-javascript-esproj.md?toc=%252fvisualstudio%252fjavascript%252ftoc.json
70+
href: property-pages-javascript-esproj.md
7171
- name: MSBuild properties for JSPS
7272
href: javascript-project-system-msbuild-reference.md
7373
- name: Resources

docs/javascript/compile-typescript-code-npm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,4 +162,4 @@ You can use Task Runner Explorer in Visual Studio to help automate tasks for thi
162162

163163
## Related content
164164

165-
[Properties, React, Angular, Vue](../ide/reference/property-pages-javascript-esproj.md)
165+
[Properties, React, Angular, Vue](../javascript/property-pages-javascript-esproj.md)

docs/javascript/debug-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,4 +317,4 @@ For more information, see [Client-side debugging of ASP.NET projects in Google C
317317

318318
## Related content
319319

320-
[Properties, React, Angular, Vue](../ide/reference/property-pages-javascript-esproj.md)
320+
[Properties, React, Angular, Vue](../javascript/property-pages-javascript-esproj.md)

docs/ide/reference/property-pages-javascript-esproj.md renamed to docs/javascript/property-pages-javascript-esproj.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ This article applies to React, Angular, and Vue projects created in Visual Studi
2222

2323
The **Property Pages** provides access to project settings. To open the property pages, select the project in **Solution Explorer** and then select the **Properties** icon, or right-click the project and select **Properties**.
2424

25-
[!INCLUDE[note_settings_general](../../data-tools/includes/note_settings_general_md.md)]
25+
[!INCLUDE[note_settings_general](../data-tools/includes/note_settings_general_md.md)]
2626

2727
The following pages and options appear in the **Property Pages**.
2828

@@ -32,21 +32,21 @@ Under the General tab, the following properties are available.
3232

3333
**Build Command**
3434

35-
Specifies the command to run when you build the project. (**Build > Build Solution**, or when you run the project.) If used, this value is typically an npm command. This property corresponds to the [BuildCommand](../../javascript/javascript-project-system-msbuild-reference.md) property in the project file.
35+
Specifies the command to run when you build the project. (**Build > Build Solution**, or when you run the project.) If used, this value is typically an npm command. This property corresponds to the [BuildCommand](../javascript/javascript-project-system-msbuild-reference.md) property in the project file.
3636

3737
**Production Build Command**
3838

3939
Specifies the command to run when you build the project, when the project is integrated with the ASP.NET Core Web API project. Generates production-ready files. By default, this command is `npm run build`.
4040

41-
Starting in Visual Studio 2022 version 17.5, this option is not present in the [recommended project templates](../../javascript/javascript-in-visual-studio.md#project-templates) for React, Vue, and Angular.
41+
Starting in Visual Studio 2022 version 17.5, this option is not present in the [recommended project templates](../javascript/javascript-in-visual-studio.md#project-templates) for React, Vue, and Angular.
4242

4343
**Build Output Folder**
4444

4545
Specifies the output folder for production build objects. For older projects, use this property when you use the **Production Build Command**.
4646

4747
**Clean Command**
4848

49-
Specifies the command to run when you clean the project. (**Build > Clean Solution**) If used, this value is typically an npm command. This property corresponds to the [CleanCommand](../../javascript/javascript-project-system-msbuild-reference.md) property in the project file.
49+
Specifies the command to run when you clean the project. (**Build > Clean Solution**) If used, this value is typically an npm command. This property corresponds to the [CleanCommand](../javascript/javascript-project-system-msbuild-reference.md) property in the project file.
5050

5151
**Working Directory**
5252

@@ -56,7 +56,7 @@ Specifies the working directory for the build command. This value is the project
5656

5757
**Startup Command**
5858

59-
Specifies the command to execute when you start the project. For example, an Angular project uses `npm start` by default. This property corresponds to the [StartupCommand](../../javascript/javascript-project-system-msbuild-reference.md) property in the project file.
59+
Specifies the command to execute when you start the project. For example, an Angular project uses `npm start` by default. This property corresponds to the [StartupCommand](../javascript/javascript-project-system-msbuild-reference.md) property in the project file.
6060

6161
**Working Directory**
6262

@@ -67,4 +67,4 @@ Specifies the working directory for the startup command. By default, this value
6767
6868
## See also
6969

70-
[JavaScript and TypeScript in Visual Studio](../../javascript/javascript-in-visual-studio.md)
70+
[JavaScript and TypeScript in Visual Studio](../javascript/javascript-in-visual-studio.md)

0 commit comments

Comments
 (0)