Manage E-books
Add New E-book
Fill out the form to generate the JSON for a new e-book.
Select an image from your device.
Update E-books
Instructions for updating the content for e-books.
Developer Instructions
1. Use the form to generate JSON for a new e-book.
2. First, upload an image to an external service (e.g., Cloudinary, Imgur) to get a public URL.
3. Use the form to generate the JSON for the new image and for the e-book.
4. Copy the **Image JSON** and add it to `src/lib/placeholder-images.json`. Paste your hosted image URL into the `imageUrl` field.
5. Copy the **E-book JSON** and add it to `src/lib/data.ts`.
2. First, upload an image to an external service (e.g., Cloudinary, Imgur) to get a public URL.
3. Use the form to generate the JSON for the new image and for the e-book.
4. Copy the **Image JSON** and add it to `src/lib/placeholder-images.json`. Paste your hosted image URL into the `imageUrl` field.
5. Copy the **E-book JSON** and add it to `src/lib/data.ts`.
Current E-books Data
This is the current data from `src/lib/data.ts`.