Skip to content

Commit a0c6c68

Browse files
authored
Rename various operator categories in documentation
1 parent 01d9a36 commit a0c6c68

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/docs/page.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2828,7 +2828,7 @@ async function connect() {
28282828
) : selectedOperator === "Boolean Expression" ? (
28292829
<div className="bg-neutral-800/50 backdrop-blur-sm rounded-lg border border-neutral-700/50 p-6">
28302830
<h3 className="text-xl font-semibold text-white mb-4">
2831-
Bitwise Update Operators
2831+
Boolean Expression Operators
28322832
</h3>
28332833
<div className="grid gap-3">
28342834
{["$and", "$not", "$or"].map((operator) => (
@@ -2949,7 +2949,7 @@ async function connect() {
29492949
) : selectedOperator === "Element Query" ? (
29502950
<div className="bg-neutral-800/50 backdrop-blur-sm rounded-lg border border-neutral-700/50 p-6">
29512951
<h3 className="text-xl font-semibold text-white mb-4">
2952-
Data Size Operators
2952+
Element Query Operators
29532953
</h3>
29542954
<div className="grid gap-3">
29552955
{["$exists", "$type"].map((operator) => (
@@ -2985,7 +2985,7 @@ async function connect() {
29852985
) : selectedOperator === "Field Update" ? (
29862986
<div className="bg-neutral-800/50 backdrop-blur-sm rounded-lg border border-neutral-700/50 p-6">
29872987
<h3 className="text-xl font-semibold text-white mb-4">
2988-
Evaluation Query Operators
2988+
Field Update Operators
29892989
</h3>
29902990
<div className="grid gap-3">
29912991
{[
@@ -3137,7 +3137,7 @@ async function connect() {
31373137
) : selectedOperator === "Timestamp Expression" ? (
31383138
<div className="bg-neutral-800/50 backdrop-blur-sm rounded-lg border border-neutral-700/50 p-6">
31393139
<h3 className="text-xl font-semibold text-white mb-4">
3140-
Projection Operators
3140+
Timestamp Expression Operators
31413141
</h3>
31423142
<div className="grid gap-3">
31433143
{["$tsSecond", "$tsIncrement"].map((operator) => (
@@ -3155,7 +3155,7 @@ async function connect() {
31553155
) : selectedOperator === "Set Expression" ? (
31563156
<div className="bg-neutral-800/50 backdrop-blur-sm rounded-lg border border-neutral-700/50 p-6">
31573157
<h3 className="text-xl font-semibold text-white mb-4">
3158-
Projection Operators
3158+
Set Expression Operators
31593159
</h3>
31603160
<div className="grid gap-3">
31613161
{[
@@ -3199,7 +3199,7 @@ async function connect() {
31993199
) : selectedOperator === "Window" ? (
32003200
<div className="bg-neutral-800/50 backdrop-blur-sm rounded-lg border border-neutral-700/50 p-6">
32013201
<h3 className="text-xl font-semibold text-white mb-4">
3202-
Variable Expression Operators
3202+
Window Operators
32033203
</h3>
32043204
<div className="grid gap-3">
32053205
{[

0 commit comments

Comments
 (0)