Add a basic example dir with clone script.

pull/11/head
Eric Holscher 9 years ago
parent 4e9f1c02ea
commit fcfd6f258d

@ -18,6 +18,6 @@ htmlhelp_basename = 'dotnetexampledoc'
extensions = ['autoapi.extension', 'sphinxcontrib.dotnetdomain']
autoapi_type = 'dotnet'
autoapi_dir = 'example'
autoapi_dir = 'example/mvc/src/'
autoapi_file_pattern = 'project.json'
autoapi_ignore = ['toc.yml', 'index.yml']

@ -0,0 +1 @@
git clone https://github.com/aspnet/mvc
Loading…
Cancel
Save