Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a44b6374 authored by Romain Hunault's avatar Romain Hunault
Browse files

Move from "wiki" to "documentation"

parent af1ee62e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13,10 +13,10 @@
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: /e/ wiki
title: /e/ documentation
email: contact@e.email
description: >- # this means to ignore newlines until "baseurl:"
  Welcome to /e/ wiki! <a href="/devices">Download, install and compile for my device</a> | <a href="https://e.foundation">Main website</a> | <a href="https://community.e.foundation">Community forums</a>
  Welcome to /e/ documentation! <a href="/devices">Download, install and compile for my device</a> | <a href="https://e.foundation">Main website</a> | <a href="https://community.e.foundation">Community forums</a>
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
#twitter_username: jekyllrb
+1 −1
Original line number Diff line number Diff line
## Requirements

1. Highly recommended: it is recommended that you have an /e/ account (like: john.doe@e.email) if you want to benefit from /e/ account integration for all online services such as: email, drive, calendar, notes, tasks. [Register for your free /e/ account](https://gitlab.e.foundation/e/wiki/en/wikis/create-e-test-account).
1. Highly recommended: it is recommended that you have an /e/ account (like: john.doe@e.email) if you want to benefit from /e/ account integration for all online services such as: email, drive, calendar, notes, tasks. [Register for your free /e/ account](../../../create-an-ecloud-account).
1. Make sure your computer has working `adb` and `fastboot`. Setup instructions can be found [here](https://wiki.lineageos.org/adb_fastboot_guide.html).
1. Enable USB debugging on your device.
1. Please read through the instructions at least once completely before actually following them to avoid any problems because you missed something!
+2 −3
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults

layout: page
title: Welcome on the /e/ wiki !
title: Welcome on the /e/ documentation !

---

@@ -54,4 +54,3 @@ title: Welcome on the /e/ wiki !

- [Report a bug](https://gitlab.e.foundation/groups/e/-/issues) in the /e/ ROM or apps
- Add your device to the supported list [Request a device](https://community.e.foundation/c/e-devices/request-a-device)
+3 −3
Original line number Diff line number Diff line
@@ -114,17 +114,17 @@ registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:latest
> ```

---
> The device code can be found on [/e/ wiki](../devices), [LineageOS wiki](https://wiki.lineageos.org/devices/) or with the following command:
> The device code can be found on [/e/ devices list](../devices), [LineageOS wiki](https://wiki.lineageos.org/devices/) or with the following command:
> ```shell
> $ adb shell getprop ro.product.device
> ```

## 5. Get your image!

When your build is finished, please find your images inside `/srv/e/zips/<my-device>` folder. To install, please refer to our [wiki](https://gitlab.e.foundation/e/wiki/en/wikis/devices-list).
When your build is finished, please find your images inside `/srv/e/zips/<my-device>` folder. To install, please refer to our [documentation](../../devices).

If you need help, please join us on our [community support Telegram channel](https://t.me/joinchat/Fzzi3kUbP-AcoQz3zYHl5A).

To find more information about our docker image and its environment variables [here](https://gitlab.e.foundation/e/os/docker-lineage-cicd).

To report an issue about a build, please refer to [wiki issues documentation](report-an-issue)
To report an issue about a build, please refer to [issues documentation](report-an-issue)
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@ search: exclude

## What's in /e/?

Please check the [/e/ product description](https://gitlab.e.foundation/e/wiki/en/wikis/e-product-description-pro-privacy-Android-ROM-and-online-services)
Please check the [/e/ product description](../what-s-e)

## How to install /e/ on your smartphone?

In order to install /e/:
* check that your device is supported in the list below
* ensure that you have an /e/ account (for /e/ online services such as mail, drive, calendar...). You can register for a [free /e/ acount here](https://gitlab.e.foundation/e/wiki/en/wikis/create-e-test-account)
* ensure that you have an /e/ account (for /e/ online services such as mail, drive, calendar...). You can register for a [free /e/ acount here](../create-an-ecloud-account)
* proceed to installation
* find some [community support](https://e.foundation/get-support/#help)
* [report issues here](issues)
Loading