Skip to content

Commit 5c54d9a

Browse files
authored
docs: fix markdown link (#12000)
### What? <img width="749" alt="image" src="https://github.com/user-attachments/assets/a9b6243d-2c50-48bc-a1a1-6a163949ec4a" /> Link not showing properly. Check https://payloadcms.com/docs/getting-started/installation#2-copy-payload-files-into-your-nextjs-app-folder <img width="714" alt="image" src="https://github.com/user-attachments/assets/d1c77d5f-ed3a-4b92-94b6-86694ae7668e" /> SQLite Adapter could be added to this section Check https://payloadcms.com/docs/getting-started/installation#1-install-the-relevant-packages ### Why? Wrong syntax ### How? * fix markdown link * add section for install sqlite adapter
1 parent 36e7c59 commit 5c54d9a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/getting-started/installation.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ To install a Database Adapter, you can run **one** of the following commands:
6767
pnpm i @payloadcms/db-postgres
6868
```
6969

70+
- To install the [SQLite Adapter](../database/sqlite), run:
71+
```bash
72+
pnpm i @payloadcms/db-sqlite
73+
```
74+
7075
<Banner type="success">
7176
**Note:** New [Database Adapters](/docs/database/overview) are becoming
7277
available every day. Check the docs for the most up-to-date list of what's
@@ -75,7 +80,7 @@ To install a Database Adapter, you can run **one** of the following commands:
7580

7681
#### 2. Copy Payload files into your Next.js app folder
7782

78-
Payload installs directly in your Next.js `/app` folder, and you'll need to place some files into that folder for Payload to run. You can copy these files from the [Blank Template](<https://github.com/payloadcms/payload/tree/main/templates/blank/src/app/(payload)>) on GitHub. Once you have the required Payload files in place in your `/app` folder, you should have something like this:
83+
Payload installs directly in your Next.js `/app` folder, and you'll need to place some files into that folder for Payload to run. You can copy these files from the [Blank Template](https://github.com/payloadcms/payload/tree/main/templates/blank/src/app/(payload)) on GitHub. Once you have the required Payload files in place in your `/app` folder, you should have something like this:
7984

8085
```plaintext
8186
app/

0 commit comments

Comments
 (0)