Skip to content

Commit 14a866b

Browse files
committed
fix(docs): restore v0.8.2 performance note
Problem\nThe v0.8.2 performance note was incorrectly folded into the changelog flow, which left the performance index pointing at v0.8.0 as the current version.\n\nImplementation\nRestore docs/performance/v0.8.2.md as a standalone performance note, update the performance index to mark v0.8.2 as current, and add the page back to the MkDocs performance navigation alongside the v0.8.2 release note.\n\nTests\npython -m mkdocs build --clean\n\nNotes\nThe changelog v0.8.2 release note remains separate from the performance note by design.
1 parent 1ced523 commit 14a866b

3 files changed

Lines changed: 421 additions & 8 deletions

File tree

docs/performance/index.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,19 @@ This section tracks performance-oriented algorithm evolution by version.
44

55
---
66

7-
## Current Standalone Algorithm Note
7+
## Current Version
88

9-
**v0.8.0** is the current standalone algorithm note.
9+
**v0.8.2** is the current performance baseline.
1010

11-
- [Open v0.8.0 details](v0.8.0.md)
12-
13-
## Latest Release Note
14-
15-
- [v0.8.2 release note](../changelog/v0.8.2.md)
11+
- [Open v0.8.2 performance note](v0.8.2.md)
12+
- [Open v0.8.2 release note](../changelog/v0.8.2.md)
1613

1714
---
1815

1916
## Version Index
2017

21-
- [v0.8.0](v0.8.0.md) (standalone algorithm note)
18+
- [v0.8.2](v0.8.2.md) (current)
19+
- [v0.8.0](v0.8.0.md) (baseline)
2220

2321
---
2422

0 commit comments

Comments
 (0)