Or, embed this snippet using GenerateWP WordPress Plugin.

Download

Clone

doc_category_2

$tax_query = array(
	'relation' => 'OR',
	array(
		'taxonomy'         => 'doc_category',
	),
);