diff options
| author | 2023-04-22 19:52:26 +0800 | |
|---|---|---|
| committer | 2023-04-22 19:52:26 +0800 | |
| commit | 4838df315931bb883f704ec3e1abe2685f296cdf (patch) | |
| tree | 57a8550c4cd5338f1126364bb518c6cde8d96e7d /docs/pages/index.mdx | |
| parent | db74ade0234a40c2120ad5f2a41bee50ce13de02 (diff) | |
| download | HydroRoll-4838df315931bb883f704ec3e1abe2685f296cdf.tar.gz HydroRoll-4838df315931bb883f704ec3e1abe2685f296cdf.zip | |
😀
Diffstat (limited to 'docs/pages/index.mdx')
| -rw-r--r-- | docs/pages/index.mdx | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/docs/pages/index.mdx b/docs/pages/index.mdx index 058465c..b5b08bd 100644 --- a/docs/pages/index.mdx +++ b/docs/pages/index.mdx @@ -1,11 +1,7 @@ -# Introduction - -Welcome to Nextra! This is a basic docs template. You can use it as a starting point for your own project :) +--- +description: "Turbo is an incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust." +--- -## What is Nextra? +import LandingPage from "../components/pages/landing"; -A **simple**, **powerful** and **flexible** site generation framework with everything you love from Next.js. - -## Documentation - -The documentation is available at [https://nextra.site](https://nextra.site). +<LandingPage /> |
