diff --git a/docs/concepts/cluster-configuration.md b/docs/concepts/cluster-configuration.md index b3e67102..f929533b 100644 --- a/docs/concepts/cluster-configuration.md +++ b/docs/concepts/cluster-configuration.md @@ -53,7 +53,7 @@ To create a new [keyspace](/docs/sharding/keyspaces): ## Modify the VSchema of a keyspace via cluster configuration tab -**Note**: You can modify the VSchema on your development branch either in the cluster configuration tab, using the []`ALTER VSCHEMA` command](/docs/sharding/vschema#modifying-vschema), or with the pscale CLI using [`pscale keyspace vschema update`](/docs/reference/keyspace). +**Note**: You can modify the VSchema on your development branch either in the cluster configuration tab, using the [`ALTER VSCHEMA` command](/docs/sharding/vschema#modifying-vschema), or with the pscale CLI using [`pscale keyspace vschema update`](/docs/reference/keyspace). Once you have created your keyspace, you will see a new tab: **VSchema**. The VSchema contains information about how the keyspace is sharded, sequence tables, and other Vitess schema information. The VSchema tab allows you to configure the Vschema for your new keyspace or modify it for existing keyspaces. diff --git a/docs/sharding/overview.md b/docs/sharding/overview.md index 72d7b1c0..b8bcfd81 100644 --- a/docs/sharding/overview.md +++ b/docs/sharding/overview.md @@ -5,7 +5,7 @@ date: '2024-09-20' --- {% callout %} -You can create sharded keyspaces on PlanetScale on the Scaler Pro plan via the cluster configuration page in your dashboard or through the CLI, however, you can only currently shard new tables. +You can create sharded keyspaces on PlanetScale on the Scaler Pro plan via the [cluster configuration page](/docs/concepts/cluster-configuration) in your dashboard, however, you can only currently shard new tables. If you have existing tables that need sharding, or if you would like additional support from our expert team, our [Enterprise plan](/docs/concepts/planetscale-plans#planetscale-enterprise-plan) may be a good fit. [Get in touch](/contact) for a quick assessment. {% /callout %}