From 2d615279e045bdc0f764516c6bb4be991597b72c Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 30 Jun 2018 20:56:15 +0900 Subject: [PATCH] Separated last part of task into step 5 now --- docs/new-contributor-task.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/new-contributor-task.md b/docs/new-contributor-task.md index 8914e8bf..2b302e98 100644 --- a/docs/new-contributor-task.md +++ b/docs/new-contributor-task.md @@ -60,6 +60,8 @@ SidebarButton("Foobar", "/foobar", "plus") Navigate to `beta.notify.moe` and you should see the button to access your newly made page! Yay! +## Step 5: Play around! + Feel free to play around with the code now. You can utilize pixy components by using the `components` package inside your controller: ```go @@ -76,4 +78,4 @@ func Get(ctx *aero.Context) string { } ``` -This would now return the contents of your pixy component instead of a hard-coded string. \ No newline at end of file +This would now return the contents of your previously defined pixy component instead of a hard-coded string. \ No newline at end of file