chore: update intellij plugin description. Bump version to 0.1.2. (#337)
parent
81f953faea
commit
d4a83cf302
|
|
@ -5,7 +5,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "com.tabbyml"
|
group = "com.tabbyml"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,6 @@
|
||||||
If you encounter any problem or have any suggestion, please <a href="https://github.com/TabbyML/tabby/issues/new">open an issue</a>, or join our <a href="https://join.slack.com/t/tabbycommunity/shared_invite/zt-1xeiddizp-bciR2RtFTaJ37RBxr8VxpA">Slack community</a> for more support!</p>
|
If you encounter any problem or have any suggestion, please <a href="https://github.com/TabbyML/tabby/issues/new">open an issue</a>, or join our <a href="https://join.slack.com/t/tabbycommunity/shared_invite/zt-1xeiddizp-bciR2RtFTaJ37RBxr8VxpA">Slack community</a> for more support!</p>
|
||||||
<h2 id="demo">Demo</h2>
|
<h2 id="demo">Demo</h2>
|
||||||
<p>Try our online demo <a href="https://tabbyml.github.io/tabby/playground">here</a>.</p>
|
<p>Try our online demo <a href="https://tabbyml.github.io/tabby/playground">here</a>.</p>
|
||||||
<p><img src="https://tabbyml.github.io/tabby/img/demo.gif" alt="Demo"></p>
|
|
||||||
<h2 id="requirements">Requirements</h2>
|
<h2 id="requirements">Requirements</h2>
|
||||||
Tabby plugin requires <a href="https://nodejs.org/">Node.js</a> 16.0+ installed and added into <code>PATH</code> enviroment variable. </p>
|
Tabby plugin requires <a href="https://nodejs.org/">Node.js</a> 16.0+ installed and added into <code>PATH</code> enviroment variable. </p>
|
||||||
<h2 id="get-started">Get Started</h2>
|
<h2 id="get-started">Get Started</h2>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue