Skip to content

Commit e6eaf37

Browse files
committed
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.
1 parent 3165bab commit e6eaf37

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/codeql/codeql-cli/about-codeql-workspaces.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.. _about-codeql-workspaces:
22

3-
About CodeQL Workspaces
3+
About CodeQL workspaces
44
=======================
55

66
.. include:: ../reusables/beta-note-package-management.rst
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.. _about-ql-packs:
2+
3+
About QL packs
4+
==============
5+
6+
This page has been moved to ":doc:`About CodeQL packs <about-codeql-packs>`."
7+
8+
9+
.. toctree::
10+
:hidden:
11+
12+
about-ql-packs

0 commit comments

Comments
 (0)