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

Commit 79a4dbdf authored by Ahmed Harhash's avatar Ahmed Harhash
Browse files

Merge branch '594-master-community' into 'master'

Drop Stable hints from community devices

Closes e/devices/backlog#594 and #875

See merge request e/documentation/user!990
parents a3ce0ca0 f409768f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@ docker run \
-p 4000:4000 \
-p 35729:35729 \
-it \
jekyll/jekyll:stable \
jekyll/jekyll:4.2.0 \
jekyll serve --profile --livereload
```

@@ -25,7 +25,7 @@ Note: the port 35729 is used for live reload
Or you could use:

```bash
docker run --rm --volume="$PWD/htdocs:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll:stable jekyll serve
docker run --rm --volume="$PWD/htdocs:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll:4.2.0 jekyll serve
```

## Full compose stack (search)
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ before_install_args: {version: 12}
before_install_file_name: before_install_needs_specific_android_fw
bluetooth: {spec: '5', profiles: [A2DP + aptX HD]}
build_version_dev: S
build_version_stable: S
cameras:
- {flash: '', info: '16 MP'}
- {flash: '', info: '8 MP'}
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ before_install_args: {version: 12}
before_install_file_name: before_install_needs_specific_android_fw
bluetooth: {spec: '5', profiles: [A2DP + aptX HD]}
build_version_dev: S
build_version_stable: S
cameras:
- {flash: '', info: '16 MP'}
- {flash: '', info: '8 MP'}
+0 −1
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@ vendor_short: oneplus
width: 75.9 mm (2.99 in)
wifi: 802.11 a/b/g/n/ac, Dual-band, Wi-Fi Direct, Wi-Fi Display, DLNA, Hotspot
build_version_dev: S
build_version_stable: R
is_lineageos_official: true
removable_battery: 0
sim_slots: 2
+0 −1
Original line number Diff line number Diff line
@@ -50,7 +50,6 @@ width: 74.4 mm (2.93 in)
wifi: 802.11 a/b/g/n/ac, Dual-band, Wi-Fi Direct, Wi-Fi Display, DLNA, Hotspot
community_doc_url: https://community.e.foundation/t/oneplus-7t-hotdogb-documentation-suggestions/36413
build_version_dev: S
build_version_stable: S
is_lineageos_official: true
can_rollback: true
removable_battery: 0
Loading