Skip to content

1.7.0

Compare
Choose a tag to compare
@RyanHavoc RyanHavoc released this 03 Sep 14:42
· 31 commits to master since this release

Improvements

  • Added the facility to customise sidebar titles through data.json. themes now has a titles key:

    "titles": {
        "library_title": "Pattern Library",
        "pages_title": "Overview",
        "components_title": "Components"
    }
    

    Pre-1.7.0 instances of Astrum will have the title objects added to their data.json file automatically to maintain backward compatibility.