Skip to content

Commit

Permalink
docs(tip): document status badge feature (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi authored Mar 19, 2020
1 parent 55aa5d9 commit f684e41
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tip/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ For a more general usage guide, refer to the [Inertia Usage Guide](https://inert
For documentation regarding the daemon API, refer to the [API Reference](https://inertia.ubclaunchpad.com/api).

* Generated: 2020-Mar-19
* Version: v0.6.0-preview2-24-g44442aa
* Version: v0.6.0-preview2-23-g55aa5d9
2 changes: 1 addition & 1 deletion docs/tip/cli/inertia_remote_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ inertia remote upgrade dev staging
```
--all upgrade all remotes
-h, --help help for upgrade
--version string specify Inertia daemon version to set (default "v0.6.0-preview2-24-g44442aa")
--version string specify Inertia daemon version to set (default "v0.6.0-preview2-23-g55aa5d9")
```

### Options inherited from parent commands
Expand Down
5 changes: 5 additions & 0 deletions docs/tip/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1090,6 +1090,11 @@ <h2 id='swag'>Swag</h2><pre class="highlight markdown tab-markdown"><code><span
<p>Add a cool Inertia badge to your README if you use Inertia!</p>

<p><a href="https://github.com/ubclaunchpad/inertia"><img src="https://img.shields.io/badge/deploying%20with-inertia-blue.svg" alt="Deployed with Inertia" /></a></p>
<pre class="highlight markdown tab-markdown"><code><span class="p">![</span><span class="nv">inertia status</span><span class="p">](</span><span class="sx">https://img.shields.io/endpoint?url=https://INERTIA_ADDRESS:4303/status?badge=true</span><span class="p">)</span>
</code></pre>
<p>A live status badge is also available - just replace <code>INERTIA_ADDRESS</code> in the example with the
address of your Inertia daemon and you&#39;ll be able to check on the status of your project using
the badge!</p>
<h1 id='contributing'>Contributing</h1>
<p>Any contribution (pull requests, feedback, bug reports, ideas, etc.) is welcome!</p>

Expand Down
8 changes: 8 additions & 0 deletions docs_src/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -822,6 +822,14 @@ Add a cool Inertia badge to your README if you use Inertia!

[![Deployed with Inertia](https://img.shields.io/badge/deploying%20with-inertia-blue.svg)](https://github.com/ubclaunchpad/inertia)

```markdown
![inertia status](https://img.shields.io/endpoint?url=https://INERTIA_ADDRESS:4303/status?badge=true)
```

A live status badge is also available - just replace `INERTIA_ADDRESS` in the example with the
address of your Inertia daemon and you'll be able to check on the status of your project using
the badge!

# Contributing

Any contribution (pull requests, feedback, bug reports, ideas, etc.) is welcome!
Expand Down

0 comments on commit f684e41

Please sign in to comment.