From f29b4d2941b35e3da26fc02799ca7157166bfadb Mon Sep 17 00:00:00 2001 From: Ankur Sethi Date: Sun, 4 Dec 2011 13:51:16 -0500 Subject: [PATCH] Add some explanation for site_title_link and site_title_image --- docs/1-general-configuration.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/1-general-configuration.md b/docs/1-general-configuration.md index 0136a9164ad..6586d134d86 100644 --- a/docs/1-general-configuration.md +++ b/docs/1-general-configuration.md @@ -28,13 +28,15 @@ Both of these settings can be set to false to turn off authentication. config.authentication_method = false config.current_user_method = false -## Site Title +## Site Title Options -You can update the title used for the site in the initializer also. By default -it is set to the name of your Rails.application class name. +You can update the title or use an optional image in the initializer also. In addition you can set the link. By default +there is no link and the title is set to the name of your Rails.application class name. # config/initializers/active_admin.rb config.site_title = "My Admin Site" + config.site_title_link = "/" ## Rails url helpers do not work here + config.site_title_image = "site_log_image.png" ## Internationalization (I18n)