Skip to content

Commit 4d4331a

Browse files
committed
Make faq accordion group
1 parent 8db455d commit 4d4331a

File tree

1 file changed

+23
-18
lines changed

1 file changed

+23
-18
lines changed

fern/docs/pages/airdrop/faq.mdx

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
11
## Airdrop template repository
2-
3-
#### I'm getting a `Conflict` error after the `Creating snap-in package...` message when running `make deploy`
4-
5-
> A snap-in package with the same slug already exists.
6-
Override the ``SNAP_IN_SLUG`` variable by explicitly updating the variable in `scripts/vars.sh`.
7-
8-
#### Deployment or building of a snap-in version failed after the `Waiting for snap-in version to be ready...` message
9-
10-
> The snap-in version could not be built.
11-
> Check the logs by running the DevRev CLI command. For prettier UI, pipe the output to `jq`.
12-
> ```
13-
> devrev snap_in_package logs | jq
14-
> ```
2+
<AccordionGroup>
3+
<Accordion title="Getting a `Conflict` error when running `make deploy`">
4+
A snap-in package with the same slug already exists.
5+
Override the `SNAP_IN_SLUG` variable by explicitly updating the variable in `scripts/vars.sh`.
6+
</Accordion>
7+
<Accordion title="Deployment of snap-in failed after `Waiting for snap-in version to be ready...` message">
8+
The snap-in version could not be built.
9+
Check the logs by running the DevRev CLI command. For prettier UI, pipe the output to `jq`.
10+
```bash
11+
devrev snap_in_package logs | jq
12+
```
13+
</Accordion>
14+
</AccordionGroup>
1515

1616
## Token handling
17+
<AccordionGroup>
18+
<Accordion title="`Token is expired` when deploying or cleaning up">
19+
Authentication token to the `DEV_ORG` has expired. Reauthenticate the organization by running.
20+
```bash
21+
make auth
22+
```
23+
</Accordion>
24+
</AccordionGroup>
25+
26+
## Metadata extraction
1727

18-
#### `Token is expired` when deploying or cleaning up
1928

20-
> Authentication token to the `DEV_ORG` has expired. Reauthenticate the organization by running.
21-
> ```
22-
> make auth
23-
> ```

0 commit comments

Comments
 (0)