Skip to content

Commit 996316f

Browse files
committed
Link to the getting started guides from the index page examples
1 parent 8854a3a commit 996316f

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

source/peeks/_hanami.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ module API::Controllers::Posts
3030
end
3131
end
3232
```
33+
Further instructions are in the [getting started guide for Hanami](guides/getting_started/hanami).

source/peeks/_plain.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ resource.to_h
3030
# comments_types: ['comments', 'comments', 'comments']
3131
# }
3232
```
33+
34+
Further instructions are in the [getting started guide for plain Ruby](guides/getting_started/plain_ruby).

source/peeks/_rails.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ class PostsController < ApplicationController
1919
end
2020
end
2121
```
22+
23+
Further instructions are in the [getting started guide for Rails](guides/getting_started/rails).

0 commit comments

Comments
 (0)