diff --git a/app/views/docs/index.html.erb b/app/views/docs/index.html.erb index e715424..60b8bdf 100644 --- a/app/views/docs/index.html.erb +++ b/app/views/docs/index.html.erb @@ -140,8 +140,8 @@
- View all 77 supported editors -
+ View all 77 supported editors +
<% # All 77 editors - alphabetically sorted all_editors = [ @@ -168,7 +168,7 @@ ] %> <% all_editors.each do |name, slug| %> - " class="bg-dark rounded p-2 hover:bg-primary/10 transition-colors text-center block"> + " class="bg-darkless rounded p-2 hover:bg-primary/10 transition-colors text-center block"> <%= name %>
<%= name %>
@@ -186,6 +186,5 @@ - we'd love your help making them better!

-
diff --git a/app/views/docs/show.html.erb b/app/views/docs/show.html.erb index b1fd764..b92088c 100644 --- a/app/views/docs/show.html.erb +++ b/app/views/docs/show.html.erb @@ -54,25 +54,50 @@ <% end %> <% end %> -
+
<%= raw @rendered_content %>

Found an issue with this page? - - Edit it on GitHub - - we'd love your help making the docs better! + Edit it on GitHub - we'd love your help making the docs better!