devloco / create-react-wptheme

Create modern, React-enabled WordPress themes with a single command.
MIT License
359 stars 60 forks source link

User Guide internal links not working #52

Closed emirhg closed 4 years ago

emirhg commented 4 years ago

The user guide seems to be missing some parts, as no link from the Table of Contents is working

Example: https://github.com/devloco/create-react-wptheme/blob/master/create-react-app-USERGUIDE.md#code-splitting

devloco commented 4 years ago

That file is very old and needs to be deleted. Thanks for reminding me:-)

You are looking for this: https://create-react-app.dev/docs/getting-started/

Be sure to know the minor differences between that project and this one. You can find the differences in this project’s README, in particular the section here:

https://github.com/devloco/create-react-wptheme/blob/master/README.md#react-tutorials

Apologies for the confusion!

devloco commented 4 years ago

Also, be sure to check out the tutorial linked from the “Getting Started” section at the top of this project’s README.

devloco commented 4 years ago

Old CRA user guide is now deleted from the master branch.