Skip to content

Commit 4bdbabb

Browse files
committed
Add more screencasts
1 parent 41085e9 commit 4bdbabb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

content/docs/1_guide/22_beyond-kirby/guide.txt

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ Sometimes, however, "headless" technologies are used for their own sake, for exa
5050

5151
## Content representations
5252

53+
(screencast: https://youtu.be/LoN2n1jjCuc title: Your content in different formats text: Be it JSON for your frontend JavaScript library, to use Kirby as an API for other tools or an automatic RSS feed of your blog.)
54+
55+
5356
Content representations work like standard Kirby templates and are usually bound to a page type. They are a great way to create an API that provides exactly the data you need.
5457

5558
By default, content representations are publicly accessible, so they're great for content that is only accessed via `GET` requests. However, you can of course add authentication if needed or lock your API server-side to prevent unauthorized access.

content/docs/2_cookbook/3_templating/0_pagination/cookbook-recipe.txt

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Title: Pagination
44

55
Text:
66

7+
(screencast: https://youtu.be/p1JhCpSRvlc title: Pagination text: Learn how to create a simple navigation to jump between pages in a matter of minutes.)
8+
9+
710
The time will come when we have more than just a few articles or projects in our blog/projects list and we can't show them all on one page.
811

912
This is a simple example for a list of articles for a blog:

0 commit comments

Comments
 (0)