Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Commit 9c4c5ed

Browse files
authored
NOISSUE - Add Monitoring Docs (#18)
* docs(proplet): document monitoring * fix(ci): markdown linter errors * docs: Add comprehensive monitoring documentation Signed-off-by: Rodney Osodo <socials@rodneyosodo.com> * docs: add monitoring image Signed-off-by: Rodney Osodo <socials@rodneyosodo.com> * docs: update reference.md Signed-off-by: Rodney Osodo <socials@rodneyosodo.com> * docs(reference): remove Go implementation references Signed-off-by: Rodney Osodo <socials@rodneyosodo.com> --------- Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
1 parent 9c86c98 commit 9c4c5ed

File tree

8 files changed

+963
-8
lines changed

8 files changed

+963
-8
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
uses: mhausenblas/mkdocs-deploy-gh-pages@master
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24+
REQUIREMENTS: requirements.txt

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,10 @@ git clone https://github.com/absmach/propeller-docs.git
3030
source venv/bin/activate
3131
```
3232

33-
3. Install [MkDocs](https://www.mkdocs.org/#installation)
33+
3. Install [MkDocs](https://www.mkdocs.org/#installation) and dependencies:
3434

3535
```bash
36-
pip install mkdocs
37-
```
38-
39-
4. Additionally, install [Material theme](https://squidfunk.github.io/mkdocs-material/):
40-
41-
```bash
42-
pip install mkdocs-material
36+
pip install -r requirements.txt
4337
```
4438

4539
## Usage

docs/getting-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ cd propeller
2525

2626
## Build and Install the Artifacts
2727

28+
To install the Magistrala CLI, follow the [instructions](https://docs.magistrala.abstractmachines.fr/getting-started/#step-2-install-the-cli).
29+
2830
This step compiles all Propeller components (manager, proplet, CLI, proxy, and example WASM modules).
2931
Run the following:
3032

docs/images/monitoring.png

42.4 KB
Loading

0 commit comments

Comments
 (0)