New documentation for theme repo management

This commit is contained in:
Andrew Manning 2015-10-16 06:18:47 -04:00
parent a756c0b182
commit 75d16e4852
2 changed files with 14 additions and 0 deletions

View File

@ -9,5 +9,6 @@
[zrl=[baseurl]/help/hidden_configs]Tweaking $Projectname's Hidden Configurations[/zrl]
[zrl=[baseurl]/help/faq_admins]FAQ For Admins[/zrl]
[zrl=[baseurl]/help/service_classes]Service Classes[/zrl]
[zrl=[baseurl]/help/theme_management]Theme Management[/zrl]

13
doc/theme_management.bb Normal file
View File

@ -0,0 +1,13 @@
[h1]Theme Management[/h1]
[h2]Add new theme repo to your hub[/h2]
1. Navigate to your hub web root
[code]root@hub:~# cd /var/www[/code]
2. Add the theme repo and give it a name
[code]root@hub:/var/www# util/add_theme_repo https://github.com/username/theme-repo.git[/zrl] UniqueThemeRepoName[/code]
[h2]Update existing theme repo[/h2]
Update the repo by using
[code]root@hub:/var/www# util/update_theme_repo UniqueThemeRepoName[/code]