mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
update what is
This commit is contained in:
@@ -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",
|
||||
},
|
||||
|
||||
@@ -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).
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user