update what is

This commit is contained in:
Gabriel Grubba
2024-01-24 14:32:12 -03:00
parent 98b7bd0ef7
commit c35580ed56
3 changed files with 5 additions and 4 deletions

View File

@@ -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",
},

View File

@@ -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).

View File

@@ -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