Skip to content

Commit af01dd8

Browse files
committed
Add Node framework page
1 parent ca1c76e commit af01dd8

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: Getting started with Hotwire in Node.js
3+
framework: Node.js
4+
language: JavaScript
5+
description: An open-source, cross-platform JavaScript runtime environment
6+
icon_class: devicon-nodejs-plain colored text-5xl
7+
breadcrumb: Node.js
8+
---
9+
10+
<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
11+
<% page.with_title(title: current_page.data.fetch("title")) %>
12+
13+
<h3 class="font-bold text-2xl mt-12 mb-3">Documentation</h3>
14+
15+
<div class="grid grid-cols-1">
16+
<div class="flex flex-col gap-x-4">
17+
<h2 class="font-bold text-lg underline">
18+
<%= link_to "GitHub: VividVisions/node-turbo", "https://github.com/VividVisions/node-turbo", target: :_blank %>
19+
</h2>
20+
</div>
21+
</div>
22+
<% end %>

0 commit comments

Comments
 (0)