mirror of
https://github.com/microsoft/language-server-protocol.git
synced 2025-12-23 08:48:16 +00:00
Add Github button
This commit is contained in:
parent
73b8dc340a
commit
b1e898702c
1 changed files with 9 additions and 4 deletions
13
index.html
13
index.html
|
|
@ -2,6 +2,9 @@
|
|||
layout: default
|
||||
---
|
||||
|
||||
<!-- Place this tag in your head or just before your close body tag. -->
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
|
||||
<div class="header-container bg-primary jumbotron">
|
||||
<div class="container">
|
||||
<div class="intro">
|
||||
|
|
@ -10,11 +13,13 @@ layout: default
|
|||
</div>
|
||||
<p class="intro-text">
|
||||
The Language Server Protocol (LSP) defines the protocol used between an editor or IDE to talk to a language server that provides language features like auto complete, goto definition, find all references.
|
||||
|
||||
<a class="nav-link" href="{{ site.git_address }}">
|
||||
Contribute on GitHub
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<br />
|
||||
<div class="intro-text">
|
||||
<!-- Place this tag where you want the button to render. -->
|
||||
<a class="github-button" href="https://github.com/Microsoft/language-server-protocol/subscription" data-size="large" aria-label="Watch Microsoft/language-server-protocol on GitHub">Watch</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue