1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Reorganized documentation

This commit is contained in:
Jeremy Stretch
2016-06-16 17:11:52 -04:00
parent 741f93999b
commit b891b78f70
8 changed files with 263 additions and 239 deletions

View File

@@ -56,7 +56,7 @@ def docs(request, path):
except:
raise Http404
content = mark_safe(markdown(markup, extensions=['mdx_gfm']))
content = mark_safe(markdown(markup, extensions=['mdx_gfm', 'toc']))
return render(request, 'docs.html', {
'content': content,