Skip to content

Commit

Permalink
Remove warnings and add/adjust graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Nov 28, 2024
1 parent 52b9702 commit 8d5369b
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 10 deletions.
31 changes: 30 additions & 1 deletion docs/Developer-Guide_Build-Preparation.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,36 @@ cd build
```
!!! note
- Make sure that full path to the build script **does not contain spaces**
- For stable branch use `--branch=v24.11`
- For stable branch use last point release `--branch=v24.11`


``` mermaid
gitGraph
commit
commit
checkout main
commit id: "v24.08" tag: "v24.08"
branch v24.08
commit
commit
commit
commit
checkout main
commit id: "v24.11" tag: "v24.11"
branch v24.11
commit
commit
commit
commit
checkout main
commit
commit
commit
commit
commit
commit
commit id: "main" type: REVERSE tag: "Trunk"
```


## Interactive
Expand Down
14 changes: 9 additions & 5 deletions docs/User-Guide_Armbian-Config.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
!!! warning teweew

Following instructions are valid for next generation of Armbian config utility which is due for integration in **Armbian v24.11**. Until then please follow this installation instructions to test it out:
<https://github.com/armbian/configng?tab=readme-ov-file#add--install-from-development-repository>

# Armbian Config

``` mermaid
flowchart LR
A[armbian-config] -----> B["System"];
A[armbian-config] -----> C["Network"];
A[armbian-config] -----> D["Localistation"];
A[armbian-config] -----> E["Software"];
A[armbian-config] -----> F["Help"];
```

<img src="https://raw.githubusercontent.com/armbian/configng/main/share/icons/hicolor/scalable/configng-tux.svg">

Utility for configuring your board, adjusting services, and installing applications. It comes with Armbian by default.
Expand Down
18 changes: 14 additions & 4 deletions docs/User-Guide_Armbian-Software.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
# Armbian Software

!!! warning teweew

Following instructions are valid for next generation of Armbian config utility which is due for integration in **Armbian v24.11**. Until then please follow this installation instructions to test it out:
<https://github.com/armbian/configng?tab=readme-ov-file#add--install-from-development-repository>
``` mermaid
flowchart LR
A[Software] ----> B["Containerlization"];
A[Software] ----> C["Desktops"];
A[Software] -----> D["DNS blockers"];
A[Software] -----> E["Home Automation"];
A[Software] ------> F["Monitoring"];
A[Software] ------> G["Development"];
A[Software] ------> J["Network tools"];
A[Software] ----------> H["Remote Management tools"];
A[Software] ----------> I["Media Servers"];
```


To start the Armbian software section, use the following command:
To start the Armbian software section, use the following command and choose `software` section:
~~~
armbian-config
~~~
Expand Down

0 comments on commit 8d5369b

Please sign in to comment.