Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add external resources page to the website #385

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ PLATFORMS
ruby

DEPENDENCIES
activesupport
better_errors
binding_of_caller
builder (~> 3.0)
Expand All @@ -225,14 +224,12 @@ DEPENDENCIES
middleman-syntax
mime-types
puma
rack
rack-contrib
rake
redcarpet
sanitize
slim
tilt-jbuilder
tzinfo

BUNDLED WITH
2.1.4
2 changes: 2 additions & 0 deletions source/partials/_nav.slim
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ nav.main-nav
a href="/status" Status
li class=("main-nav__item--selected" if /\Anews/.match(current_page.path))
a href="/news" News
li class=("main-nav__item--selected" if /\Aresources/.match(current_page.path))
a href="/resources" Resources
li class=("main-nav__item--selected" if /\Acommunity/.match(current_page.path))
a href="/community" Community
br.mobile-only
Expand Down
14 changes: 14 additions & 0 deletions source/resources.html.slim
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: External Resources
layout: content-page
---

.community-resources
h1 Community resources

p As dry-rb community grows, <strong>there are more and more poeple writing, or talking about us</strong>! Here is the list of some of the talks and resources you can learn more from about our libraries.

ul
li
a href="https://hanamimastery.com/t/dry-rb" Hanami Mastery (DRY-RB tag)
| - a collection of articles and video tutorials about dry-rb gems