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

Commit 9c067752 authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Merge branch 'gaels-feedbacks' into 'master'

Gael's feedbacks

See merge request e/documentation/wiki!16
parents 58328bfb a44b6374
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 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ versions: [pie]
status: [dev]
recovery_install_method: fastboot_nexus
is_ab_device: true
is_beta: true
#root_method: []
#models: []
#before_install:
+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!
+1 −1
Original line number Diff line number Diff line
{% assign device = site.data.devices[page.device] %}

# {{ device.vendor }} {{ device.name }} - "{{ device.codename }}"
# {{ device.vendor }} {{ device.name }} - "{{ device.codename }}" {%- if device.is_beta %} (beta) {%- endif %}

## Device informations

+1 −1
Original line number Diff line number Diff line
{% assign device = site.data.devices[page.device] %}

# Install /e/ on a {{ device.vendor }} {{ device.name }} - "{{ device.codename }}"
# Install /e/ on a {{ device.vendor }} {{ device.name }} - "{{ device.codename }}" {%- if device.is_beta %} (beta) {%- endif %}

{% include warning_read_before.md %}

Loading