GitRoot

Craft your forge, Build your project, Grow your community freely
 1<h1 id="{{name}}">
 2  {{name}}
 3  <aside>
 4    <ul>
 5      <li><a href="{{homepage}}">🏠 Home</a></li>
 6      <li><a href="{{doc}}">📖 Documentation</a></li>
 7      <li><a href="{{changelog}}">🔖 Versions</a></li>
 8    </ul>
 9  </aside>
10</h1>
11<section>
12  <h2>Install</h2>
13
14  <p>In <code>.gitroot/plugins.yml</code> of your root repository add:</p>
15
16  <pre
17    tabindex="0"
18    style="color: #f8f8f2; background-color: #282a36"
19  ><code><span style="display:flex;"><span style="white-space:pre;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="L1"><a style="outline: none; text-decoration:none; color:inherit" href="#L1">1</a></span><span>- <span style="color:#ff79c6">url</span>: {{pluginUrl}}
20</span></span><span style="display:flex;"><span style="white-space:pre;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f7f7f" id="L2"><a style="outline: none; text-decoration:none; color:inherit" href="#L2">2</a></span><span>  <span style="color:#ff79c6">checksum</span>: {{pluginChecksum}}
21</span></span></code></pre>
22</section>
23{{content}}