Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion recipes/20-embed-videos.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Keep video files small. Git repositories aren't ideal for large binary files. Fo

## More Options

For full details on aspect ratios, start times, accessibility labels, Vimeo, Loom, cross-referencing, and performance tips, see the [Videos](../user_guide/20-videos.qmd) page in the User Guide.
For full details on aspect ratios, start times, accessibility labels, Vimeo, Loom, cross-referencing, and performance tips, see the [Videos](../user_guide/22-videos.qmd) page in the User Guide.
2 changes: 1 addition & 1 deletion user_guide/32-table-previews.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ mode, requires no JavaScript, and is safe to embed in RSS feeds, emails, or stat

This guide walks through every feature, starting from the simplest Python call and building up to
the Quarto shortcode, file format support, and advanced display options. For interactive tables with
sorting, filtering, and pagination, see the companion [Table Explorer](31-table-explorer.qmd) guide.
sorting, filtering, and pagination, see the companion [Table Explorer](33-table-explorer.qmd) guide.

## Quick Start

Expand Down
2 changes: 1 addition & 1 deletion user_guide/33-table-explorer.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ versions: ">=0.10"
# Table Explorer

The `tbl_explorer()` function generates an interactive table widget from tabular data. Where
[`tbl_preview()`](30-table-previews.qmd) produces a static, JavaScript-free snapshot of a dataset,
[`tbl_preview()`](32-table-previews.qmd) produces a static, JavaScript-free snapshot of a dataset,
`tbl_explorer()` embeds all rows as inline JSON and progressively enhances a static fallback table
with interactive controls: sorting, token-based filtering, pagination, column toggling,
copy-to-clipboard, and CSV download.
Expand Down
2 changes: 1 addition & 1 deletion user_guide/37-freeze.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -479,4 +479,4 @@ needing your computational environment.
detailed examples and CI patterns
- [Freeze Demo](../recipes/freeze-demo.qmd): a live page with frozen outputs you can inspect
- [Configuration](configuration.qmd): all `great-docs.yml` options including `pre_render`
- [Publishing](publishing.qmd): deploying your site to GitHub Pages, Netlify, or other hosts
- [Publishing](14-deployment.qmd): deploying your site to GitHub Pages, Netlify, or other hosts
Loading