docs
docs copied to clipboard
Tide is an automated tool to provide insight into WordPress code and highlight areas to improve the quality of plugins and themes.
Tide Docs
Documentation for wptide.org.
This repo uses a modified version of Docpress to allow integrating with WordPress. It's a very basic WordPress theme that resolves all routes into the main index.php file where they pull the static content generated by Docpress.
Installation
To develop locally, run:
git cloneto clone this repo to WordPress theme folder.npm installto install the repo's dependencies.npm run linkto link the local docpress packages and install their dependencies.npm run devto build and watch assets ornpm run buildto just build the assets.- Activate the theme and visit the homepage.
Development Notes
docpresscustomized Docpress generator that we bundle with the themedocsis the root of the content sourcesrccontains all styles, scripts and layout_docpressis the build folder, never place anything here as it will get overwritten
Contributing
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Contact Us
Have questions? Don't open an Issue, come join us in the #tide channel in WordPress Slack. Even though Slack is a chat service, sometimes it takes several hours for community members to respond — please be patient.
Maintainers
Derek Herman (@valendesigns), and Jeffrey Paul (@jeffpaul)
Credits
Props: Arslan Ahmed (@akkspros), Bartek Makoś (@MakiBM), Cathi Bosco (@cathibosco), Derek Herman (@valendesigns), Janki Moradiya (@jankimoradiya), Jeffrey Paul (@jeffpaul), Keanan Koppenhaver (@kkoppenhaver), Leo Postovoit (@postphotos), Morteza (@man4toman), Mukesh Panchal (@mukeshpanchal27), Otto Kekäläinen (@ottok), Pierre Gordon (@pierlon), Prashant Baldha (@pmbaldha), Scott Reilly (@coffee2code)
License
Tide Docs utilizes an MIT license.