forked from Codehagen/Badget
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove contentlayer for mdx (Codehagen#210)
* refactor: remove contentlayer for mdx * fix: version mismatch
- Loading branch information
Showing
65 changed files
with
717 additions
and
3,499 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,8 +39,5 @@ yarn-error.log* | |
.react-email/ | ||
|
||
# contentlayer | ||
.contentlayer | ||
|
||
# turbo | ||
.turbo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,5 @@ next-env.d.ts | |
/.react-email/ | ||
|
||
.vscode | ||
.contentlayer | ||
|
||
venv |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Clerk | ||
|
||
## Clerk is our authentication service | ||
|
||
--- | ||
|
||
1. Go to https://clerk.com and create an account. You will be redirected to the Sign In builder page. | ||
2. Choose an application name and customize options if you want. Then, click **Create application**. You will be redirected to your dashboard. There is a section that says API Keys. | ||
3. Copy these values to the appropriate location `.env.local` file. |
7 changes: 4 additions & 3 deletions
7
apps/www/content/docs/installation/index.mdx → ...www/app/(docs)/docs/installation/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 4 additions & 3 deletions
7
.../www/content/docs/installation/resend.mdx → .../(docs)/docs/installation/resend/page.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
import { Callout } from "@/components/shared/callout"; | ||
|
||
# Introduction | ||
|
||
## Welcome to the Badget documentation. | ||
|
||
--- | ||
|
||
Badget is a community driven, open source personal finance tracker. | ||
Think of it as the open source version to https://copilot.money | ||
|
||
<Callout> | ||
The documentation is still a work in progress. [We welcome | ||
contributions!](https://github.com/projectx-codehagen/Badget)\ You can follow | ||
updates on Twitter [@CodeHagen](https://twitter.com/CodeHagen). | ||
</Callout> |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.