bitovi / documentcss

A documentation/guide portal for the Live Style Guide feature of DocumentJS
https://documentcss.com/
MIT License
72 stars 7 forks source link

Update customize a them guide to include "template" in the documentjs example. #39

Open adrifolio opened 7 years ago

adrifolio commented 7 years ago

This is what is currently in the guide:

screen shot 2016-08-17 at 3 34 13 pm

Need to add "template" as follows:

{
    "siteDefaults": {
      "templates": "style-guide-theme/templates",
      "static": "style-guide-theme/static"
    },
   "sites": {
        "styles": {
            "glob": "styles/**/*.{md,less,md}",
            "parent": "style-guide",
            "dest": "./styleguide"
        }
    }
}
leoj3n commented 7 years ago

Does documentation surrounding this change need to be added?

tomgreever commented 7 years ago

@leoj3n I don't think this is a change in the way it works, I believe it was not properly documented to begin with. What's on this page is not complete: http://documentcss.com/docs/customize.html

leoj3n commented 7 years ago

That page also has typos :/