Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove warnings and add/adjust graphs #545

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
EvilOlaf marked this conversation as resolved.
Show resolved Hide resolved
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
Loading