-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix codings * Fix codings * Fix codings
- Loading branch information
Showing
5 changed files
with
44 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,10 +5,16 @@ site_author: Kanaduchi | |
site_url: http://www.vwcoding.ru | ||
|
||
# Hot news | ||
hot_news_date: 26.07.2021 | ||
hot_news_title: одирование Lane Assist 2Q0* камеры ассистентов | ||
hot_news_date: 14.08.2021 | ||
hot_news_title: Все ваши предложения и новые идеи можно присылать на [email protected] | ||
hot_news: > | ||
1. <a href='https://vwcoding.ru/MQB/2Q0_assistants.md'>Кодирование 2Q0* камеры ассистентов</a><br> | ||
1. <a href='https://vwcoding.ru/MQB/rearLights'>Задние динамические поворотники для Tiguan 2021 с фарами IQ Light</a><br> | ||
2. <a href='https://vwcoding.ru/MQB/pACC'>SWaP для ACC и pACC</a><br> | ||
3. <a href='https://vwcoding.ru/MQB/headDeviceTMC'>Активация TMC</a><br> | ||
4. <a href='https://vwcoding.ru/MQB/headDeviceFunctions'>SWaP коды и параметрия для ГУ CM и DM (F5 блок)</a><br> | ||
5. <a href='https://vwcoding.ru/MQB/headDeviceFunctionsPro'>SWaP коды и параметрия для ГУ PRO (F5 блок)</a><br> | ||
6. <a href='https://vwcoding.ru/MQB/2Q0_assistants.md'>Кодирование 2Q0* камеры ассистентов</a><br> | ||
# Repository | ||
repo_name: Kanaduchi/vwcoding | ||
repo_url: https://github.com/Kanaduchi/vwcoding | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
mkdocs-material==7.2.2 | ||
mkdocs-material==7.2.4 | ||
mkdocs-pdf-export-plugin==0.5.8 | ||
mkdocs-print-site-plugin==1.2.3 |