diff --git a/app/assets/images/plans/community.svg b/app/assets/images/plans/community.svg new file mode 100644 index 000000000..5d1856f9b --- /dev/null +++ b/app/assets/images/plans/community.svg @@ -0,0 +1,3 @@ + + + diff --git a/app/assets/images/plans/premium.svg b/app/assets/images/plans/premium.svg new file mode 100644 index 000000000..6222fb2ec --- /dev/null +++ b/app/assets/images/plans/premium.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/assets/images/plans/standard.svg b/app/assets/images/plans/standard.svg new file mode 100644 index 000000000..77ab8e90d --- /dev/null +++ b/app/assets/images/plans/standard.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/app/views/documentation/api_landing.html.erb b/app/views/documentation/api_landing.html.erb index 980c054ac..fa7acd783 100644 --- a/app/views/documentation/api_landing.html.erb +++ b/app/views/documentation/api_landing.html.erb @@ -49,7 +49,8 @@
-
+
+ <%= image_tag "plans/community.svg", alt: "", class: "mb-8" %> <%= render HeadingComponent.new(tag: :h2, extra_classes: "mb-8") do %> Community Plan <% end %> @@ -80,7 +81,8 @@
-
+
+ <%= image_tag "plans/standard.svg", alt: "", class: "mb-8" %> <%= render HeadingComponent.new(tag: :h2, extra_classes: "mb-8") do %> Standard Plan <% end %> @@ -117,7 +119,8 @@
-
+
+ <%= image_tag "plans/premium.svg", alt: "", class: "mb-8" %> <%= render HeadingComponent.new(tag: :h2, extra_classes: "mb-8") do %> Premium Plan <% end %>