[8th May 2024] Add content-level redirects for VS Code extension documentation (#50267)
Co-authored-by: Rachael Sewell <rachmari@github.com>
This commit is contained in:
@@ -11,6 +11,8 @@ topics:
|
||||
- CodeQL
|
||||
type: reference
|
||||
intro: 'You can write, run, and test {% data variables.product.prodname_codeql %} queries inside {% data variables.product.prodname_vscode %} with the {% data variables.product.prodname_codeql %} extension.'
|
||||
redirect_from:
|
||||
- /code-security/codeql-for-vs-code/about-codeql-for-visual-studio-code
|
||||
---
|
||||
|
||||
## About {% data variables.product.prodname_codeql %} for {% data variables.product.prodname_vscode %}
|
||||
|
||||
@@ -11,6 +11,8 @@ topics:
|
||||
- CodeQL
|
||||
type: reference
|
||||
intro: 'You can run {% data variables.product.prodname_codeql %} queries in {% data variables.product.prodname_vscode %} to help you track the flow of data through a program, highlighting areas that are potential security vulnerabilities.'
|
||||
redirect_from:
|
||||
- /code-security/codeql-for-vs-code/exploring-data-flow-with-path-queries
|
||||
---
|
||||
|
||||
## About path queries
|
||||
|
||||
@@ -18,5 +18,6 @@ children:
|
||||
- /running-codeql-queries
|
||||
- /exploring-data-flow-with-path-queries
|
||||
- /running-codeql-queries-at-scale-with-multi-repository-variant-analysis
|
||||
redirect_from:
|
||||
- /code-security/codeql-for-vs-code/setting-up-codeql-in-visual-studio-code
|
||||
---
|
||||
|
||||
|
||||
@@ -9,6 +9,8 @@ topics:
|
||||
- CodeQL
|
||||
type: reference
|
||||
intro: 'You can run {% data variables.product.prodname_codeql %} queries on a large number of repositories on {% data variables.product.prodname_dotcom_the_website %} from {% data variables.product.prodname_vscode %}.'
|
||||
redirect_from:
|
||||
- /code-security/codeql-for-vs-code/running-codeql-queries-at-scale-with-mrva
|
||||
---
|
||||
|
||||
{% data reusables.code-scanning.mrva-beta %}
|
||||
|
||||
@@ -12,6 +12,8 @@ topics:
|
||||
type: reference
|
||||
intro: 'You can run queries on {% data variables.product.prodname_codeql %} databases and view the results in {% data variables.product.prodname_vscode %}.'
|
||||
allowTitleToDifferFromFilename: true
|
||||
redirect_from:
|
||||
- /code-security/codeql-for-vs-code/analyzing-your-projects
|
||||
---
|
||||
|
||||
## About running {% data variables.product.prodname_codeql %} queries
|
||||
|
||||
@@ -13,4 +13,6 @@ topics:
|
||||
children:
|
||||
- /accessing-logs
|
||||
- /warning-problem-with-controller-repository
|
||||
redirect_from:
|
||||
- /code-security/codeql-for-vs-code/troubleshooting-codeql-for-visual-studio-code
|
||||
---
|
||||
|
||||
@@ -9,6 +9,8 @@ topics:
|
||||
type: reference
|
||||
intro: 'If you see this warning, update your controller repository to a private repository.'
|
||||
allowTitleToDifferFromFilename: true
|
||||
redirect_from:
|
||||
- /code-security/codeql-for-vs-code/troubleshooting-variant-analysis
|
||||
---
|
||||
|
||||
{% data reusables.code-scanning.mrva-beta %}
|
||||
|
||||
@@ -11,6 +11,8 @@ topics:
|
||||
- CodeQL
|
||||
type: reference
|
||||
intro: 'You can edit the settings for the {% data variables.product.prodname_codeql %} for {% data variables.product.prodname_vscode %} extension to suit your needs.'
|
||||
redirect_from:
|
||||
- /code-security/codeql-for-vs-code/customizing-settings
|
||||
---
|
||||
|
||||
## About settings in the {% data variables.product.prodname_codeql %} for {% data variables.product.prodname_vscode %} extension
|
||||
|
||||
@@ -11,6 +11,8 @@ topics:
|
||||
- CodeQL
|
||||
type: reference
|
||||
intro: 'You can use the AST viewer to display the abstract syntax tree of a {% data variables.product.prodname_codeql %} database.'
|
||||
redirect_from:
|
||||
- /code-security/codeql-for-vs-code/exploring-the-structure-of-your-source-code
|
||||
---
|
||||
|
||||
## About the abstract syntax tree
|
||||
|
||||
@@ -12,6 +12,8 @@ topics:
|
||||
type: reference
|
||||
intro: 'You can view, write, and edit {% data variables.product.prodname_codeql %} query and library packs in {% data variables.product.prodname_vscode %} using the {% data variables.product.prodname_codeql %} extension.'
|
||||
allowTitleToDifferFromFilename: true
|
||||
redirect_from:
|
||||
- /code-security/codeql-for-vs-code/working-with-codeql-packs-in-visual-studio-code
|
||||
---
|
||||
|
||||
## Benefits of using the {% data variables.product.prodname_codeql %} extension for {% data variables.product.prodname_vscode %} to work with packs
|
||||
|
||||
@@ -12,6 +12,8 @@ topics:
|
||||
type: reference
|
||||
allowTitleToDifferFromFilename: true
|
||||
intro: 'If you specifically opt in to permit {% data variables.product.company_short %} to do so, {% data variables.product.company_short %} will collect usage data and metrics for the purposes of helping the core developers to improve the {% data variables.product.prodname_codeql %} extension for {% data variables.product.prodname_vscode_shortname %}.'
|
||||
redirect_from:
|
||||
- /code-security/codeql-for-vs-code/about-telemetry-in-codeql-for-visual-studio-code
|
||||
---
|
||||
|
||||
This data will not be shared with any parties outside of {% data variables.product.company_short %}. IP addresses and installation IDs will be retained for a maximum of 30 days. Anonymous data will be retained for a maximum of 180 days.
|
||||
|
||||
@@ -12,6 +12,8 @@ topics:
|
||||
type: reference
|
||||
intro: 'You can run unit tests for {% data variables.product.prodname_codeql %} queries using the {% data variables.product.prodname_vscode %} extension.'
|
||||
allowTitleToDifferFromFilename: true
|
||||
redirect_from:
|
||||
- /code-security/codeql-for-vs-code/testing-codeql-queries-in-visual-studio-code
|
||||
---
|
||||
|
||||
## About testing queries in {% data variables.product.prodname_vscode_shortname %}
|
||||
|
||||
@@ -9,6 +9,8 @@ topics:
|
||||
- CodeQL
|
||||
type: reference
|
||||
intro: 'You can view, write, and edit {% data variables.product.prodname_codeql %} model packs in {% data variables.product.prodname_vscode %}.'
|
||||
redirect_from:
|
||||
- /code-security/codeql-for-vs-code/using-the-codeql-model-editor
|
||||
---
|
||||
|
||||
{% data reusables.code-scanning.beta-model-packs %}
|
||||
|
||||
Reference in New Issue
Block a user