Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Platform FAQ now that Deployment Plans are supported #492

Merged
merged 5 commits into from
Oct 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions docs/platform/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
title: FAQs
---

### Clarinet Integrate/Devnet is not working in terminal
### Are my projects and contracts isolated?

Check warning on line 5 in docs/platform/faq.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/platform/faq.md#L5

[Google.FirstPerson] Avoid first-person pronouns such as 'my'.
Raw output
{"message": "[Google.FirstPerson] Avoid first-person pronouns such as 'my'.", "location": {"path": "docs/platform/faq.md", "range": {"start": {"line": 5, "column": 9}}}, "severity": "WARNING"}

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.

Expand All @@ -22,10 +22,6 @@

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.

Check failure on line 27 in docs/platform/faq.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/platform/faq.md#L27

[Google.Quotes] Commas and periods go inside quotation marks.
Raw output
{"message": "[Google.Quotes] Commas and periods go inside quotation marks.", "location": {"path": "docs/platform/faq.md", "range": {"start": {"line": 27, "column": 12}}}, "severity": "ERROR"}
Loading