Skip to:
Content

BuddyPress.org

Changeset 13516


Ignore:
Timestamp:
07/13/2023 08:15:15 AM (20 months ago)
Author:
imath
Message:

Document how to build a custom component using BP Component API

This documentation resource focuses on how to enjoy the newly introduced BP Rewrites API (12.0).

Fixes #8935
Closes https://github.com/buddypress/buddypress/pull/129

Location:
trunk/docs/developer
Files:
11 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/developer/README.md

    r13501 r13516  
    66
    77If you’re new to Add-on development, start by reading the [introduction](./introduction/README.md).
     8
     9## Table of content
     10
     111. [BuddyPress Components](./component/README.md)
     122. [BuddyPress Theme Compatibility](./theme-compat/README.md)
  • trunk/docs/developer/manifest.json

    r13501 r13516  
    1111        "markdown_source": "../developer/introduction/README.md",
    1212        "parent": null
     13    },
     14    {
     15        "title": "BuddyPress Components",
     16        "slug": "bp-components",
     17        "markdown_source": "../developer/component/README.md",
     18        "parent": null
     19    },
     20    {
     21        "title": "Building a custom BuddyPress component",
     22        "slug": "build-bp-component",
     23        "markdown_source": "../developer/component/build-component.md",
     24        "parent": null
     25    },
     26    {
     27        "title": "BuddyPress Theme compatibility",
     28        "slug": "bp-theme-compat",
     29        "markdown_source": "../developer/theme-compat/README.md",
     30        "parent": null
    1331    }
    1432]
Note: See TracChangeset for help on using the changeset viewer.