Skip to content

Commit 9a7d74f

Browse files
committed
Reorder table of contents
1 parent 94a6506 commit 9a7d74f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/codeql/codeql-cli/codeql-cli-reference.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ Learn more about the files you can use when running CodeQL processes and the res
1010
:hidden:
1111

1212
about-codeql-packs
13+
about-codeql-workspaces
1314
query-reference-files
1415
sarif-output
1516
exit-codes
1617
extractor-options
17-
about-codeql-workspaces
1818

1919
- :doc:`About CodeQL packs <about-codeql-packs>`: CodeQL packs are created with the CodeQL CLI and are used to create, depend on, publish, and run CodeQL queries, libraries, and query suites.
20+
- :doc:`About CodeQL workspaces <about-codeql-workspaces>`: CodeQL workspaces are used to group multiple CodeQL packs together.
2021
- :doc:`Query reference files <query-reference-files>`: A query reference file is text file that defines the location of one query to test.
2122
- :doc:`SARIF output <sarif-output>`: CodeQL supports SARIF as an output format for sharing static analysis results.
2223
- :doc:`Exit codes <exit-codes>`: The CodeQL CLI reports the status of each command it runs as an exit code.
2324
This exit code provides information for subsequent commands or for other tools that rely on the CodeQL CLI.
2425
- :doc:`Extractor options <extractor-options>`: You can customize the behavior of extractors by setting options through the CodeQL CLI.
25-
- :doc:`About CodeQL workspaces <about-codeql-workspaces>`: CodeQL workspaces are used to group multiple CodeQL packs together.

0 commit comments

Comments
 (0)