Skip to content

Commit

Permalink
new plugin structure for marketplace (#10481)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Sep 10, 2016
1 parent da16532 commit aa17b8c
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 18 deletions.
4 changes: 4 additions & 0 deletions plugins/CoreConsole/Commands/GeneratePlugin.php
Expand Up @@ -69,8 +69,12 @@ protected function execute(InputInterface $input, OutputInterface $output)
'/ExamplePlugin.php',
'/plugin.json',
'/README.md',
'/CHANGELOG.md',
'/screenshots',
'/screenshots/.gitkeep',
'/docs',
'/docs/faq.md',
'/docs/index.md',
);
}

Expand Down
3 changes: 3 additions & 0 deletions plugins/ExamplePlugin/CHANGELOG.md
@@ -0,0 +1,3 @@
## Changelog

Here goes the changelog text.
9 changes: 0 additions & 9 deletions plugins/ExamplePlugin/README.md
Expand Up @@ -4,12 +4,3 @@

Add your plugin description here.

## FAQ

__My question?__

My answer

## Changelog

Here goes the changelog text.
5 changes: 5 additions & 0 deletions plugins/ExamplePlugin/docs/faq.md
@@ -0,0 +1,5 @@
## FAQ

__My question?__

My answer
1 change: 1 addition & 0 deletions plugins/ExamplePlugin/docs/index.md
@@ -0,0 +1 @@
## Documentation
3 changes: 3 additions & 0 deletions plugins/ExampleTheme/CHANGELOG.md
@@ -0,0 +1,3 @@
## Changelog

Here goes the changelog text.
9 changes: 0 additions & 9 deletions plugins/ExampleTheme/README.md
Expand Up @@ -3,12 +3,3 @@
## Description

Add your theme description here.

## FAQ

__My question?__
My answer

## Changelog

Here goes the changelog text.
5 changes: 5 additions & 0 deletions plugins/ExampleTheme/docs/faq.md
@@ -0,0 +1,5 @@
## FAQ

__My question?__

My answer
1 change: 1 addition & 0 deletions plugins/ExampleTheme/docs/index.md
@@ -0,0 +1 @@
## Documentation

0 comments on commit aa17b8c

Please sign in to comment.