Skip to content

Commit 9d566ac

Browse files
committed
Merge branch 'develop' into v1
2 parents e2b0fee + 790ad5a commit 9d566ac

File tree

7 files changed

+4
-2
lines changed

7 files changed

+4
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
A simple plugin for setting and getting cookies from within [Craft CMS](http://craftcms.com) templates.
66

7-
![Screenshot](docs/resources/img/plugin-logo.png)
7+
![Screenshot](./docs/docs/resources/img/plugin-logo.png)
88

99
Related: [Cookies for Craft 2.x](https://github.com/nystudio107/cookies)
1010

docs/.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
/vendor
2+
/node_modules
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
title: 'Cookies Documentation',
33
description: 'Documentation for the Cookies plugin',
44
base: '/docs/cookies/',
5-
dest: '../../../sites/nystudio107/web/docs/cookies',
5+
dest: '../../../../sites/nystudio107/web/docs/cookies',
66
themeConfig: {
77
sidebar: [
88
['/', 'Cookies plugin for Craft CMS 3.x'],
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)