Skip to content

Commit 0155a72

Browse files
author
user
committed
Link to the getting started guides
1 parent 5d0912f commit 0155a72

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)