We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca1c76e commit af01dd8Copy full SHA for af01dd8
1 file changed
app/content/pages/frameworks/node.html.erb
@@ -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
22
+<% end %>
0 commit comments