Skip to:
Content

BuddyPress.org

Changeset 13506


Ignore:
Timestamp:
06/24/2023 09:23:04 AM (17 months ago)
Author:
imath
Message:

User docs: add a "getting started" page to the handbook

Fixes #8926
Closes https://github.com/buddypress/buddypress/pull/120

Location:
trunk/docs/user
Files:
2 added
2 edited

Legend:

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

    r13501 r13506  
    33Welcome to the BuddyPress User Handbook.
    44
     5- [Getting started](./getting-started/README.md)
    56- [BuddyPress Administration](./administration/README.md)
  • trunk/docs/user/manifest.json

    r13501 r13506  
    44        "slug": "handbook",
    55        "markdown_source": "../user/README.md",
     6        "parent": null
     7    },
     8    {
     9        "title": "Getting Started",
     10        "slug": "getting-started",
     11        "markdown_source": "../user/getting-started/README.md",
    612        "parent": null
    713    },
Note: See TracChangeset for help on using the changeset viewer.