Moved docs and workflows to avoid conflicts while merging official repo

This commit is contained in:
Valentin V. Bartenev
2026-06-06 20:18:03 +03:00
rodzic 86154ce8d0
commit b9bd0fc270
19 zmienionych plików z 15 dodań i 14 usunięć
@@ -8,7 +8,7 @@ on:
- "examples/**" - "examples/**"
- "variants/**" - "variants/**"
- "platformio.ini" - "platformio.ini"
- ".github/workflows/pr-build-check.yml" - ".github/workflows/meshcoretel-pr-build-check.yml"
jobs: jobs:
build: build:
@@ -8,7 +8,7 @@ on:
- "examples/**" - "examples/**"
- "variants/**" - "variants/**"
- "platformio.ini" - "platformio.ini"
- ".github/workflows/push-build-check.yml" - ".github/workflows/meshcoretel-push-build-check.yml"
jobs: jobs:
build: build:
+11 -11
Wyświetl plik
@@ -32,14 +32,14 @@ Only modify code for clearly scoped EastMesh features:
| Change | File | | Change | File |
| --------------------- | -------------------- | | --------------------- | -------------------- |
| CLI | `docs/custom-cli.md` | | CLI | `meshcoretel-docs/custom-cli.md` |
| Web panel UI/behavior | `docs/web-panel.md` | | Web panel UI/behavior | `meshcoretel-docs/web-panel.md` |
| Releases | `release-notes.yml` | | Releases | `release-notes.yml` |
| Flashing guidance | `docs/releases.md` | | Flashing guidance | `meshcoretel-docs/releases.md` |
### Web Panel Gate ### Web Panel Gate
If editing `examples/simple_repeater/MyMesh.cpp`, also update `docs/custom-cli.md`. If editing `examples/simple_repeater/MyMesh.cpp`, also update `meshcoretel-docs/custom-cli.md`.
## Tooling ## Tooling
@@ -96,8 +96,8 @@ uv run pio run -e T_Beam_S3_Supreme_SX1262_companion_radio_wifi
Build with release-style metadata: Build with release-style metadata:
```bash ```bash
export FIRMWARE_VERSION=v1.14.1 export FIRMWARE_VERSION=v1.15.0
export MESHCORETEL_VERSION=v1.0.1 export MESHCORETEL_VERSION=v1.1.2
bash build.sh build-firmware heltec_v4_repeater_mqtt bash build.sh build-firmware heltec_v4_repeater_mqtt
bash build.sh build-firmware T_Beam_S3_Supreme_SX1262_repeater_mqtt bash build.sh build-firmware T_Beam_S3_Supreme_SX1262_repeater_mqtt
``` ```
@@ -116,7 +116,7 @@ uv run pio run -e T_Beam_S3_Supreme_SX1262_repeater_mqtt -t upload --upload-port
- `variants/eastmesh_mqtt/platformio.ini` - `variants/eastmesh_mqtt/platformio.ini`
- `examples/simple_repeater/MyMesh.cpp` - `examples/simple_repeater/MyMesh.cpp`
- `src/helpers/mqtt/MQTTUplink.cpp` - `src/helpers/mqtt/MQTTUplink.cpp`
- `docs/*.md` - `meshcoretel-docs/*.md`
- `RELEASE.md` - `RELEASE.md`
- `release-notes.yml` - `release-notes.yml`
@@ -125,15 +125,15 @@ uv run pio run -e T_Beam_S3_Supreme_SX1262_repeater_mqtt -t upload --upload-port
If you change any of the following, update docs in the same PR when practical: If you change any of the following, update docs in the same PR when practical:
- Web-panel commands: - Web-panel commands:
- update `docs/custom-cli.md` - update `meshcoretel-docs/custom-cli.md`
- Web-panel user-facing behavior, sections, controls, or troubleshooting: - Web-panel user-facing behavior, sections, controls, or troubleshooting:
- update `docs/web-panel.md` - update `meshcoretel-docs/web-panel.md`
- EastMesh CLI additions or changed semantics: - EastMesh CLI additions or changed semantics:
- update `docs/custom-cli.md` - update `meshcoretel-docs/custom-cli.md`
- Release/tag preparation: - Release/tag preparation:
- update `release-notes.yml` - update `release-notes.yml`
- Flashing/release asset guidance: - Flashing/release asset guidance:
- update `docs/releases.md` - update `meshcoretel-docs/releases.md`
## Repeater MQTT Notes ## Repeater MQTT Notes

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 80 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 80 KiB

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 83 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 83 KiB

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 89 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 89 KiB

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 116 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 116 KiB

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 450 B

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 450 B

+2 -1
Wyświetl plik
@@ -4,7 +4,8 @@ site_description: "Документация по специфичным для M
repo_name: VBart/MeshCoreTel-firmware repo_name: VBart/MeshCoreTel-firmware
repo_url: https://github.com/VBart/MeshCoreTel-firmware repo_url: https://github.com/VBart/MeshCoreTel-firmware
edit_uri: edit/main/docs/ edit_uri: edit/main/meshcoretel-docs/
docs_dir: meshcoretel-docs
theme: theme:
name: material name: material