Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/05/2024 09:39:23 AM (2 years ago)
Author:
imath
Message:

Documentation: explain Activity Embeds for users & developers

  • Split @vapvarun’s PR to create docs/developer/components/activity/embeds and docs/user/components/activity/embeds.
  • Update the Activity Embed Block’s documentation link in favor of the updated one.
  • Deprecate docs/developer/group-extension/README.md in favor of docs/developer/components/groups/extension leaving a link to the second documentation page in the first one.
  • Initialize a documentation page to explain how to override BP Styles to advanced users, see https://github.com/buddypress/bp-documentation/issues/297

Props vapvarun

Closes https://github.com/buddypress/buddypress/pull/376

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/user/manifest.json

    r14023 r14038  
    176176        {
    177177                "title": "Customizing templates",
    178                 "slug": "advanced-templacte-hierarchy",
     178                "slug": "advanced-template-hierarchy",
    179179                "markdown_source": "../user/advanced/template-hierarchy.md",
     180                "parent": null
     181        },
     182        {
     183                "title": "Customizing styles",
     184                "slug": "advanced-styles",
     185                "markdown_source": "../user/advanced/styles.md",
    180186                "parent": null
    181187        },
     
    197203                "markdown_source": "../user/components/groups/joining-groups.md",
    198204                "parent": null
     205        },
     206        {
     207                "title": "Activity Streams",
     208                "slug": "activity-component",
     209                "markdown_source": "../user/components/activity/README.md",
     210                "parent": null
     211        },
     212        {
     213                "title": "Activity Embeds",
     214                "slug": "embedding-activity",
     215                "markdown_source": "../user/components/activity/embeds.md",
     216                "parent": null
    199217        }
    200218]
Note: See TracChangeset for help on using the changeset viewer.