Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/12/2024 08:10:30 AM (2 years ago)
Author:
imath
Message:

Documentation: migrate the Codex Page about Multisite installation

  • Split Installation and Activation process.
  • Add info about installing BuddyPress from the Network admin to the existing installation guide (renamed from activate-buddypres.md to install.md).
  • Create a page to explain regular site Activation.
  • Create a page to explain 3 possible options about Multisite Activation.
  • Add some screenshots.

Props vapvarun
Closes https://github.com/buddypress/buddypress/pull/275

File:
1 edited

Legend:

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

    r13852 r13863  
    2020        {
    2121                "title": "BuddyPress Installation Guide for Website Administrators",
     22                "slug": "install-buddypress",
     23                "markdown_source": "../user/getting-started/install.md",
     24                "parent": null
     25        },
     26        {
     27                "title": "BuddyPress Activation Guide for a regular WordPress Site",
    2228                "slug": "activate-buddypress",
    23                 "markdown_source": "../user/getting-started/activate-buddypress.md",
     29                "markdown_source": "../user/getting-started/activate.md",
     30                "parent": null
     31        },
     32        {
     33                "title": "BuddyPress Activation Guide for WordPress Multisite",
     34                "slug": "network-activate-buddypress",
     35                "markdown_source": "../user/getting-started/network-activate.md",
    2436                "parent": null
    2537        },
Note: See TracChangeset for help on using the changeset viewer.