Skip to content

Commit

Permalink
Improve docs structure
Browse files Browse the repository at this point in the history
  • Loading branch information
steida committed Nov 30, 2023
1 parent c076145 commit 05938b1
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions apps/web/pages/_meta.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"index": {
"title": "Home",
"type": "page",
"title": "Home",
"display": "hidden"
},
"docs": {
"title": "Docs",
"type": "page"
"type": "page",
"title": "Documentation"
},
"examples": {
"title": "Examples",
"type": "page"
"type": "page",
"title": "Examples"
}
}
4 changes: 2 additions & 2 deletions apps/web/pages/docs/_meta.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"why-evolu": "Why Evolu?",
"index": "Introduction",
"installation": "Installation",
"guide": "Guide",
"quickstart": "Quickstart",
"api": "API",
"how-evolu-works": "How Evolu Works",
"faq": "FAQ",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Why Evolu?
# Evolu

Evolu is a library for local-first apps, so the question should be,
why local-first apps?
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Guide
# Quickstart

Learn how to build a minimal Evolu application. You can use [Next.js](https://nextjs.org/) or any
other [React](https://reactjs.org/) meta-framework.
Expand Down
4 changes: 2 additions & 2 deletions apps/web/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ title: Evolu - Local-first platform designed for privacy, ease of use, and no ve

[Local-first](https://www.inkandswitch.com/local-first/) apps allow users to own their data. Evolu stores data in the user's
device(s), so Evolu apps can work offline. Evolu merges data changes made on different devices without conflicts using
Conflict-free Replicated Data Type (CRDT). [How Evolu Works](docs/how-evolu-works)
Conflict-free Replicated Data Type (CRDT).

import { Callout } from "nextra-theme-docs";

<Callout type="info" emoji="ℹ️">
Evolu is designed for privacy, ease of use, and no vendor lock-in.
</Callout>

[Getting Started](/docs/getting-started) · [GitHub Repository](https://github.com/evoluhq/evolu/) · [Twitter](https://twitter.com/evoluhq)
[Get started](/docs) · [GitHub repository](https://github.com/evoluhq/evolu/)

## Overview

Expand Down

1 comment on commit 05938b1

@vercel
Copy link

@vercel vercel bot commented on 05938b1 Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

evolu – ./

evolu-evolu.vercel.app
evolu.dev
evolu-git-main-evolu.vercel.app
evolu.vercel.app
www.evolu.dev

Please sign in to comment.