Skip to content

Commit

Permalink
Split armbian config and software
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik authored and armbianworker committed Oct 24, 2024
1 parent c8c0902 commit 8829591
Show file tree
Hide file tree
Showing 49 changed files with 38 additions and 2,808 deletions.
23 changes: 14 additions & 9 deletions .github/workflows/pull-from-armbian-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,21 @@ jobs:
cd config
tools/config-markdown.py -u
# rsync docs that has been made
rsync --delete -avr docs/. ../documentation/docs/User-Guide_Armbian-Config/
# rsync images
# rsync images first
rsync -avr tools/include/images/. ../documentation/docs/images/
# make links
cd ../documentation
ln -fs System/System.user.md docs/User-Guide_Armbian-Config/System.md
ln -fs Network/Network.user.md docs/User-Guide_Armbian-Config/Network.md
ln -fs Localisation/Localisation.user.md docs/User-Guide_Armbian-Config/Localisation.md
ln -fs Software/Software.user.md docs/User-Guide_Armbian-Config/Software.md
# this section goes under armbian-config
rsync -avr docs/Localisation/Localisation.user.md ../documentation/docs/User-Guide_Armbian-Config/Localisation.md
rsync -avr docs/Network/Network.user.md ../documentation/docs/User-Guide_Armbian-Config/Network.md
rsync -avr docs/System/System.user.md ../documentation/docs/User-Guide_Armbian-Config/System.md
# the rest goes under armbian-software
rsync -avr docs/Software/Containers.user.md ../documentation/docs/User-Guide_Armbian-Software/Containers.md
rsync -avr docs/Software/Desktops.user.md ../documentation/docs/User-Guide_Armbian-Software/Desktops.md
rsync -avr docs/Software/Management.user.md ../documentation/docs/User-Guide_Armbian-Software/Management.md
rsync -avr docs/Software/Media.user.md ../documentation/docs/User-Guide_Armbian-Software/Media.md
rsync -avr docs/Software/Netconfig.user.md ../documentation/docs/User-Guide_Armbian-Software/Netconfig.md
- name: Create Pull Request to documentation
uses: peter-evans/create-pull-request@v7
Expand Down
9 changes: 4 additions & 5 deletions docs/User-Guide_Armbian-Config.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
Important!
!!! 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:
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>

<https://github.com/armbian/configng?tab=readme-ov-file#add--install-from-development-repository>

# Armbian Configuration Utility
# Armbian Config

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

Expand Down
14 changes: 0 additions & 14 deletions docs/User-Guide_Armbian-Config/Help/H02.user.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/User-Guide_Armbian-Config/Help/H03.user.md

This file was deleted.

33 changes: 0 additions & 33 deletions docs/User-Guide_Armbian-Config/Help/Help.user.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/User-Guide_Armbian-Config/Localisation.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/User-Guide_Armbian-Config/Localisation/L00.user.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/User-Guide_Armbian-Config/Localisation/L01.user.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/User-Guide_Armbian-Config/Localisation/L02.user.md

This file was deleted.

16 changes: 0 additions & 16 deletions docs/User-Guide_Armbian-Config/Localisation/L03.user.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/User-Guide_Armbian-Config/Localisation/L04.user.md

This file was deleted.

77 changes: 0 additions & 77 deletions docs/User-Guide_Armbian-Config/Localisation/Localisation.user.md

This file was deleted.

1 change: 0 additions & 1 deletion docs/User-Guide_Armbian-Config/Network.md

This file was deleted.

61 changes: 0 additions & 61 deletions docs/User-Guide_Armbian-Config/Network/N01.user.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/User-Guide_Armbian-Config/Network/N15.user.md

This file was deleted.

14 changes: 0 additions & 14 deletions docs/User-Guide_Armbian-Config/Network/N16.user.md

This file was deleted.

17 changes: 0 additions & 17 deletions docs/User-Guide_Armbian-Config/Network/N17.user.md

This file was deleted.

16 changes: 0 additions & 16 deletions docs/User-Guide_Armbian-Config/Network/N18.user.md

This file was deleted.

Loading

0 comments on commit 8829591

Please sign in to comment.