diff options
author | Loïc Hoguin <[email protected]> | 2018-12-11 15:05:14 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-12-11 15:05:14 +0100 |
commit | b4c7ad9112974725655e39dc7d2a5591da3a7e8e (patch) | |
tree | 9db93191d5cc4462abea40a691172cbf376d3820 /docs/en/erlang.mk/1/guide/external_plugins_list | |
parent | d3abb447a118aecf23afddbec9b83a61ae8d1670 (diff) | |
download | ninenines.eu-b4c7ad9112974725655e39dc7d2a5591da3a7e8e.tar.gz ninenines.eu-b4c7ad9112974725655e39dc7d2a5591da3a7e8e.tar.bz2 ninenines.eu-b4c7ad9112974725655e39dc7d2a5591da3a7e8e.zip |
Remove bullet from the website
Diffstat (limited to 'docs/en/erlang.mk/1/guide/external_plugins_list')
-rw-r--r-- | docs/en/erlang.mk/1/guide/external_plugins_list/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/en/erlang.mk/1/guide/external_plugins_list/index.html b/docs/en/erlang.mk/1/guide/external_plugins_list/index.html index f4779238..b7e0ac14 100644 --- a/docs/en/erlang.mk/1/guide/external_plugins_list/index.html +++ b/docs/en/erlang.mk/1/guide/external_plugins_list/index.html @@ -10,7 +10,7 @@ <title>Nine Nines: List of plugins</title> <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic' rel='stylesheet' type='text/css'> - <link href="/css/99s.css?r=2" rel="stylesheet"> + <link href="/css/99s.css?r=3" rel="stylesheet"> <link rel="shortcut icon" href="/img/ico/favicon.ico"> <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/img/ico/apple-touch-icon-114.png"> @@ -63,6 +63,8 @@ <h1 class="lined-header"><span>List of plugins</span></h1> <p>This is a non-exhaustive list of Erlang.mk plugins, sorted alphabetically.</p> +<h2 id="_ci_erlang_mk">ci.erlang.mk</h2> +<p>A <a href="https://github.com/ninenines/ci.erlang.mk">plugin</a> that keeps track of released OTP versions to always run CI builds on the most recent patch(es).</p> <h2 id="_efene_mk">efene.mk</h2> <p>An <a href="https://github.com/ninenines/efene.mk">Efene plugin</a> for Erlang.mk. <a href="http://efene.org/">Efene</a> is an alternative language for the BEAM.</p> <h2 id="_elixir_mk">elixir.mk</h2> @@ -85,6 +87,8 @@ <p>A <a href="https://github.com/bullno1/reload.mk">live reload plugin</a> for Erlang.mk.</p> <h2 id="_rust_mk">rust.mk</h2> <p>A <a href="https://github.com/goertzenator/rust.mk">plugin</a> to build <a href="https://www.rust-lang.org/">Rust</a> crates and install binaries into <code>priv/</code>.</p> +<h2 id="_version_mk">version.mk</h2> +<p>A <a href="https://github.com/manifest/version.mk">plugin</a> to apply a semantic version automatically to Erlang.mk projects.</p> |