-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Stimulus LSP page and add section for install instructions
- Loading branch information
Showing
11 changed files
with
123 additions
and
11 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
app/content/pages/ecosystem/tooling/stimulus-lsp/install.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: Install Stimulus LSP | ||
breadcrumb: Install | ||
--- | ||
|
||
<%= render Page::ContainerComponent.new(page: current_page) do |page| %> | ||
<% subpages = site.resources.glob("#{current_page.request_path}/*.html.erb".delete_prefix("/")).sort_by { |site| site.data.fetch("title") } %> | ||
|
||
<%= render Page::CardSectionComponent.new( | ||
title: current_page.data.fetch("title"), | ||
resources: subpages, | ||
) %> | ||
<% end %> |
12 changes: 12 additions & 0 deletions
12
app/content/pages/ecosystem/tooling/stimulus-lsp/install/neovim.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: NeoVim | ||
subtitle: Install Stimulus LSP in NeoVim | ||
editor: neovim | ||
breadcrumb: NeoVim | ||
--- | ||
|
||
<%= render Page::ContainerComponent.new(page: current_page) do |page| %> | ||
<% page.with_title(title: current_page.data.fetch("subtitle")) %> | ||
|
||
<%= render Page::ContributeComponent.new(file: current_page.asset.path.path) %> | ||
<% end %> |
12 changes: 12 additions & 0 deletions
12
app/content/pages/ecosystem/tooling/stimulus-lsp/install/nova.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: Nova | ||
subtitle: Install Stimulus LSP in Nova | ||
editor: nova | ||
breadcrumb: Nova | ||
--- | ||
|
||
<%= render Page::ContainerComponent.new(page: current_page) do |page| %> | ||
<% page.with_title(title: current_page.data.fetch("subtitle")) %> | ||
|
||
<%= render Page::ContributeComponent.new(file: current_page.asset.path.path) %> | ||
<% end %> |
12 changes: 12 additions & 0 deletions
12
app/content/pages/ecosystem/tooling/stimulus-lsp/install/rubymine.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: RubyMine | ||
subtitle: Install Stimulus LSP in RubyMine | ||
editor: rubymine | ||
breadcrumb: RubyMine | ||
--- | ||
|
||
<%= render Page::ContainerComponent.new(page: current_page) do |page| %> | ||
<% page.with_title(title: current_page.data.fetch("subtitle")) %> | ||
|
||
<%= render Page::ContributeComponent.new(file: current_page.asset.path.path) %> | ||
<% end %> |
12 changes: 12 additions & 0 deletions
12
app/content/pages/ecosystem/tooling/stimulus-lsp/install/sublime.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: Sublime | ||
subtitle: Install Stimulus LSP in Sublime | ||
editor: sublime | ||
breadcrumb: Sublime | ||
--- | ||
|
||
<%= render Page::ContainerComponent.new(page: current_page) do |page| %> | ||
<% page.with_title(title: current_page.data.fetch("subtitle")) %> | ||
|
||
<%= render Page::ContributeComponent.new(file: current_page.asset.path.path) %> | ||
<% end %> |
12 changes: 12 additions & 0 deletions
12
app/content/pages/ecosystem/tooling/stimulus-lsp/install/vim.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: Vim | ||
subtitle: Install Stimulus LSP in Vim | ||
editor: vim | ||
breadcrumb: Vim | ||
--- | ||
|
||
<%= render Page::ContainerComponent.new(page: current_page) do |page| %> | ||
<% page.with_title(title: current_page.data.fetch("subtitle")) %> | ||
|
||
<%= render Page::ContributeComponent.new(file: current_page.asset.path.path) %> | ||
<% end %> |
18 changes: 18 additions & 0 deletions
18
app/content/pages/ecosystem/tooling/stimulus-lsp/install/vscode.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: Visual Studio Code | ||
subtitle: Install Stimulus LSP in Visual Studio Code | ||
editor: vscode | ||
breadcrumb: Visual Studio Code | ||
--- | ||
|
||
<%= render Page::ContainerComponent.new(page: current_page) do |page| %> | ||
<% page.with_title(title: current_page.data.fetch("subtitle")) %> | ||
|
||
<a | ||
href="https://marketplace.visualstudio.com/items?itemName=marcoroth.stimulus-lsp" | ||
target="_blank" | ||
class="mt-64 rounded-lg bg-[#77e8b9] px-7 py-4 text-lg font-semibold text-black shadow-xl transition hover:brightness-110" | ||
rel="noreferrer"> | ||
Install the extension from the VSCode marketplace | ||
</a> | ||
<% end %> |
12 changes: 12 additions & 0 deletions
12
app/content/pages/ecosystem/tooling/stimulus-lsp/install/zed.html.erb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: Zed | ||
subtitle: Install Stimulus LSP in Zed | ||
editor: zed | ||
breadcrumb: zed | ||
--- | ||
|
||
<%= render Page::ContainerComponent.new(page: current_page) do |page| %> | ||
<% page.with_title(title: current_page.data.fetch("subtitle")) %> | ||
|
||
<%= render Page::ContributeComponent.new(file: current_page.asset.path.path) %> | ||
<% end %> |