Skip to content

Commit d0ccd7e

Browse files
committed
docs(v2): address PR #37 review comments
- v2-redirects.mjs: all entries permanent: false while the IA settles (per review); flip to permanent post-merge soak (CIP-3335) - IA.md: fix unmatched bold around 'Moving a page' - add placeholder pages for /concepts/searchable-encryption (CIP-3333) and /guides/troubleshooting/query-performance (CIP-3351) so the EQL reference's forward links resolve instead of 404ing
1 parent 8514932 commit d0ccd7e

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)