Skip to content

Commit

Permalink
Updated docs and incremented version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanHavoc committed Sep 3, 2016
1 parent fd9aa9c commit a7763ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,12 @@ You can specify as many creators as you need. Astrum will automatically format t
"sample_dark_background": "#333333",
"show_project_name": true,
"show_version": true,
"max_width": null
"max_width": null,
"titles": {
"library_title": "Pattern Library",
"pages_title": "Overview",
"components_title": "Components"
}
},
```

Expand All @@ -202,6 +207,7 @@ sample_dark_background | #333333 | The color used for dark background component
show_project_name | true | Show the project name in the sidebar.
show_version | true | Show the Astrum version at the bottom of the sidebar.
max_width | null | A maximum width for the components container element.
titles | object | Customise titles that appear on the sidebar. Set a title to null if you'd prefer for it not to be shown at all.

<a href=“#assets”></a>
#### Assets
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astrum",
"version": "1.6.3",
"version": "1.7.0",
"description": "A lightweight pattern library designed to be included with any web project.",
"main": "./manager/astrum.js",
"scripts": {
Expand Down

0 comments on commit a7763ba

Please sign in to comment.