Changeset 13746
- Timestamp:
- 03/02/2024 02:13:27 AM (2 years ago)
- Location:
- trunk/docs/contributor
- Files:
-
- 5 added
- 2 edited
-
README.md (modified) (1 diff)
-
manifest.json (modified) (1 diff)
-
project (added)
-
project/README.md (added)
-
project/release (added)
-
project/release/README.md (added)
-
project/release/leads.md (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/contributor/README.md
r13721 r13746 3 3 Welcome to the BuddyPress Contributor Handbook. 4 4 5 - [About the BuddyPress open source project](./project/README.md) 5 6 - [Contribute to documentation](./documentation/README.md) 6 7 - Contribute to translation -
trunk/docs/contributor/manifest.json
r13721 r13746 4 4 "slug": "handbook", 5 5 "markdown_source": "../contributor/README.md", 6 "parent": null 7 }, 8 { 9 "title": "About the BuddyPress open source project", 10 "slug": "about", 11 "markdown_source": "../contributor/project/README.md", 12 "parent": null 13 }, 14 { 15 "title": "How a release cycle works?", 16 "slug": "about-release", 17 "markdown_source": "../contributor/project/release/README.md", 18 "parent": null 19 }, 20 { 21 "title": "Release Leads & Deputies", 22 "slug": "about-release-leads", 23 "markdown_source": "../contributor/project/release/leads.md", 6 24 "parent": null 7 25 },
Note: See TracChangeset
for help on using the changeset viewer.