diff --git a/apps/zui/docs/advanced/README.md b/apps/zui/docs/advanced/README.md index 065ca41a40..8c28d04a1e 100644 --- a/apps/zui/docs/advanced/README.md +++ b/apps/zui/docs/advanced/README.md @@ -1,5 +1,5 @@ --- -sidebar_position: 4 +sidebar_position: 5 --- # Advanced Guides diff --git a/apps/zui/docs/developer/README.md b/apps/zui/docs/developer/README.md index f33f401042..2f4182305a 100644 --- a/apps/zui/docs/developer/README.md +++ b/apps/zui/docs/developer/README.md @@ -1,5 +1,5 @@ --- -sidebar_position: 5 +sidebar_position: 6 --- # Developer Resources diff --git a/apps/zui/docs/features/Preview-Load.md b/apps/zui/docs/features/Preview-Load.md new file mode 100644 index 0000000000..ac6fc35db7 --- /dev/null +++ b/apps/zui/docs/features/Preview-Load.md @@ -0,0 +1,19 @@ +--- +sidebar_position: 1 +--- + +# Preview & Load + +The video below shows how you can preview and +[shape](https://zed.brimdata.io/docs/language/shaping) your data as you load it +into a [Zed lake](https://zed.brimdata.io/docs/commands/zed) with Zui. It also +touches on the significance of setting a +[pool key](https://zed.brimdata.io/docs/commands/zed#pool-key) and customizing +the stacked bar chart. + +To further explore the Zed concepts shown in the video, you may want to read +the [`zq` tutorial](https://zed.brimdata.io/docs/tutorials/zq) and use the +[`prs.json`](https://github.com/brimdata/zed/raw/main/docs/tutorials/prs.json) +test data. + + diff --git a/apps/zui/docs/features/README.md b/apps/zui/docs/features/README.md new file mode 100644 index 0000000000..070b1b5461 --- /dev/null +++ b/apps/zui/docs/features/README.md @@ -0,0 +1,9 @@ +--- +sidebar_position: 4 +--- + +# Features + +Learn how to get the most from Zui features. Topics described here include: + +* [Preview and load data](Preview-Load.md)