Skip to content

Commit a2ff37e

Browse files
omri374claude
andcommitted
docs: restore manual nav reorder (Concepts-first, grouped sections)
Re-applies the nav ordering from #188 that a force-push had reverted: group Concepts into Evaluation strategies / Entity Mapping / Data generation, and move Tutorials below Concepts. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent e0a4625 commit a2ff37e

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

mkdocs.yml

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,24 @@ edit_uri: ""
1313
# the build script stages and converts them before Zensical runs.
1414
nav:
1515
- Home: index.md
16-
- Tutorials (notebooks):
16+
- Concepts:
17+
- Evaluation strategies:
18+
- Home: evaluation.md
19+
- Token evaluation: token_evaluation.md
20+
- Span evaluation: span_evaluation.md
21+
- Span matching strategies: span_matching_strategies.md
22+
- Entity Mapping:
23+
- Entity hierarchy: entity_hierarchy.md
24+
- Why canonical entity mapping: why_canonical_entity_mapping.md
25+
- Mapping scenarios: mapping_scenarios.md
26+
- Data generation: data_generation.md
27+
- Tutorials:
1728
- Generate data: notebooks/1_Generate_data.ipynb
1829
- PII dataset EDA: notebooks/2_PII_EDA.ipynb
1930
- Split by pattern: notebooks/3_Split_by_pattern_number.ipynb
2031
- Evaluate Presidio Analyzer: notebooks/4_Evaluate_Presidio_Analyzer.ipynb
2132
- Evaluate a custom Analyzer: notebooks/5_Evaluate_Custom_Presidio_Analyzer.ipynb
2233
- Interactive entity mapping: notebooks/6_Interactive_Entity_Mapping.ipynb
23-
- Data generation: data_generation.md
24-
- Concepts:
25-
- Evaluation: evaluation.md
26-
- Token evaluation: token_evaluation.md
27-
- Span evaluation: span_evaluation.md
28-
- Span matching strategies: span_matching_strategies.md
29-
- Entity hierarchy: entity_hierarchy.md
30-
- Why canonical entity mapping: why_canonical_entity_mapping.md
31-
- Mapping scenarios: mapping_scenarios.md
32-
- Migration guide: migration-guide.md
3334
- Presidio ↗: https://presidio.dataprivacystack.org
3435

3536
theme:

0 commit comments

Comments
 (0)