diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml
index 52632f1c..65adab92 100644
Binary files a/.github/workflows/dotnet.yml and b/.github/workflows/dotnet.yml differ
diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml
index c43a5364..54bc732d 100644
--- a/.github/workflows/mkdocs.yml
+++ b/.github/workflows/mkdocs.yml
@@ -5,10 +5,12 @@ on:
branches: [ "main" ]
paths:
- docs/**
+ - .github/workflows/mkdocs.yml
pull_request:
branches: [ "main" ]
paths:
- docs/**
+ - .github/workflows/mkdocs.yml
permissions:
contents: write
@@ -23,11 +25,15 @@ jobs:
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
-
+
+ - name: Setup Python 3.x
- uses: actions/setup-python@v5
with:
python-version: 3.x
+ - name: Setup C++
+ uses: aminya/setup-cpp@v0.44.0
+
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v4
@@ -40,7 +46,9 @@ jobs:
- name: Install dependencies
run: |
pip install mkdocs-material
+ pip install mkdocs-bootstrap
pip install mkdocs-static-i18n
+ pip install mkdocs-mdpo-plugin
- name: Deploy GitHub Pages website
run: mkdocs gh-deploy --force
diff --git a/FriishProduce/App.config b/FriishProduce/App.config
index 6240efde..91f6ffa5 100644
--- a/FriishProduce/App.config
+++ b/FriishProduce/App.config
@@ -1,35 +1,35 @@
-
+
-
+
-
+
-
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
-
+
+
-
\ No newline at end of file
+
diff --git a/FriishProduce/FriishProduce.csproj b/FriishProduce/FriishProduce.csproj
index 02cc1576..920a7838 100644
--- a/FriishProduce/FriishProduce.csproj
+++ b/FriishProduce/FriishProduce.csproj
@@ -8,7 +8,7 @@
WinExe
FriishProduce
FriishProduce
- v4.8
+ v4.7.2
512
true
@@ -673,26 +673,11 @@
Microsoft .NET Framework 4.7.2 %28x86 and x64%29
true
-
- False
- Microsoft .NET Framework 4.8 %28x86 and x64%29
- true
-
False
.NET Framework 3.5 SP1
false
-
- False
- Visual C++ "14" Runtime Libraries %28x64%29
- true
-
-
- False
- Visual C++ "14" Runtime Libraries %28x86%29
- true
-
diff --git a/docs/docs/fr/index.md b/docs/docs/fr/index.md
index ca4c123c..d7e4c7f8 100644
--- a/docs/docs/fr/index.md
+++ b/docs/docs/fr/index.md
@@ -11,9 +11,7 @@ La configuration suivante est nécessaire pour exécuter le programme :
* **Système d'exploitation :** Windows 7 ou version ultérieure
* **Redistribuables :**
* .NET Framework 2.0 (nécessaire pour libWiiSharp)
- * .NET Framework 3.5 SP1
- * .NET Framework 4.8
- * .NET Framework 4.7.2 (nécessaire pour ccf-tools)
+ * .NET Framework 4.7.2
* Redistribuable Microsoft Visual C++ pour Visual Studio 2019 (nécessaire pour ccf-tools)
!!! warning "Attention"
diff --git a/docs/docs/index.md b/docs/docs/index.md
index 9cb0d993e..bf3e2edf 100644
--- a/docs/docs/index.md
+++ b/docs/docs/index.md
@@ -11,9 +11,7 @@ The following minimum requirements are needed in order to run the program:
* **OS:** Windows 7 or later
* **Redistributables:**
* .NET Framework 2.0 (needed for libWiiSharp)
- * .NET Framework 3.5 SP1
- * .NET Framework 4.8
- * .NET Framework 4.7.2 (needed for ccf-tools)
+ * .NET Framework 4.7.2
* Microsoft Visual C++ Redistributable for Visual Studio 2019 (needed for ccf-tools)
!!! warning
diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml
index 7eab1429..226aa535 100644
--- a/docs/mkdocs.yml
+++ b/docs/mkdocs.yml
@@ -9,27 +9,31 @@ nav:
- About: about.md
theme:
-# Material theme settings
+# Bootstrap theme settings
# ---------------------------------------------
- name: material
- palette:
- # Palette toggle for light mode
- - scheme: default
- primary: white
- accent: blue
- toggle:
- icon: material/brightness-7
- name: Switch to dark mode
+ name: bootstrap
+ logo: img/logo.png
- # Palette toggle for dark mode
- - scheme: slate
- primary: black
- accent: light blue
- toggle:
- icon: material/brightness-4
- name: Switch to light mode
+# Material theme settings
+# ---------------------------------------------
+ # name: material
+ # logo: img/logo.png
+ # palette:
+ # # Palette toggle for light mode
+ # - scheme: default
+ # primary: white
+ # accent: blue
+ # toggle:
+ # icon: material/brightness-7
+ # name: Switch to dark mode
- logo: docs/img/logo.png
+ # # Palette toggle for dark mode
+ # - scheme: slate
+ # primary: black
+ # accent: light blue
+ # toggle:
+ # icon: material/brightness-4
+ # name: Switch to light mode
extra_css:
- assets/extra.css
@@ -41,12 +45,10 @@ plugins:
fallback_to_default: true
languages:
- locale: en
- name: English
build: true
default: true
- locale: fr
- name: Français
build: true
nav_translations:
Home: Accueil
@@ -54,7 +56,6 @@ plugins:
About: À propos
- locale: ja
- name: 日本語
build: true
nav_translations:
Home: ホームページ