Creating Documentation by revaxarts-themes

I mainly create documentation from http://revaxarts-themes.com/documenter/ …but i need a information that how can i get Navigation left instead of top.I always get Navigation on top.But i have seen many documentation in which Navigation is on left.More Over i can’t add sub menu

Thanks

There are various templates,themes, plugins on TF and CC which would allow you to do this

Simply choose the Default Documenter Style from the Documentation Type settings at the very below of the page and for sub menu check the box use H4 tags as subcategories while creating a new section this will allow you to add sub menu. Hope this helps :slight_smile:

1 Like

Thanks .got left sidebar but cannot add submenu though checked use H4 tags as subcategories .

Hi there,

If anyone is using the Default Documenter Style Type and having issue with the left navigation scroller not working on Chrome (IE, Edge and Firefox seems to be working) as per demo here http://revaxarts-themes.com/documenter/docs/

This is the working link http://superstorefinder.net/products/superstorefinder/docs/ with the code modification

You can try to paste the code below within the head tag

<script>
// Scroller Fix by Joe Iz
$(document).ready(function() {
	$("#documenter_nav a").click(function(e){
	var $anchor = $(this);
	$('html, body').stop().animate({
		scrollTop: $($anchor.attr('href')).offset().top
	}, 1000);
	e.preventDefault();
	});
});
</script>

Also, to make the menu appear on the left, when Building Document, choose Default Documenter Style

documenterleft

I can confirm it doesnt work on chrome, but it worked before.

It’s working correctly on Firefox!

documenter does not work right now