buddypress/docs/developer/manifest.json
2024-06-12 01:32:32 +00:00

74 lines
1.8 KiB
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
},
{
"title": "Theme compatibility features",
"slug": "bp-theme-compat-features",
"markdown_source": "../developer/theme-compat/features.md",
"parent": null
},
{
"title": "BuddyPress execution contexts",
"slug": "bp-execution-contexts",
"markdown_source": "../developer/execution-contexts/README.md",
"parent": null
},
{
"title": "Using Ajax requests in BuddyPress",
"slug": "bp-ajax-context",
"markdown_source": "../developer/execution-contexts/ajax.md",
"parent": null
},
{
"title": "BuddyPress Functions",
"slug": "bp-functions",
"markdown_source": "../developer/functions/README.md",
"parent": null
},
{
"title": "BuddyPress Rewrites Functions",
"slug": "rewrites",
"markdown_source": "../developer/functions/rewrites.md",
"parent": null
},
{
"title": "BuddyPress URI Globals Functions",
"slug": "uri-globals",
"markdown_source": "../developer/functions/uri-globals.md",
"parent": null
}
]