aanper 5 лет назад
Родитель
Сommit
c4af2a1eb7
1 измененных файлов с 8 добавлено и 1 удалено
  1. 8 1
      wiki/Contributing.md

+ 8 - 1
wiki/Contributing.md

@@ -24,10 +24,17 @@ If you are just beginning in Flipper, **Read the [wiki](https://github.com/Flipp
 * Some sections mark as `not documented`. There is some implementation and you can add some documentation here.
 * If section of wiki has no mark, this is actual documentation for part of Flipper.
 
-## Wiki storage `(not implemented)`
+## Wiki editing `(not implemented)`
 
 All wiki files storage in main repository in `wiki` folder. You can change wiki by creating PR with `documentation` label. After merge to master, wiki contents copying to GitHub `Wiki` section.
 
+### For maintainers
+
+If you want to update wiki:
+
+* place `flipperzero-firmware-community.wiki` folder repo in main repo's root folder (do not add it to git!) 
+* call `./wiki-deploy.sh` srcipt
+
 # Maintainers
 
 Every section/page of wiki and related part of code has its own maintainers. Maintainers list and related code folders is placed at the bottom of page or section.