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

Commit e140e688 authored by Nicolas Gelot's avatar Nicolas Gelot
Browse files

Merge branch 'refresh-device-page' into 'master'

Refresh device page

See merge request e/documentation/user!686
parents b67bf1f7 eaf91ee5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{% assign about_topics_titles = about_topics_titles | push: "Build" %}

{% capture build_content %}
Want to build /e/OS for the {{ device.name }} - {{ device.codename }} ? <a href="{% translate_link support-topics/build-e %}"> Click here</a>
Want to build /e/OS for the {{ device.name }} - {{ device.codename }} ? <a href="{% translate_link support-topics/build-e %}"> Click here</a>.
{% endcapture %}

{% assign about_topics_contents = about_topics_contents | push: build_content %}
+4 −5
Original line number Diff line number Diff line
{% assign about_topics_titles = about_topics_titles | push: "Have you found a bug?" %}

{% capture found_a_bug_content %}
If you have found a bug please report it <a href="https://gitlab.e.foundation/e/management/issues/new">here</a>
<br>
Have some suggestions to improve the installation process? 
<br> Please send us an <a href="mailto:support@e.email?subject=Documentation Improvement">email here</a>
If you have found a bug please report it <a href="https://gitlab.e.foundation/e/backlog/-/issues/new">here</a>.
Have some suggestions to improve the installation process? Please contribute to the documentation
<a href="https://gitlab.e.foundation/e/documentation/user/">project</a>.
{% endcapture %}

{% assign about_topics_contents = about_topics_contents | push: found_a_bug_content %}
+2 −2
Original line number Diff line number Diff line
{% assign about_topics_titles = about_topics_titles | push: "Install via command line (for advanced users)" %}

{% capture install_content %}
To install /e/OS on the {{ device.name }} - "{{ device.codename }}" <a href="{{ site.baseurl | append: "/devices/" | append: device.codename | append: "/install" }}"> click here</a>
To install /e/OS on the {{ device.name }} - "{{ device.codename }}" <a href="{{ site.baseurl | append: "/devices/" | append: device.codename | append: "/install" }}"> click here</a>.
{% endcapture %}

{% assign about_topics_contents = about_topics_contents | push: install_content %}
+2 −3
Original line number Diff line number Diff line
{% assign about_topics_titles = about_topics_titles | push: "Is your model not supported?" %}

{% capture model_not_supported_content %}
    Contact us to <a href="https://community.e.foundation/c/e-devices/request-a-device">Request support </a>for your device <br>
    The more the users requesting for a device / model the better the chances of it getting on the <a href="{% tl devices %}">officially supported list</a> !!!
Contact us to <a href="https://community.e.foundation/c/e-devices/request-a-device">request support </a>for your device. The more the users requesting for a device / model the better the chances of it getting on the <a href="{% tl devices %}">officially supported list</a>!
{% endcapture %}

{% assign about_topics_contents = about_topics_contents | push: model_not_supported_content %}
+10 −10
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
    {% assign about_topics_titles = about_topics_titles | push: "Would you like to roll-back to stock ROM?" %}

    {% capture stock_revert_content %}
        To revert to the GS290 Stock ROM refer the document <a href="{{ "/pages/revert_e_GS290_windows.html" | relative_url }}">here</a>
        To revert to the GS290 Stock ROM refer the document <a href="{{ "/pages/revert_e_GS290_windows.html" | relative_url }}">here</a>.
    {% endcapture %}

    {% assign about_topics_contents = about_topics_contents | push: stock_revert_content %}
@@ -13,7 +13,7 @@
    {% assign about_topics_titles = about_topics_titles | push: "Would you like to roll-back to stock ROM?" %}

    {% capture stock_revert_content %}
        To revert to the FP3/FP3+ Stock ROM refer the document <a href="https://support.fairphone.com/hc/en-us/articles/360048050332-FP3-Install-Fairphone-OS-offline">here</a>
        To revert to the FP3/FP3+ Stock ROM refer the document <a href="https://support.fairphone.com/hc/en-us/articles/360048050332-FP3-Install-Fairphone-OS-offline">here</a>.
    {% endcapture %}

    {% assign about_topics_contents = about_topics_contents | push: stock_revert_content %}
@@ -23,7 +23,7 @@
    {% assign about_topics_titles = about_topics_titles | push: "Would you like to roll-back to stock ROM?" %}

    {% capture stock_revert_content %}
        To revert to the 2e Stock ROM refer the document <a href="https://community.myteracube.com/t/advanced-installing-factory-android-image-w-sp-flash/1003">here</a>
        To revert to the 2e Stock ROM refer the document <a href="https://community.myteracube.com/t/advanced-installing-factory-android-image-w-sp-flash/1003">here</a>.
    {% endcapture %}

    {% assign about_topics_contents = about_topics_contents | push: stock_revert_content %}
@@ -34,7 +34,7 @@
    {% assign about_topics_titles = about_topics_titles | push: "Would you like to roll-back to stock ROM?" %}

    {% capture stock_revert_content %}
        To revert to the {{ device.codename }} Stock ROM on Windows OS refer the document <a href="{{ "pages/revert_samsung_to_stock_on_windows" | relative_url }}">here</a>
        To revert to the {{ device.codename }} Stock ROM on Windows OS refer the document <a href="{{ "pages/revert_samsung_to_stock_on_windows" | relative_url }}">here</a>.
    {% endcapture %}

    {% assign about_topics_contents = about_topics_contents | push: stock_revert_content %}
@@ -44,7 +44,7 @@
    {% assign about_topics_titles = about_topics_titles | push: "Would you like to roll-back to stock ROM?" %}

    {% capture stock_revert_content %}
        To revert to the {{ device.codename }} Stock ROM on Windows OS refer the document <a href="{{ "pages/revert_motorola_to_stock_on_windows" | relative_url }}">here</a>
        To revert to the {{ device.codename }} Stock ROM on Windows OS refer the document <a href="{{ "pages/revert_motorola_to_stock_on_windows" | relative_url }}">here</a>.
    {% endcapture %}

    {% assign about_topics_contents = about_topics_contents | push: stock_revert_content %}
Loading