diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-02 19:45:17 -0400 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-02 19:45:17 -0400 |
commit | 27be51addfbf146962efed0221c26431353c326a (patch) | |
tree | 88e3fd4f32bf02734a79be83d437c5e1cf86b192 /docs/src/pages/index.js | |
parent | 725b4f00ff6699e0ea52b7bd7bf03398dfa22016 (diff) | |
parent | 85b19295941c272f3a6250ecab6126d45d357d6a (diff) | |
download | sncontinue-27be51addfbf146962efed0221c26431353c326a.tar.gz sncontinue-27be51addfbf146962efed0221c26431353c326a.tar.bz2 sncontinue-27be51addfbf146962efed0221c26431353c326a.zip |
Merge branch 'docs'
Diffstat (limited to 'docs/src/pages/index.js')
-rw-r--r-- | docs/src/pages/index.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/src/pages/index.js b/docs/src/pages/index.js index affcd909..e974e52a 100644 --- a/docs/src/pages/index.js +++ b/docs/src/pages/index.js @@ -17,8 +17,8 @@ function HomepageHeader() { <div className={styles.buttons}> <Link className="button button--secondary button--lg" - to="/docs/intro"> - Docusaurus Tutorial - 5min ⏱️ + to="/docs/getting-started"> + GitHub Codespaces Demo </Link> </div> </div> @@ -30,8 +30,8 @@ export default function Home() { const {siteConfig} = useDocusaurusContext(); return ( <Layout - title={`Hello from ${siteConfig.title}`} - description="Description will go into a meta tag in <head />"> + title={`Docs`} + description="Documentation for the `Continue` library"> <HomepageHeader /> <main> <HomepageFeatures /> |