Skip to content

Commit

Permalink
Merge branch 'develop' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
khalwat committed Aug 22, 2019
2 parents ca3df19 + b5dcdd1 commit 173ad5b
Show file tree
Hide file tree
Showing 8 changed files with 10,563 additions and 436 deletions.
438 changes: 4 additions & 434 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -11,8 +11,8 @@
"typogrify"
],
"support": {
"docs": "https://github.com/nystudio107/craft-typogrify/blob/v1/README.md",
"issues": "https://github.com/nystudio107/craft-typogrify/issues"
"docs": "https://nystudio107.com/plugins/typogrify/documentation",
"issues": "https://nystudio107.com/plugins/typogrify/support"
},
"license": "MIT",
"authors": [
Expand Down
2 changes: 2 additions & 0 deletions docs/.gitignore
@@ -0,0 +1,2 @@
/vendor
/node_modules
12 changes: 12 additions & 0 deletions docs/docs/.vuepress/config.js
@@ -0,0 +1,12 @@
module.exports = {
title: 'Typogrify Documentation',
description: 'Documentation for the Typogrify plugin',
base: '/docs/typogrify/',
dest: '../../../../sites/nystudio107/web/docs/typogrify',
themeConfig: {
displayAllHeaders: true,
sidebar: [
['/', 'Typogrify plugin for Craft CMS 3.x'],
]
}
};

0 comments on commit 173ad5b

Please sign in to comment.