docs
docs copied to clipboard
Remove _docpress directory?
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?
@MakiBM any chance you can help answer this question/issue?
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.