From 53c3b8e12d8ce8f2f2b0bb0c1d06696cd7ae797d Mon Sep 17 00:00:00 2001 From: Alex Miller Date: Mon, 2 Oct 2023 10:56:57 -0600 Subject: [PATCH] Update faq.md Remove references to deployment plans not being supported, now that they are --- docs/platform/faq.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/docs/platform/faq.md b/docs/platform/faq.md index 2bfd82e34..005f444fb 100644 --- a/docs/platform/faq.md +++ b/docs/platform/faq.md @@ -2,11 +2,11 @@ title: FAQ's --- -### Clarinet Integrate/Devnet is not working in terminal +### Are my projects and contracts isolated? -This feature is not supported. It is in the roadmap. +Your projects are deployed as pods in Kubernetes. Each pod operates with strict security context and resource limits. You are the only one to have access to the data. -### Can I use deployment plans? +### Clarinet Integrate/Devnet is not working in terminal This feature is not supported. It is in the roadmap. @@ -22,10 +22,6 @@ Internet access is unavailable inside VS Code and Terminal. Use the [feedback widget inside Hiro Platform](https://hiro-pbc.canny.io/hiro-platform) or go directly to [https://hiro-pbc.canny.io/hiro-platform](https://hiro-pbc.canny.io/hiro-platform) to report issues. -### Are my projects and contracts isolated? - -Your projects are deployed as pods in Kubernetes. Each pod operates with strict security context and resource limits. You are the only one to have access to the data. - ### I see an error: 'Unable to retrieve contract ...' in the browser console. How do I resolve it? -Currently, "clarinet integrate", "requirements" and "deployment plans" aren't supported in Clarinet installed in Hiro Platform. These are on the roadmap. +Currently, "clarinet integrate", and "requirements" aren't supported in Clarinet installed in Hiro Platform. These are on the roadmap.