diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-06-21 09:14:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-06-21 09:14:55 +0100 |
| commit | 395aa81c2aeb7f33c362c14c9328f3fd54c4aecc (patch) | |
| tree | e0e26d722e701e1b2a070de778c71ee9b5247e89 /docs/src | |
| parent | remove decryption from api-client (#1063) (diff) | |
| download | atuin-395aa81c2aeb7f33c362c14c9328f3fd54c4aecc.zip | |
Revamp getting started guide (#1065)
We were lacking some docs here really. Walk new users through getting
installed and signed up!
Coming next
- Common config (how to disable the up arrow lol)
- Troubleshooting
- Community config/integrations
Diffstat (limited to 'docs/src')
| -rw-r--r-- | docs/src/pages/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index cd983759..de42742b 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -20,7 +20,7 @@ function HomepageHeader() { <div className={styles.buttons}> <Link className="button button--primary button--lg" - to="/docs"> + to="/docs/guide"> Get Started </Link> </div> |
