diff --git a/Gemfile.lock b/Gemfile.lock index 8a9b05bbb16..d7a13f67d47 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -210,7 +210,6 @@ PLATFORMS ruby DEPENDENCIES - activesupport better_errors binding_of_caller builder (~> 3.0) @@ -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 diff --git a/source/partials/_nav.slim b/source/partials/_nav.slim index 7cebfcdc166..8b35e09fc18 100644 --- a/source/partials/_nav.slim +++ b/source/partials/_nav.slim @@ -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 diff --git a/source/resources.html.slim b/source/resources.html.slim new file mode 100644 index 00000000000..8f378015d4a --- /dev/null +++ b/source/resources.html.slim @@ -0,0 +1,14 @@ +--- +title: External Resources +layout: content-page +--- + +.community-resources + h1 Community resources + + p As dry-rb community grows, there are more and more poeple writing, or talking about us! 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