Skip to content

Commit 35841c5

Browse files
committed
Enable breadcrumbs in user guide documentation
1 parent b371665 commit 35841c5

27 files changed

+29
-3
lines changed

docs/user-guide/actions.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Actions
33
jupyter: python3
44
toc-expand: 2
55
html-table-processing: none
6+
bread-crumbs: true
67
---
78

89
```{python}

docs/user-guide/assertions.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Assertions
33
jupyter: python3
44
toc-expand: 2
55
html-table-processing: none
6+
bread-crumbs: true
67
---
78

89
```{python}

docs/user-guide/briefs.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Briefs
33
jupyter: python3
44
toc-expand: 2
55
html-table-processing: none
6+
bread-crumbs: true
67
---
78

89
```{python}

docs/user-guide/cli-data-inspection.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Data Inspection
33
jupyter: python3
44
toc-expand: 2
5+
bread-crumbs: true
56
---
67

78
Pointblank’s CLI (`pb`) makes it easy to view your data before running validations. It has several

docs/user-guide/cli-data-validation.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: Data Validation
33
jupyter: python3
44
toc-expand: 2
5+
bread-crumbs: true
56
---
67

78
Validating data directly in the terminal with the Pointblank CLI offers a fast, scriptable, and

docs/user-guide/cli-reference.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: CLI Reference
33
jupyter: python3
44
toc-expand: 2
5+
bread-crumbs: true
56
---
67

78
This page provides a complete reference for all Pointblank CLI commands. Each section shows the full help text as it appears in the terminal, giving you quick access to all available options and examples.

docs/user-guide/col-summary-tbl.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Column Summaries
33
jupyter: python3
44
toc-expand: 2
55
html-table-processing: none
6+
bread-crumbs: true
67
---
78

89
```{python}

docs/user-guide/column-selection-patterns.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Column Selection Patterns
33
jupyter: python3
44
toc-expand: 2
55
html-table-processing: none
6+
bread-crumbs: true
67
---
78

89
```{python}

docs/user-guide/draft-validation.qmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@ title: Draft Validation
33
jupyter: python3
44
toc-expand: 2
55
html-table-processing: none
6+
bread-crumbs: true
67
---
78

8-
Draft Validation in Pointblank leverages large language models (LLMs) to automatically generate
9+
Draft validation in Pointblank leverages large language models (LLMs) to automatically generate
910
validation plans for your data. This feature is especially useful when starting validation on a new
1011
dataset or when you need to quickly establish baseline validation coverage.
1112

docs/user-guide/expressions.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Expression-Based Validation
33
jupyter: python3
44
toc-expand: 2
55
html-table-processing: none
6+
bread-crumbs: true
67
---
78

89
```{python}

0 commit comments

Comments
 (0)