Method: Jazzy::Config#theme_directory=
- Defined in:
- lib/jazzy/config.rb
#theme_directory=(theme_directory) ⇒ Object
544 545 546 547 |
# File 'lib/jazzy/config.rb', line 544 def theme_directory=(theme_directory) @theme_directory = theme_directory Doc.template_path = theme_directory + 'templates' end |