mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Add redirect for removed 'About QL packs' article
Note that sphinx gives an error if you have a document to build that is not part of a toctree. In order to avoid this error and not show the document in any toctree that users will see, I added a hidden toctree to the redirect article.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
.. _about-codeql-workspaces:
|
||||
|
||||
About CodeQL Workspaces
|
||||
About CodeQL workspaces
|
||||
=======================
|
||||
|
||||
.. include:: ../reusables/beta-note-package-management.rst
|
||||
|
||||
12
docs/codeql/codeql-cli/about-ql-packs.rst
Normal file
12
docs/codeql/codeql-cli/about-ql-packs.rst
Normal file
@@ -0,0 +1,12 @@
|
||||
.. _about-ql-packs:
|
||||
|
||||
About QL packs
|
||||
==============
|
||||
|
||||
This page has been moved to ":doc:`About CodeQL packs <about-codeql-packs>`."
|
||||
|
||||
|
||||
.. toctree::
|
||||
:hidden:
|
||||
|
||||
about-ql-packs
|
||||
Reference in New Issue
Block a user