Skip to content

Commit

Permalink
wiki: Remove unwanted newlines in adding_device.md
Browse files Browse the repository at this point in the history
Change-Id: I277db4812a2f6cf4b2fee503f6e1fbfafe45faf7
  • Loading branch information
luk1337 committed Aug 4, 2024
1 parent 5babfa3 commit a74ef55
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pages/internal/adding_device.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,7 @@ The following list will mention Model-Value pairs where applicable.
{{ properties.cpu.enum | join: ", " }}
```

* `dimensions`: Use the format `{width: <w>, height: <h>, depth: <d>}` with each being the dimension in [mm]

This property supports Model-Value pairs.

* `dimensions`: Use the format `{width: <w>, height: <h>, depth: <d>}` with each being the dimension in [mm]. This property supports Model-Value pairs.
* `download_boot`: Instructions for booting the device into the mode used to install recovery. On most devices, this is fastboot mode.
* `image`: The image located under `images/devices/` to use for this device. Instructions on adding an image <a href="#adding-the-devices-image">can be found below</a>.
* `install_method`: Used to determine the recovery install template to use. Templates can be found in *_includes/templates/recovery_install_*`install_method`*.md* and must be one of:
Expand All @@ -142,7 +139,6 @@ The following list will mention Model-Value pairs where applicable.
```

* `release`: Allowed formats are `yyyy`, `yyyy-mm` and `yyyy-mm-dd`. This property supports Model-Value pairs.

* `screen`: Use `{size: '<screen size>', resolution: '<1234x567>', technology: ''}` with number for `size`, `1234x567` for `resolution` and one of the following values for `technology`:

```
Expand Down Expand Up @@ -175,7 +171,6 @@ There are some optional properties which you might not need, but in case you do,
{%- for item in definitions.valid_quirks.enum %}
[{{ item }}](/quirks/{{ item }}){% unless forloop.last %}, {% endunless %}
{%- endfor %}

* `required_bootloader`: Specify the bootloader versions which are required to install LineageOS. Example:

```
Expand Down

0 comments on commit a74ef55

Please sign in to comment.