Skip to content

Commit

Permalink
docs: update vike.land links => land.vike.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
brillout committed Sep 14, 2024
1 parent 2f60fa8 commit 447a267
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion FEATURES.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Unique Vike features:
- Vike allows the user to use different UI frameworks for the same app
- For example, a Vike sponsor uses Vike to use Solid for all its pages except for one page that uses React because it needs a React library that doesn't exist for Solid
- Important for Solid: for React users that are tempted to use Solid, Solid can sell the story "try Solid while being able to fall back to React, e.g. if a page needs some React library".
- Users can build a custom [Framework-as-a-Product](https://vike.land/#framework-as-a-product). (Vike has been designed so that frameworks can be built on top of it.)
- Users can build a custom [Framework-as-a-Product](https://land.vike.dev/#framework-as-a-product). (Vike has been designed so that frameworks can be built on top of it.)
- [Custom configs](https://vike.dev/meta)
- Low-level primitives allowing users to deeply integrate with data fetching tools.
- For example, Vike sponsors use it to deeply integrate Relay. (Facebook's internal framework deeply integrates with Relay in ways that aren't possible with Next.js.)
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/build-your-own-framework/+Page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ In other words, the framework takes care of the UI framework integration (React,

Beyond integrating Vike with a UI framework, you can include anything you want to your framework, such as a custom server (e.g. Express.js), a database and ORM (e.g. SQLite + Prisma), deployment (e.g. Cloudflare Workers), error tracking (e.g. Sentry), a CLI, etc.

You can implement an [all-included framework](https://vike.land/#all-included) so that all your framework's users have left to do is: define UI components, and define data models (if your framework has a database).
You can implement an [all-included framework](https://land.vike.dev/#all-included) so that all your framework's users have left to do is: define UI components, and define data models (if your framework has a database).


## More tools

See [Vike > Getting Started](https://vike.land/#getting-started) for more tools to build your own framework.
See [Vike > Getting Started](https://land.vike.dev/#getting-started) for more tools to build your own framework.
2 changes: 1 addition & 1 deletion docs/pages/index/features/Features.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ function Features() {
desc: (
<>
<p>
Use Vike to <a href="https://vike.land/">Build Your Own Framework</a>. Hundreds of lines of code are
Use Vike to <a href="https://land.vike.dev/">Build Your Own Framework</a>. Hundreds of lines of code are
enough to build your own Next.js / Nuxt.
</p>
<p>
Expand Down
6 changes: 3 additions & 3 deletions docs/pages/nextjs/+Page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ HTTP server | No*, bring your own | Baked-in, custom server partially supported
| API routes | No*, use your server or an <Link text="RPC tool" href="/api-routes" />. | Yes |
| Internationalization (i18n) | Yes | Limited |
| <Link href="/deploy-sync" /> | Yes | No |
| [Build your own framework](https://vike.land) | Yes | No |
| [Build your own framework](https://land.vike.dev) | Yes | No |
| <p align="center">**Deployment options**</p> | | |
| Vercel | Yes, minimal config | Yes, zero config |
| Cloudflare Workers | Yes, minimal config | Yes, but limited |
Expand Down Expand Up @@ -237,8 +237,8 @@ Vike is designed from the ground up to enable users to build frameworks on top o

You can build your own framework with only hundreds of lines of code.

> While there are many [uses cases for building your own framework](https://vike.land), the most prominent one is [building company internal frameworks](https://vike.land#scale).
> While there are many [uses cases for building your own framework](https://land.vike.dev), the most prominent one is [building company internal frameworks](https://land.vike.dev#scale).
We foster the proliferation of React frameworks, highly-tailored to specific use cases.

Read more at [Vike.land](https://vike.land).
Read more at [Vike.land](https://land.vike.dev).
2 changes: 1 addition & 1 deletion docs/pages/press/+Page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import './press.css'

## Logo

> Check out the [Vike Logo Editor](https://vike.land/editor) for customization, or reach out; we can generate tailored assets for you.
> Check out the [Vike Logo Editor](https://land.vike.dev/editor) for customization, or reach out; we can generate tailored assets for you.
**vike-vertical.svg**

Expand Down

0 comments on commit 447a267

Please sign in to comment.