From 3e8d7488b3301f8de95663500dff4f753e00653e Mon Sep 17 00:00:00 2001 From: Phuc Nguyen Date: Mon, 1 Dec 2025 12:21:49 +0700 Subject: [PATCH 1/2] Docs: Update outdated HelpHub description and correct theme name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d896c9f8..0ecc463c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Build Status](https://travis-ci.com/WordPress/HelpHub.svg?branch=master)](https://travis-ci.com/WordPress/HelpHub) -HelpHub is going to be the new portal for all WordPress user documentation that currently resides on the [WordPress Codex](https://codex.wordpress.org/). This repo is where we will be managing the development of this new portal. +HelpHub is the central portal for all WordPress user documentation, replacing much of the content that previously lived in the WordPress Codex. ## Get Involved @@ -11,7 +11,7 @@ You can get involved in development (or any other aspect of the project) by atte ## How to use this repo -To use this repo, simply create a new WordPress site on your local machine (using whatever development environment suits you), then empty out the `wp-content` folder and clone this repo into it. After logging in to the admin area activate `wprog-support` theme for the site to work. +To use this repo, simply create a new WordPress site on your local machine (using whatever development environment suits you), then empty out the `wp-content` folder and clone this repo into it. After logging in to the admin area activate `wporg-support` theme for the site to work. You can get more information about running the HelpHub code base locally via reading the [contributing document](https://github.com/WordPress/HelpHub/blob/master/CONTRIBUTING.md) ## Workflow From bfd6fdbdac3b9a0b25809b5d9ed40d9afd5f9551 Mon Sep 17 00:00:00 2001 From: Phuc Nguyen Date: Mon, 1 Dec 2025 12:27:10 +0700 Subject: [PATCH 2/2] Docs: Remove outdated Travis CI badge and fix theme slug typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ecc463c..5bca2627 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # HelpHub -[![Build Status](https://travis-ci.com/WordPress/HelpHub.svg?branch=master)](https://travis-ci.com/WordPress/HelpHub) + HelpHub is the central portal for all WordPress user documentation, replacing much of the content that previously lived in the WordPress Codex.