From f684e41049b5b45cd02b73043cfdd26d81142f6f Mon Sep 17 00:00:00 2001
From: Robert Lin
Date: Thu, 19 Mar 2020 16:09:13 -0700
Subject: [PATCH] docs(tip): document status badge feature (#656)
---
docs/tip/cli/README.md | 2 +-
docs/tip/cli/inertia_remote_upgrade.md | 2 +-
docs/tip/index.html | 5 +++++
docs_src/index.html.md | 8 ++++++++
4 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/docs/tip/cli/README.md b/docs/tip/cli/README.md
index 538497b1..0048bd38 100755
--- a/docs/tip/cli/README.md
+++ b/docs/tip/cli/README.md
@@ -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
diff --git a/docs/tip/cli/inertia_remote_upgrade.md b/docs/tip/cli/inertia_remote_upgrade.md
index e79ee8ed..6f84b163 100644
--- a/docs/tip/cli/inertia_remote_upgrade.md
+++ b/docs/tip/cli/inertia_remote_upgrade.md
@@ -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
diff --git a/docs/tip/index.html b/docs/tip/index.html
index b75f02f2..5e7fc4c5 100644
--- a/docs/tip/index.html
+++ b/docs/tip/index.html
@@ -1090,6 +1090,11 @@ Swag
Add a cool Inertia badge to your README if you use Inertia!
+![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!
diff --git a/docs_src/index.html.md b/docs_src/index.html.md
index 0e82de53..e9cc48b5 100644
--- a/docs_src/index.html.md
+++ b/docs_src/index.html.md
@@ -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!