wptide / docs

Tide is an automated tool to provide insight into WordPress code and highlight areas to improve the quality of plugins and themes.
https://wptide.org/
MIT License
24 stars 14 forks source link

Remove _docpress directory? #40

Open jeffpaul opened 4 years ago

jeffpaul commented 4 years ago

Per the docpress install instructions:

Also, Docpress builds your output into _docpress, which you probably don't want to commit. echo _docpress >> .gitignore

Since I'm not fluent on how we're building our wptide.org docs site, I'm guessing we may be building these docpress files into a GCP server and the _docpress directory may not be needed in this repo and just the source markdown files in the docs subdirectory. Anyone care the chime in and confirm/deny?

jeffpaul commented 4 years ago

@MakiBM any chance you can help answer this question/issue?

derekherman commented 4 years ago

The build process is done locally, we could script it on travis but essentially the whole thing is a mess and needs to be rearchitected.