Skip to content

Commit 5e5641c

Browse files
committed
Merge v2 review fixes (placeholder pages, non-permanent redirects)
# Conflicts: # v2-redirects.mjs
2 parents 896eae5 + d0ccd7e commit 5e5641c

4 files changed

Lines changed: 95 additions & 72 deletions

File tree

IA.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on a product decision (see CIP-3307 checklist).
1717
enforces that every legacy page has a mapping.
1818
- Frontmatter facets (`type`, `components`, `audience`, `integration`,
1919
`verifiedAgainst`, `reviewBy`) are defined in `source.config.ts` (`v2docs`).
20-
- **Moving a page = ** move the file into `content/docs`, update its facets,
20+
- **Moving a page** = move the file into `content/docs`, update its facets,
2121
fix inbound links, confirm its `v2-redirects.mjs` entry, tick it here.
2222

2323
## URL conventions
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Searchable encryption
3+
description: "How querying encrypted data works, and exactly what each index term reveals."
4+
type: concept
5+
---
6+
7+
This page is being rewritten as part of the docs V2 overhaul ([CIP-3333](https://linear.app/cipherstash/issue/CIP-3333)). Track progress in [IA.md](https://github.com/cipherstash/docs/blob/v2/IA.md).
8+
9+
Until it lands, the current version lives in the [existing docs](/stack/cipherstash/encryption/searchable-encryption).
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Query performance
3+
description: "Diagnosing and fixing slow queries on encrypted columns."
4+
type: guide
5+
---
6+
7+
This page is being built as part of the docs V2 overhaul ([CIP-3351](https://linear.app/cipherstash/issue/CIP-3351)). Track progress in [IA.md](https://github.com/cipherstash/docs/blob/v2/IA.md).
8+
9+
Until it lands, the EQL reference covers the essentials: [Indexes](/reference/eql/indexes) walks through `EXPLAIN` verification and large-table index builds, and [Sorting](/reference/eql/sorting) covers extractor-form sort keys.

0 commit comments

Comments
 (0)