diff --git a/site/content/in-dev/unreleased/getting-started/using-polaris.md b/site/content/in-dev/unreleased/getting-started/using-polaris.md index 14524e495a..b0fcb2e047 100644 --- a/site/content/in-dev/unreleased/getting-started/using-polaris.md +++ b/site/content/in-dev/unreleased/getting-started/using-polaris.md @@ -300,4 +300,8 @@ curl -v http://127.0.0.1:8181/api/management/v1/principal-roles -H "Authorizatio curl -v http://127.0.0.1:8181/api/management/v1/catalogs/quickstart_catalog -H "Authorization: Bearer $POLARIS_TOKEN" ``` +## Next Steps +* Visit [Configuring Polaris for Production]({{% relref "../configuring-polaris-for-production" %}}). +* A Getting Started experience for using Spark with Jupyter Notebooks is documented [here](https://github.com/apache/polaris/blob/main/getting-started/spark/README.md). +