Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'webdoc/web.config')
-rw-r--r--webdoc/web.config11
1 files changed, 7 insertions, 4 deletions
diff --git a/webdoc/web.config b/webdoc/web.config
index 5a50857b..0b556ab7 100644
--- a/webdoc/web.config
+++ b/webdoc/web.config
@@ -24,13 +24,16 @@
</mono.aspnet>
<appSettings>
- <add key="MonoServerDefaultIndexFiles"
- value="index.aspx, Default.aspx, default.aspx, index.html, index.htm" />
+ <add key="Title" value="Xamarin API Documentation" />
+ <add key="MonoServerDefaultIndexFiles" value="index.aspx, Default.aspx, default.aspx, index.html, index.htm" />
+ <add key="MonodocRootDir" value="/mono/lib/monodoc/" />
+ <add key="ExternalHeader" value="external-header.def" />
+ <add key="ExternalFooter" value="external-footer.def" />
</appSettings>
- <location path="edit.aspx">
+ <location path="plugins/contribution-plugin/edit.aspx">
<system.web>
<authentication mode="Forms">
- <forms name=".MONOAUTH" loginUrl="login.aspx"/>
+ <forms name=".MONOAUTH" loginUrl="plugins/contribution-plugin/login.aspx"/>
</authentication>
<authorization>
<deny users="?" />