diff --git a/docs/codeql/codeql-cli/extractor-options.rst b/docs/codeql/codeql-cli/extractor-options.rst index d86a25d3d0e..6cc8d599059 100644 --- a/docs/codeql/codeql-cli/extractor-options.rst +++ b/docs/codeql/codeql-cli/extractor-options.rst @@ -4,7 +4,7 @@ Extractor options ================= The CodeQL CLI uses special programs, called extractors, to extract information from the source code of a -software system into a database that can be queried. You can customize the behavior of extractors by +software system into a database that can be queried. You can customize the behavior of extractors by setting extractor configuration options through the CodeQL CLI. About extractor options diff --git a/docs/codeql/codeql-cli/using-the-codeql-cli.rst b/docs/codeql/codeql-cli/using-the-codeql-cli.rst index d48d8b19e4d..7b67af59c6a 100644 --- a/docs/codeql/codeql-cli/using-the-codeql-cli.rst +++ b/docs/codeql/codeql-cli/using-the-codeql-cli.rst @@ -18,6 +18,10 @@ See the following links to learn how to get set up and run CodeQL commands: `: Create relational representations of source code that can be queried like any other database. +- :doc:`Extractor options + `: Set options for the + behavior of extractors that create CodeQL databases. + - :doc:`Analyzing CodeQL databases with the CodeQL CLI `: Analyze your code using queries written in a specially-designed, object-oriented query language. @@ -57,6 +61,7 @@ See the following links to learn how to get set up and run CodeQL commands: about-the-codeql-cli getting-started-with-the-codeql-cli creating-codeql-databases + extractor-options analyzing-databases-with-the-codeql-cli upgrading-codeql-databases using-custom-queries-with-the-codeql-cli