Skip to content

Commit 026e46a

Browse files
Merge pull request #408 from kinde-oss/Fix/code-status
Fix/code status
2 parents 9d92023 + 7e73783 commit 026e46a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

src/content/docs/design/customize-with-code/connect-repo.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,11 @@ myApp/
3939
```
4040

4141
In the above example, `<route>` is used to map your code to a rendered page in Kinde. For example `kindeSrc/environment/pages/(kinde)/(register)/page.tsx` will map to the register / sign up page in the authentication flow.
42+
43+
## Code status alerts
44+
45+
The home page of your Kinde dashboard shows a code alert status. You can see immediately if there are any concerns with your code. Select **View code status** to see if the issue is:
46+
47+
- a code sync problem
48+
- a workflow code problem
49+
- a design custom code issue

src/content/docs/workflows/getting-started/connect-repo-for-workflows.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ We currently only support GitHub but will offer other git providers soon.
3232

3333
<Aside type="warning">
3434

35-
If the preview code option is switched off, your code will be pushed live automatcially each time you sync.
35+
If the preview code option is switched off, your code will be pushed live automatically each time you sync.
3636

3737
</Aside>
38+
39+
## Code status alerts
40+
41+
The home page of your Kinde dashboard shows a code alert status. You can see immediately if there are any concerns with your code. Select **View code status** to see if the issue is:
42+
43+
- a code sync problem
44+
- a workflow code problem
45+
- a design custom code issue

0 commit comments

Comments
 (0)