From 75d16e4852472cf9f321edceb67ea771e1f4e7ae Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Fri, 16 Oct 2015 06:18:47 -0400 Subject: New documentation for theme repo management --- doc/admins.bb | 1 + doc/theme_management.bb | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 doc/theme_management.bb diff --git a/doc/admins.bb b/doc/admins.bb index 817b79d0f..c77b004a4 100644 --- a/doc/admins.bb +++ b/doc/admins.bb @@ -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] diff --git a/doc/theme_management.bb b/doc/theme_management.bb new file mode 100644 index 000000000..8166e5fe7 --- /dev/null +++ b/doc/theme_management.bb @@ -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] -- cgit v1.2.3 From 051858300e4bb14eb298979145cfb2a322949710 Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Fri, 16 Oct 2015 06:21:02 -0400 Subject: Updated formatting and typos --- doc/theme_management.bb | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/theme_management.bb b/doc/theme_management.bb index 8166e5fe7..6340372a8 100644 --- a/doc/theme_management.bb +++ b/doc/theme_management.bb @@ -1,13 +1,9 @@ [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] - +[code][nobb]root@hub:/var/www# util/add_theme_repo https://github.com/username/theme-repo.git UniqueThemeRepoName[/nobb][/code] [h2]Update existing theme repo[/h2] - Update the repo by using [code]root@hub:/var/www# util/update_theme_repo UniqueThemeRepoName[/code] -- cgit v1.2.3 From 864bad0ebb2d9f3abac2a3d233f5f3ee9a03d8de Mon Sep 17 00:00:00 2001 From: Andrew Manning Date: Fri, 16 Oct 2015 06:23:15 -0400 Subject: Updated text --- doc/theme_management.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/theme_management.bb b/doc/theme_management.bb index 6340372a8..5691f7c48 100644 --- a/doc/theme_management.bb +++ b/doc/theme_management.bb @@ -1,4 +1,5 @@ [h1]Theme Management[/h1] +$Projectname allows hub admins to easily add and update themes hosted in common git repositories. [h2]Add new theme repo to your hub[/h2] 1. Navigate to your hub web root [code]root@hub:~# cd /var/www[/code] -- cgit v1.2.3