Changes between Version 6 and Version 7 of StaticDocsPlugin


Ignore:
Timestamp:
Feb 18, 2022, 7:13:42 PM (2 years ago)
Author:
figaro
Comment:

Move paragraph to Installation section

Legend:

Unmodified
Added
Removed
Modified
  • StaticDocsPlugin

    v6 v7  
    2424}}}
    2525
     26Enable the plugin by adding the following to your `trac.ini` file:
     27
     28{{{#!ini
     29[components]
     30staticdocsplugin.* = enabled
     31}}}
     32
    2633== Configuration
    2734
     
    4350}}}
    4451
    45 Also, enable the plugin by adding the following to your `trac.ini` file:
    46 
    47 {{{#!ini
    48 [components]
    49 staticdocsplugin.* = enabled
    50 }}}
    51 
    5252Now if you visit for example `http://example.com/yourtrac/docs/file.html`, you will get served the file `/path/to/docs/file.html`.
    5353