Skip to content

Commit

Permalink
Explain jsonbin creation (#589)
Browse files Browse the repository at this point in the history
  • Loading branch information
gossi authored Jul 5, 2022
1 parent c43b1c4 commit cabbfd6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion website/docs/design/figma/sync.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ id: sync
title: Sync
---

import useBaseUrl from '@docusaurus/useBaseUrl';

Tokens are stored within the theemo plugin which run in a sandboxed environment.
In order to use your tokens and valuable references from somewhere else, they
need to be synced from one place to another
Expand All @@ -16,7 +18,17 @@ design tokens in your code. Here is how:
Enter credentials in settngs:

1. Create an account and copy the API Key
2. Create a bin and copy the bin URL
2. Create a private bin and copy the bin URL

The bin can't be empty (jsonbin requires content) - enter `[{}]`, which
let's allow you to create the bin (see figure 1).

<figure id="jsonbin">
<img src={useBaseUrl('/img/jsonbin-create.png')} />
<figcaption>
Creating a new json bin with "empty" content (using their new dashboard)
</figcaption>
</figure>

On the tools tab the `Export Settings` button becomes available. Clicking the
button will export your references.
Expand Down
Binary file added website/static/img/jsonbin-create.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cabbfd6

Please sign in to comment.