diff options
| author | Fuwn <[email protected]> | 2021-06-18 18:44:06 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-18 18:44:06 -0700 |
| commit | 45fae7103bc98cf95a3b18aabce21fc644af6847 (patch) | |
| tree | ed459b3832bc72874650b22b933db3b6ab4dc6cf /src | |
| parent | style(index): move attributes around (diff) | |
| download | site-45fae7103bc98cf95a3b18aabce21fc644af6847.tar.xz site-45fae7103bc98cf95a3b18aabce21fc644af6847.zip | |
docs(deploying): create deploying information
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/index.js | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/pages/index.js b/src/pages/index.js index fdee44c..b43db7c 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -25,9 +25,11 @@ const features = [ standalone binaries</a> are offered! </div> <div className="card__footer"> - <button className="button button--primary button--block disabled"> - Get Started - </button> + <a href="/docs/whirl/deploying_setup" target="_blank"> + <button className="button button--primary button--block"> + Get Started + </button> + </a> </div> </div> ), |