Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup docs sidebar and improve tutorial #2866

Merged
merged 1 commit into from
May 13, 2024
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 docs/src/content/docs/common-container-props.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 33
id: 98
title: Common Container Props
category: containers
sidebar: true
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/create-container.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 32
id: 99
title: createContainer
category: containers
type: docs
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/victory-area.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 4
id: 1
title: VictoryArea
category: charts
type: docs
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/victory-axis.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 5
id: 2
title: VictoryAxis
category: charts
type: docs
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/victory-bar.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 6
id: 3
title: VictoryBar
category: charts
type: docs
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/victory-boxplot.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 0
id: 4
title: VictoryBoxPlot
category: charts
type: docs
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/victory-candlestick.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 8
id: 5
title: VictoryCandlestick
category: charts
type: docs
Expand Down
4 changes: 3 additions & 1 deletion docs/src/content/docs/victory-canvas.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ scope: null

# Victory Canvas

The `victory-canvas` package currently provides a set of experimental primitive components that will allow Victory to render data in a Canvas container rather than as an SVG.
The `victory-canvas` package currently provides a set of *experimental* primitive components that will allow Victory to render data in a Canvas container rather than as an SVG.

> This API should not be used in production and only serves as an experiment to help guide the next phase of Victory development.

## Container Components

Expand Down
4 changes: 2 additions & 2 deletions docs/src/content/docs/victory-chart.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: 9
id: 1
title: VictoryChart
category: charts
category: containers
type: docs
scope:
- sampleData
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/victory-errorbar.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 13
id: 6
title: VictoryErrorBar
category: charts
type: docs
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/victory-group.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: 14
title: VictoryGroup
category: charts
category: containers
type: docs
scope:
- sampleData
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/victory-histogram.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 35
id: 7
title: VictoryHistogram
category: charts
type: docs
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/victory-line.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 17
id: 8
title: VictoryLine
category: charts
type: docs
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/victory-pie.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 18
id: 9
title: VictoryPie
category: charts
type: docs
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/victory-polar-axis.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 19
id: 10
title: VictoryPolarAxis
category: charts
type: docs
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/victory-scatter.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 22
id: 11
title: VictoryScatter
category: charts
type: docs
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/victory-stack.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
id: 25
title: VictoryStack
category: charts
category: containers
type: docs
scope:
- sampleData
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/victory-voronoi.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
id: 30
id: 12
title: VictoryVoronoi
category: charts
type: docs
Expand Down
Loading