Skip to content

Commit

Permalink
Data Liberation: Add a data liberation handbook setup (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
dd32 authored Jan 22, 2024
1 parent 2ded9f5 commit 335de50
Show file tree
Hide file tree
Showing 5 changed files with 149 additions and 58 deletions.
4 changes: 3 additions & 1 deletion .wp-env.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
"plugins": [
"./source/wp-content/plugins/gutenberg",
"./source/wp-content/plugins/jetpack",
"./source/wp-content/plugins/wordpress-importer"
"./source/wp-content/plugins/wordpress-importer",
"./source/wp-content/plugins/handbook",
"./source/wp-content/plugins/wporg-markdown"
],
"themes": [
"./source/wp-content/themes/wporg",
Expand Down
22 changes: 22 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,26 @@
"url": "https://meta.svn.wordpress.org/sites/",
"reference": "trunk/wordpress.org/public_html/wp-content/mu-plugins/pub/"
}
},
{
"name": "wordpress-meta/handbook",
"type": "wordpress-plugin",
"version": "1",
"source": {
"type": "svn",
"url": "https://meta.svn.wordpress.org/sites/",
"reference": "trunk/wordpress.org/public_html/wp-content/plugins/handbook/"
}
},
{
"name": "wordpress-meta/wporg-markdown",
"type": "wordpress-plugin",
"version": "1",
"source": {
"type": "svn",
"url": "https://meta.svn.wordpress.org/sites/",
"reference": "trunk/wordpress.org/public_html/wp-content/plugins/wporg-markdown/"
}
}
]
}
Expand All @@ -93,6 +113,8 @@
"wordpress-meta/pub": "1",
"wordpress-meta/wporg": "1",
"wordpress-meta/wporg-main": "1",
"wordpress-meta/handbook": "1",
"wordpress-meta/wporg-markdown": "1",
"wp-coding-standards/wpcs": "2.*",
"wp-phpunit/wp-phpunit": "^5.4",
"wpackagist-plugin/gutenberg": "*",
Expand Down
Loading

0 comments on commit 335de50

Please sign in to comment.