buddypress/docs/developer/manifest.json
Mathieu Viet 7f310312de Document how to use the Group Extension API
- 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
2023-07-26 06:16:30 +00:00

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
}
]