mirror of
https://gh.wpcy.net/https://github.com/buddypress/buddypress.git
synced 2026-05-31 04:56:13 +08:00
- Update the [https://codex.buddypress.org/developer/group-extension-api/ Codex] resource with new configuration requirement needed by the BP Rewrites API - Update code examples - Add screenshots to code examples Fixes #8941 Closes https://github.com/buddypress/buddypress/pull/137 git-svn-id: https://buddypress.svn.wordpress.org/trunk@13527 cdf35c40-ae34-48e0-9cc9-0c9da1808c22
38 lines
917 B
JSON
38 lines
917 B
JSON
[
|
|
{
|
|
"title": "Add-ons Handbook",
|
|
"slug": "handbook",
|
|
"markdown_source": "../developer/README.md",
|
|
"parent": null
|
|
},
|
|
{
|
|
"title": "Introduction to Add-ons development",
|
|
"slug": "introduction",
|
|
"markdown_source": "../developer/introduction/README.md",
|
|
"parent": null
|
|
},
|
|
{
|
|
"title": "BuddyPress Components",
|
|
"slug": "bp-components",
|
|
"markdown_source": "../developer/component/README.md",
|
|
"parent": null
|
|
},
|
|
{
|
|
"title": "Building a custom BuddyPress component",
|
|
"slug": "build-bp-component",
|
|
"markdown_source": "../developer/component/build-component.md",
|
|
"parent": null
|
|
},
|
|
{
|
|
"title": "Group Extension API",
|
|
"slug": "bp-group-extension",
|
|
"markdown_source": "../developer/group-extension/README.md",
|
|
"parent": null
|
|
},
|
|
{
|
|
"title": "BuddyPress Theme compatibility",
|
|
"slug": "bp-theme-compat",
|
|
"markdown_source": "../developer/theme-compat/README.md",
|
|
"parent": null
|
|
}
|
|
]
|