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

Split armbian config and software #505

Merged
merged 1 commit into from
Oct 24, 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
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
Loading