diff --git a/apps/typegpu-docs/src/examples/algorithms/bitonic-sort/meta.json b/apps/typegpu-docs/src/examples/algorithms/bitonic-sort/meta.json index 322eeb5e66..5c3697752f 100644 --- a/apps/typegpu-docs/src/examples/algorithms/bitonic-sort/meta.json +++ b/apps/typegpu-docs/src/examples/algorithms/bitonic-sort/meta.json @@ -2,5 +2,6 @@ "title": "Bitonic Sort", "category": "algorithms", "tags": ["compute"], + "dev": true, "coolFactor": 5 }