aboutsummaryrefslogtreecommitdiffstats
path: root/doc/theme_management.bb
diff options
context:
space:
mode:
authorAndrew Manning <tamanning@zoho.com>2017-02-12 07:38:43 -0500
committerAndrew Manning <tamanning@zoho.com>2017-02-12 07:38:43 -0500
commitf3490440b43d93701e54b0326ce039e2242b3f5c (patch)
treefa1cc9d6302b4efb81f9014524faf3d1bcdda568 /doc/theme_management.bb
parent5cc1c30d7f55a559a25008d85d00df5e18f187b5 (diff)
downloadvolse-hubzilla-f3490440b43d93701e54b0326ce039e2242b3f5c.tar.gz
volse-hubzilla-f3490440b43d93701e54b0326ce039e2242b3f5c.tar.bz2
volse-hubzilla-f3490440b43d93701e54b0326ce039e2242b3f5c.zip
Deleting original help content pages that have been integrated into the new doco
Diffstat (limited to 'doc/theme_management.bb')
-rw-r--r--doc/theme_management.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/doc/theme_management.bb b/doc/theme_management.bb
deleted file mode 100644
index 5691f7c48..000000000
--- a/doc/theme_management.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-[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]
-2. Add the theme repo and give it a name
-[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]