fix relative links

master
Niko PLP 1 month ago
parent 2093ea8a79
commit 542a14a1bf
  1. 2
      src/pages/en/features.md
  2. 10
      src/pages/en/getting-started.md
  3. 18
      src/pages/en/introduction.md

@ -6,7 +6,7 @@ layout: ../../layouts/MainLayout.astro
### Official Apps ### Official Apps
Here is the list of types of Document you can create in NextGraph. In parenthesis is the type of underlying CRDT used by that type. See the [CRDTs](framework/crdts) article for more details about CRDTs. Here is the list of types of Document you can create in NextGraph. In parenthesis is the type of underlying CRDT used by that type. See the [CRDTs](/en/framework/crdts) article for more details about CRDTs.
| Document type | Viewers | Editors | | Document type | Viewers | Editors |
| ------------------------ | ------------------ | ------------------ | | ------------------------ | ------------------ | ------------------ |

@ -28,7 +28,7 @@ For this reason, you will have to export and import your wallet from the first d
We have made the transfer of the wallet easy, and you have several options. The easiest one is to use a **QR-Code** that will be displayed on one of your device, and that you can scan from the other device. We have made the transfer of the wallet easy, and you have several options. The easiest one is to use a **QR-Code** that will be displayed on one of your device, and that you can scan from the other device.
If this is not available to you (if none of your devices has a camera) then you can use the TextCode option, or transfer your Wallet File with a USB key. Those other options are also described inside the app. You can also find more information about that in the [Wallet section](wallet) here below. If this is not available to you (if none of your devices has a camera) then you can use the TextCode option, or transfer your Wallet File with a USB key. Those other options are also described inside the app. You can also find more information about that in the [Wallet section](/en/wallet) here below.
#### Choose a Broker #### Choose a Broker
@ -80,11 +80,11 @@ You want to add a new contact ? this is also a tiny document, that represents th
Each document has a **type** (which is called a "primary class" internally) and you have to select this type before you create it. Each document has a **type** (which is called a "primary class" internally) and you have to select this type before you create it.
The full list of available types is detailed in the [features](features) section below. It is also visible within the app, when you want to create a new Document (with the "plus" button). The full list of available types is detailed in the [features](/en/features) section below. It is also visible within the app, when you want to create a new Document (with the "plus" button).
Documents can be moved from one place to another within the store. You can reorganize your store as you like, with the help of `containers` and soon with `folders` too. Documents can be moved from one place to another within the store. You can reorganize your store as you like, with the help of `containers` and soon with `folders` too.
You can read more about [Documents and Stores](documents) in the corresponding section below. You can read more about [Documents and Stores](/en/documents) in the corresponding section below.
##### Document Menu ##### Document Menu
@ -116,7 +116,7 @@ If you are editing a text document, please pay attention to the fact that live e
Viewers and Editors are what we call "Apps". And they can be installed from the built-in App Store (not ready yet, but will be available soon) Viewers and Editors are what we call "Apps". And they can be installed from the built-in App Store (not ready yet, but will be available soon)
NextGraph comes with a set of Official Apps (listed in [Features](features)) and developers can create new apps. NextGraph comes with a set of Official Apps (listed in [Features](/en/features)) and developers can create new apps.
##### Attachments and Files ##### Attachments and Files
@ -157,4 +157,4 @@ It is not functional yet, but it wil lbe something like a "clipboard" where you
But unlike the clipboard we are used to (with CMD+C and CMD+V), the Magic Carpet can keep a list of many items. This is useful when you want to move things around. Also the Magic Carpet is always reachable from anywhere in the app, and let's you drag and drop things. But unlike the clipboard we are used to (with CMD+C and CMD+V), the Magic Carpet can keep a list of many items. This is useful when you want to move things around. Also the Magic Carpet is always reachable from anywhere in the app, and let's you drag and drop things.
Stay tuned for more features, by checking out the [roadmap](roadmap). Stay tuned for more features, by checking out the [roadmap](/en/roadmap).

@ -10,7 +10,7 @@ NextGraph is an Open Source **App and a Platform** that anybody can use for free
> NextGraph is secure, privacy-preserving, decentralized, and local-first (it can work online and offline too). > NextGraph is secure, privacy-preserving, decentralized, and local-first (it can work online and offline too).
In addition, NextGraph is also a [Framework](./framework) for App developers who want to adapt their existing app to NextGraph, or create new apps that will be based on the new principles that we want to foster and that will bring the advent of a New Internet, Next Generation Internet, call it Web 3.0 or Web 4.0, small web, whatever you want, as long as it is secure, privacy preserving, decentralized, interoperable, and easy to use! In addition, NextGraph is also a [Framework](/en/framework) for App developers who want to adapt their existing app to NextGraph, or create new apps that will be based on the new principles that we want to foster and that will bring the advent of a New Internet, Next Generation Internet, call it Web 3.0 or Web 4.0, small web, whatever you want, as long as it is secure, privacy preserving, decentralized, interoperable, and easy to use!
We aim at becoming a serious alternative to the Big-Tech products and services, and to gather forces among the Free and Open Source communities (FOSS) in order to offer the best experience to end-users and programmers alike, with easy-to-use applications where the user regain **total control over their data, privacy and software**. We aim at becoming a serious alternative to the Big-Tech products and services, and to gather forces among the Free and Open Source communities (FOSS) in order to offer the best experience to end-users and programmers alike, with easy-to-use applications where the user regain **total control over their data, privacy and software**.
@ -18,15 +18,15 @@ You can read more about NextGraph on [our website](https://nextgraph.org).
#### App & Platform #### App & Platform
[Get started](getting-started) with our official App by [installing it](https://nextgraph.org/download/), or using the web app at [nextgraph.eu](https://nextgraph.eu). [Get started](/en/getting-started) with our official App by [installing it](https://nextgraph.org/download/), or using the web app at [nextgraph.eu](https://nextgraph.eu).
You should read the [Getting started](getting-started) guide as it explains how to use the app for the first time. You should read the [Getting started](/en/getting-started) guide as it explains how to use the app for the first time.
Try it and discover all the features we are offering you. Try it and discover all the features we are offering you.
More documentation about the App and the Platform can be found in the [following sections](./local-first) and you can see a list of [features here](./features) and a [roadmap](./roadmap) of the forthcoming ones. More documentation about the App and the Platform can be found in the [following sections](/en/local-first) and you can see a list of [features here](/en/features) and a [roadmap](/en/roadmap) of the forthcoming ones.
You can find help in the [FAQ section](help) where frequently asked questions have been answered. You can find help in the [FAQ section](/en/help) where frequently asked questions have been answered.
If you have any more questions or want to get in touch with us, the simplest way is to join the [forum](https://forum.nextgraph.org). For bug reports, please create an account and submit a new issue in our [Gitea instance](https://git.nextgraph.org/NextGraph). Stay tuned by subscribing to our [newsletter](https://list.nextgraph.org/subscription/form). If you have any more questions or want to get in touch with us, the simplest way is to join the [forum](https://forum.nextgraph.org). For bug reports, please create an account and submit a new issue in our [Gitea instance](https://git.nextgraph.org/NextGraph). Stay tuned by subscribing to our [newsletter](https://list.nextgraph.org/subscription/form).
@ -36,14 +36,14 @@ As a programmer, you can develop apps with our Framework and benefit from all th
Built applications that are **secure and privacy-preserving**, **local-first**, that sync their data automatically without any conflicts, that work offline and online, that do not depend on any third-party and paying infrastructure, and that are **data-centric, interoperable, and portable**. Built applications that are **secure and privacy-preserving**, **local-first**, that sync their data automatically without any conflicts, that work offline and online, that do not depend on any third-party and paying infrastructure, and that are **data-centric, interoperable, and portable**.
Our framework is available for web and native apps, developed in Javascript/Typescript with Front-end frameworks like React or Svelte, and also in Rust, and optionally with Tauri framework. Your app can integrate the NextGraph [ecosystem](ecosystem) with our built-in App Store, or can stay "standalone" and remain independent from our official apps. Our framework is available for web and native apps, developed in Javascript/Typescript with Front-end frameworks like React or Svelte, and also in Rust, and optionally with Tauri framework. Your app can integrate the NextGraph [ecosystem](/en/ecosystem) with our built-in App Store, or can stay "standalone" and remain independent from our official apps.
You can also develop **services**, based on NodeJs/Deno or Rust, and access the data in order to process it (subject to previous authorization from the user). You can also develop **services**, based on NodeJs/Deno or Rust, and access the data in order to process it (subject to previous authorization from the user).
Discover more about the features of our framework and [get started](framework/getting-started) with your first app in the following sections. Discover more about the features of our framework and [get started](/en/framework/getting-started) with your first app in the following sections.
#### Design, Reference & Specifications #### Design, Reference & Specifications
If you are curious about how NextGraph works internally, you can find more information about that in the [Design](design) section. If you are curious about how NextGraph works internally, you can find more information about that in the [Design](/en/design) section.
The reference on all our APIs and SDKs, including the specifications of our protocols and formats can be found in the [Reference](specs) section. The reference on all our APIs and SDKs, including the specifications of our protocols and formats can be found in the [Reference](/en/specs) section.

Loading…
Cancel
Save