diff --git a/docs/api/flow/01-overview.mdx b/docs/api/flow/01-overview.mdx index 572bf87..03f668d 100644 --- a/docs/api/flow/01-overview.mdx +++ b/docs/api/flow/01-overview.mdx @@ -6,7 +6,7 @@ title: "Overview" import LinkPreview from "@site/src/components/LinkPreview"; -# Sablier Flow V1.0 +# Sablier Flow Sablier's [Flow](/concepts/flow/overview) streams enable the [payments](/apps/features/payments) functionality of the Sablier Interface. diff --git a/docs/api/flow/_category_.json b/docs/api/flow/_category_.json index 7368945..63b6c80 100644 --- a/docs/api/flow/_category_.json +++ b/docs/api/flow/_category_.json @@ -1,5 +1,5 @@ { "collapsed": false, - "label": "Flow v1.0", + "label": "Flow", "position": 3 } diff --git a/docs/api/lockup/01-overview.mdx b/docs/api/lockup/01-overview.mdx index 14dc500..b603dfa 100644 --- a/docs/api/lockup/01-overview.mdx +++ b/docs/api/lockup/01-overview.mdx @@ -6,7 +6,7 @@ title: "Overview" import LinkPreview from "@site/src/components/LinkPreview"; -# Sablier Lockup V1.2 +# Sablier Lockup Sablier's [Lockup](/concepts/lockup/overview) streams are used for the [vesting](/apps/features/vesting) and some of the [airdrops](/apps/features/airdrops) functionality of the Sablier Interfaces. diff --git a/docs/api/lockup/_category_.json b/docs/api/lockup/_category_.json index 50aff53..5196dae 100644 --- a/docs/api/lockup/_category_.json +++ b/docs/api/lockup/_category_.json @@ -1,5 +1,5 @@ { "collapsed": false, - "label": "Lockup V1.2", + "label": "Lockup", "position": 2 } diff --git a/docs/guides/flow/01-overview.md b/docs/guides/flow/01-overview.md index 45da031..fc8e026 100644 --- a/docs/guides/flow/01-overview.md +++ b/docs/guides/flow/01-overview.md @@ -4,7 +4,7 @@ sidebar_position: 1 title: "Overview" --- -# Sablier Flow V1.0 +# Sablier Flow Welcome to the Sablier Flow protocol documentation. diff --git a/docs/guides/flow/_category_.json b/docs/guides/flow/_category_.json index aad6c9d..2d1231e 100644 --- a/docs/guides/flow/_category_.json +++ b/docs/guides/flow/_category_.json @@ -1,5 +1,5 @@ { "collapsed": false, - "label": "Flow V1.0", + "label": "Flow", "position": 2 } diff --git a/docs/guides/lockup/01-overview.md b/docs/guides/lockup/01-overview.md index cf620f8..0c88760 100644 --- a/docs/guides/lockup/01-overview.md +++ b/docs/guides/lockup/01-overview.md @@ -4,7 +4,7 @@ sidebar_position: 1 title: "Overview" --- -# Sablier Lockup V1.2 +# Sablier Lockup Welcome to the Sablier Lockup protocol documentation. diff --git a/docs/guides/lockup/_category_.json b/docs/guides/lockup/_category_.json index e3b6184..f805de2 100644 --- a/docs/guides/lockup/_category_.json +++ b/docs/guides/lockup/_category_.json @@ -1,5 +1,5 @@ { "collapsed": false, - "label": "Lockup V1.2", + "label": "Lockup", "position": 1 }