Skip to content

Commit

Permalink
Refactored docs and related GitHub Action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiTronix committed Sep 1, 2024
1 parent bd8ef20 commit 83f1b35
Show file tree
Hide file tree
Showing 18 changed files with 580 additions and 14 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,17 @@ jobs:
run: |
mkdir -p $HOME/base
cp docs/native-gcc.md $HOME/base/README.md
mkdir -p $HOME/base64
cp docs/native-gcc64.md $HOME/base64/README.md
bash utils/SF_docs_deployer -t "native" -f "base"
shell: bash
if: success()
- name: move_deploy_cross
run: |
mkdir -p $HOME/base
cp docs/cross-gcc.md $HOME/base/README.md
mkdir -p $HOME/base64
cp docs/cross-gcc64.md $HOME/base64/README.md
bash utils/SF_docs_deployer -t "cross" -f "base"
shell: bash
if: success()
Expand Down
2 changes: 1 addition & 1 deletion docs/cross-gcc-bookworm.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

<br>

<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/cross-gcc-stretch.png"></h1>
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/cross-bookworm32.png"></h1>


### TL'DR
Expand Down
2 changes: 1 addition & 1 deletion docs/cross-gcc-bullseye.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

<br>

<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/cross-gcc-buster.png"></h1>
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/cross-bullseye32.png"></h1>


### TL'DR
Expand Down
2 changes: 1 addition & 1 deletion docs/cross-gcc-buster.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

<br>

<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/cross-gcc-buster.png"></h1>
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/cross-buster32.png"></h1>


### TL'DR
Expand Down
2 changes: 1 addition & 1 deletion docs/cross-gcc.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

<br>

<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/cross-gcc.png"></h1>
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/cross-main32.png"></h1>


### TL'DR
Expand Down
2 changes: 1 addition & 1 deletion docs/cross-gcc64-bookworm.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

<br>

<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/cross-gcc64-stretch.png"></h1>
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/cross-bookworm64.png"></h1>


### TL'DR
Expand Down
2 changes: 1 addition & 1 deletion docs/cross-gcc64-bullseye.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

<br>

<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/cross-gcc64-buster.png"></h1>
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/cross-bullseye64.png"></h1>


### TL'DR
Expand Down
2 changes: 1 addition & 1 deletion docs/cross-gcc64-buster.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

<br>

<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/cross-gcc64-buster.png"></h1>
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/cross-buster64.png"></h1>


### TL'DR
Expand Down
280 changes: 280 additions & 0 deletions docs/cross-gcc64.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/native-gcc-bookworm.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

<br>

<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/native-gcc-stretch.png"></h1>
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/native-bookworm32.png"></h1>


### TL'DR
Expand Down
2 changes: 1 addition & 1 deletion docs/native-gcc-bullseye.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

<br>

<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/native-gcc-buster.png"></h1>
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/native-bullseye32.png"></h1>



Expand Down
2 changes: 1 addition & 1 deletion docs/native-gcc-buster.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

<br>

<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/native-gcc-buster.png"></h1>
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/native-buster32.png"></h1>



Expand Down
2 changes: 1 addition & 1 deletion docs/native-gcc.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

<br>

<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/native-gcc.png"></h1>
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/native-main32.png"></h1>

### TL'DR

Expand Down
2 changes: 1 addition & 1 deletion docs/native-gcc64-bookworm.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

<br>

<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/native-gcc64-stretch.png"></h1>
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/native-bookworm64.png"></h1>


### TL'DR
Expand Down
2 changes: 1 addition & 1 deletion docs/native-gcc64-bullseye.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

<br>

<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/native-gcc64-buster.png"></h1>
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/native-bullseye64.png"></h1>


### TL'DR
Expand Down
2 changes: 1 addition & 1 deletion docs/native-gcc64-buster.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.

<br>

<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/native-gcc64-buster.png"></h1>
<h1 align=center><img alt="Description" title="Toolchain Description" src="https://raw.githubusercontent.com/abhiTronix/Imbakup/master/Images/gcc/raspberrypi/native-buster64.png"></h1>


### TL'DR
Expand Down
Loading

0 comments on commit 83f1b35

Please sign in to comment.