Skip to content

Commit 18e377a

Browse files
authored
Update Hotwire Native content (#516)
1 parent e8e924e commit 18e377a

21 files changed

Lines changed: 70 additions & 83 deletions

app/assets/images/strada.png

-28.4 KB
Binary file not shown.

app/content/data/videos.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,3 +291,7 @@
291291
- name: "Full-stack 2.0: Creating a New Mobile App with Rails, Hotwire И Capacitor"
292292
url: "https://www.youtube.com/watch?v=BYyAIIqH0Ak"
293293
language: Ukrainian
294+
295+
- name: "Hotwire Native Tabs"
296+
url: "https://www.youtube.com/watch?v=qGBlFzmyHnk"
297+
language: English
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: Hotwire Native
3+
status: done
4+
core: true
5+
---
6+
7+
<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
8+
<% page.with_title(title: current_page.data.fetch("title")) %>
9+
10+
<div class="grid grid-cols-1 md:grid-cols-3 gap-y-6">
11+
<div>
12+
<h3 class="font-bold text-lg">Overview</h3>
13+
14+
<li>
15+
<a href="https://native.hotwired.dev/overview/how-it-works" target="_blank">Overview</a>
16+
</li>
17+
</div>
18+
19+
<div>
20+
<h3 class="font-bold text-lg">Reference</h3>
21+
22+
<li>
23+
<a href="https://native.hotwired.dev/reference/navigation" target="_blank">Reference</a>
24+
</li>
25+
</div>
26+
</div>
27+
<% end %>

app/content/pages/documentation/strada.html.erb

Lines changed: 0 additions & 37 deletions
This file was deleted.

app/content/pages/documentation/strada/guides.html.erb

Lines changed: 0 additions & 17 deletions
This file was deleted.

app/content/pages/documentation/strada/guides/setup-strada.html.erb

Lines changed: 0 additions & 10 deletions
This file was deleted.

app/content/pages/ecosystem/core/strada.html.erb renamed to app/content/pages/ecosystem/core/hotwire-native.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Strada
3-
image: strada.png
2+
title: Hotwire Native
3+
image: native.png
44
---
55

66
<%= render Page::ContainerComponent.new(page: current_page) do |page| %>

app/content/pages/ecosystem/turbo-native.html.erb renamed to app/content/pages/ecosystem/hotwire-native.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Turbo Native
2+
title: Hotwire Native
33
order: 9
44
---
55

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
title: Hotwire Native Android
3+
---
4+
5+
<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
6+
<% page.with_title(title: current_page.data.fetch("title")) %>
7+
8+
<%= link_to "hotwired/hotwire-native-android", "https://github.com/hotwired/hotwire-native-android", target: :_blank %><br>
9+
<%= link_to "Website", "https://native.hotwired.dev/", target: :_blank %><br>
10+
<% end %>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Bridge Components for Hotwire Native apps
3+
---
4+
5+
<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
6+
<% page.with_title(title: current_page.data.fetch("title")) %>
7+
8+
<%= link_to "joemasilotti/bridge-components", "https://github.com/joemasilotti/bridge-components", target: :_blank %>
9+
<% end %>

0 commit comments

Comments
 (0)