Skip to content

Commit b697072

Browse files
(DOCS-14893): Remove availableQueryOptions command (#170)
1 parent ed2c16b commit b697072

File tree

4 files changed

+6
-25
lines changed

4 files changed

+6
-25
lines changed

config/redirects

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,6 +1797,12 @@ raw: /manual/core/wildcard -> ${base}/manual/core/index-wildcard/
17971797

17981798
[v3.6-v5.1]: /${version}/reference/operator/aggregation/locf/ -> ${base}/${version}/reference/operator/aggregation/
17991799

1800+
#
1801+
# Redirects for 5.2 and greater (if pages are removed in 5.2 that used to exist in earlier versions)
1802+
#
1803+
1804+
[v5.2-*]: /${version}/reference/command/availableQueryOptions -> ${base}/${version}/reference/command
1805+
18001806
#
18011807
# Redirects for new 5.1 pages
18021808
#

source/reference/command.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -757,10 +757,6 @@ Diagnostic Commands
757757

758758
- Description
759759

760-
* - :dbcommand:`availableQueryOptions`
761-
762-
- Internal command that reports on the capabilities of the current MongoDB instance.
763-
764760
* - :dbcommand:`buildInfo`
765761

766762
- Displays statistics about the MongoDB build.

source/reference/command/availableQueryOptions.txt

Lines changed: 0 additions & 16 deletions
This file was deleted.

source/reference/command/nav-diagnostic.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ Diagnostic Commands
2020

2121
- Description
2222

23-
* - :dbcommand:`availableQueryOptions`
24-
25-
- Internal command that reports on the capabilities of the current MongoDB instance.
26-
2723
* - :dbcommand:`buildInfo`
2824

2925
- Displays statistics about the MongoDB build.
@@ -140,7 +136,6 @@ Diagnostic Commands
140136
:titlesonly:
141137
:hidden:
142138

143-
/reference/command/availableQueryOptions
144139
/reference/command/buildInfo
145140
/reference/command/collStats
146141
/reference/command/connPoolStats

0 commit comments

Comments
 (0)