Skip to content

Commit

Permalink
typo + article + title
Browse files Browse the repository at this point in the history
  • Loading branch information
cgbl-90 committed Jul 24, 2024
1 parent 1653371 commit 2a7d301
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions src/content/plugins/figma-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,18 @@ Invite non-technical teammates like designers or PMs to your Chromatic project a

Every Chromatic plan comes with unlimited collaborators and [fine-grained roles](/docs/collaborators#roles). There are no extra charges "per seat".


---

## Frequently asked questions

<details>
<summary>Want to incorporate Figma in Chromatic?</summary>

Chromatic has [another integration with Figma](/docs/figma-in-chromatic) that brings code and design, side-by-side support into the web app. You’ll be able to view Figma components alongside their linked story right within Chromatic.

</details>

<details>
<summary>What URLs are supported in the Figma plugin?</summary>

Expand All @@ -84,3 +90,10 @@ The plugin supports two url formats hosted on Chromatic:
| Component URL in Chromatic | `https://www.chromatic.com/component?appId=5ccbc373887ca40020446347&csfId=button&buildNumber=1242&k=64821b99eedbc52679c33cd6-1200-interactive-true&h=7&b=-1` |

</details>

<details>
<summary>Can I trigger a Chromatic build from Figma?</summary>

No, when you update your Figma project, you must update your code and run a Chromatic build to upgrade the baseline.

</details>
2 changes: 1 addition & 1 deletion src/content/plugins/visual-tests-addon.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ When you finish accepting changes as baselines in the addon, you're ready to pus

---

## FAQ
## Frequently asked questions

<details>
<summary>What are "local" builds and how are they different from builds?</summary>
Expand Down
2 changes: 1 addition & 1 deletion src/content/snapshot/branching-and-baselines.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Use the `--auto-accept-changes` flag with the Chromatic CLI or the `autoAcceptCh
<details>
<summary>What if I accidentally accept unwanted changes. Can I delete a build?</summary>

Chromatic does not currently support deleting individual builds within a proejct. Builds are integral to Chromatic's baseline algorithms, making deleting individual links in the chain complex and impossible at the moment.
Chromatic does not currently support deleting individual builds within a project. Builds are integral to Chromatic's baseline algorithms, making deleting individual links in the chain complex and impossible at the moment.

If you want to revert to a previous baseline, you can use Git to restore old baselines. Identify a past build with the correct baselines, create a new branch for these changes and merge them into the current `main` branch using the `--auto-accept-changes` flag.

Expand Down

0 comments on commit 2a7d301

Please sign in to comment.