diff --git a/v3-docs/docs/.vitepress/config.mts b/v3-docs/docs/.vitepress/config.mts index 9ae7aa9427..166eddd828 100644 --- a/v3-docs/docs/.vitepress/config.mts +++ b/v3-docs/docs/.vitepress/config.mts @@ -15,7 +15,7 @@ export default defineConfig({ link: "https://www.meteor.com/developers/tutorials", }, { text: "Guide", link: "https://guide.meteor.com/" }, - { text: "API Docs", link: "/api/index" }, + { text: "API Docs", link: "/about/what-is" }, { text: "Forums", link: "https://forums.meteor.com/" }, ], sidebar: [ @@ -198,6 +198,7 @@ export default defineConfig({ socialLinks: [{ icon: "github", link: "https://github.com/meteor/meteor" }], logo: { dark: "/meteor-logo.png", light: "/meteor.png" }, + search: { provider: "local", }, diff --git a/v3-docs/docs/about/what-is.md b/v3-docs/docs/about/what-is.md index f57316e1cf..826ea9a718 100644 --- a/v3-docs/docs/about/what-is.md +++ b/v3-docs/docs/about/what-is.md @@ -3,7 +3,7 @@ > Meteor 2.x runs on a deprecated Node.js version (14). Meteor 3.0 is in progress, and it will run on the latest Node.js version. For more information, please consult our [migration guide](https://guide.meteor.com/3.0-migration.html). -# What is Meteor? {#what-is-meteor} +# What is Meteor? Meteor is a full-stack JavaScript platform for developing modern web and mobile applications. Meteor includes a key set of technologies for building connected-client reactive applications, a build tool, and a curated set of packages from the Node.js and general JavaScript community. @@ -15,7 +15,7 @@ Meteor is a full-stack JavaScript platform for developing modern web and mobile - Meteor provides **full stack reactivity**, allowing your UI to seamlessly reflect the true state of the world with minimal development effort. -## Meteor resources {#learning-more} +## Meteor resources 1. First, learn how to install meteor in the [installation section](/about/install.html). diff --git a/v3-docs/docs/index.md b/v3-docs/docs/index.md index 0490baf1fb..3ccec38705 100644 --- a/v3-docs/docs/index.md +++ b/v3-docs/docs/index.md @@ -11,7 +11,7 @@ hero: actions: - theme: brand text: View API Docs - link: /api/index + link: /about/what-is - theme: alt text: View on GitHub link: https://github.com/meteor/meteor