diff options
| -rw-r--r-- | .github/workflows/deploy.yml | 4 | ||||
| -rw-r--r-- | docs/whirl/configuration.md | 6 | ||||
| -rw-r--r-- | package.json | 4 | ||||
| -rw-r--r-- | src/pages/index.js | 8 | ||||
| -rw-r--r-- | yarn.lock | 19 |
5 files changed, 28 insertions, 13 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 48cfefc..0b7635b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,7 +13,7 @@ jobs: access_token: ${{ github.token }} - name: Checkout 🛎️ - uses: actions/[email protected] + uses: actions/[email protected] - name: Install and Build 🔧 env: @@ -23,7 +23,7 @@ jobs: npm run build - name: Deploy 🚀 - uses: JamesIves/[email protected] + uses: JamesIves/[email protected] with: branch: gh-pages folder: build diff --git a/docs/whirl/configuration.md b/docs/whirl/configuration.md index 4349866..a96ca4b 100644 --- a/docs/whirl/configuration.md +++ b/docs/whirl/configuration.md @@ -27,7 +27,11 @@ When connecting to a local server (client and host both originate from the same `0.0.0.0` or `127.0.0.1` is fine, however, if you are hosting a server publicly as service, this should be changed to the host's IP address. -## Prompt PS1 +### Prompt +#### Enable +Manually enable the Whirl Shell. + +#### PS1 Similar to a PS1 as seen in *nix-based operating systems, the Prompt String/ Statement One is the prompt string which will appear if you have the Whirl Shell enabled. diff --git a/package.json b/package.json index dfd321e..e17dc6b 100644 --- a/package.json +++ b/package.json @@ -42,8 +42,8 @@ "@commitlint/config-conventional": "12.1.1", "@docusaurus/module-type-aliases": "2.0.0-alpha.72", "@tsconfig/docusaurus": "1.0.2", - "@types/react": "17.0.3", - "@types/react-helmet": "6.1.0", + "@types/react": "17.0.5", + "@types/react-helmet": "6.1.1", "@types/react-router-dom": "5.1.7", "commitizen": "4.2.4", "cz-conventional-changelog": "3.3.0", diff --git a/src/pages/index.js b/src/pages/index.js index 53a8d6a..e8c0f23 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -38,9 +38,11 @@ const features = [ <b>YOU</b> rule <b>YOUR</b> server. </div> <div className="card__footer"> - <button className="button button--primary button--block disabled"> - Explore Configuration Options - </button> + <a href="/docs/whirl/configuration" target="_blank"> + <button className="button button--primary button--block"> + Explore Configuration Options + </button> + </a> </div> </div> ), @@ -2100,10 +2100,10 @@ resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.4.tgz#15925414e0ad2cd765bfef58842f7e26a7accb24" integrity sha512-1HcDas8SEj4z1Wc696tH56G8OlRaH/sqZOynNNB+HF0WOeXPaxTtbYzJY2oEfiUxjSKjhCKr+MvR7dCHcEelug== -"@types/[email protected]": - version "6.1.0" - resolved "https://registry.yarnpkg.com/@types/react-helmet/-/react-helmet-6.1.0.tgz#af586ed685f4905e2adc7462d1d65ace52beee7a" - integrity sha512-PYRoU1XJFOzQ3BHvWL1T8iDNbRjdMDJMT5hFmZKGbsq09kbSqJy61uwEpTrbTNWDopVphUT34zUSVLK9pjsgYQ== +"@types/[email protected]": + version "6.1.1" + resolved "https://registry.yarnpkg.com/@types/react-helmet/-/react-helmet-6.1.1.tgz#4fde22cbcaa1b461642e1d719cc6162d95acb110" + integrity sha512-VmSCMz6jp/06DABoY60vQa++h1YFt0PfAI23llxBJHbowqFgLUL0dhS1AQeVPNqYfRp9LAfokrfWACTNeobOrg== dependencies: "@types/react" "*" @@ -2124,7 +2124,7 @@ "@types/history" "*" "@types/react" "*" -"@types/react@*", "@types/[email protected]": +"@types/react@*": version "17.0.3" resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.3.tgz#ba6e215368501ac3826951eef2904574c262cc79" integrity sha512-wYOUxIgs2HZZ0ACNiIayItyluADNbONl7kt8lkLjVK8IitMH5QMyAh75Fwhmo37r1m7L2JaFj03sIfxBVDvRAg== @@ -2133,6 +2133,15 @@ "@types/scheduler" "*" csstype "^3.0.2" +"@types/[email protected]": + version "17.0.5" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.5.tgz#3d887570c4489011f75a3fc8f965bf87d09a1bea" + integrity sha512-bj4biDB9ZJmGAYTWSKJly6bMr4BLUiBrx9ujiJEoP9XIDY9CTaPGxE5QWN/1WjpPLzYF7/jRNnV2nNxNe970sw== + dependencies: + "@types/prop-types" "*" + "@types/scheduler" "*" + csstype "^3.0.2" + "@types/sax@^1.2.1": version "1.2.1" resolved "https://registry.yarnpkg.com/@types/sax/-/sax-1.2.1.tgz#e0248be936ece791a82db1a57f3fb5f7c87e8172" |