Skip to content

Commit

Permalink
Cleanup docs sidebar and improve tutorial (#2866)
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot committed May 13, 2024
1 parent 74d1a92 commit c0e44aa
Show file tree
Hide file tree
Showing 22 changed files with 256 additions and 585 deletions.
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

0 comments on commit c0e44aa

Please sign in to comment.