summaryrefslogtreecommitdiff
path: root/swat/docs/menu.js
diff options
context:
space:
mode:
Diffstat (limited to 'swat/docs/menu.js')
-rw-r--r--swat/docs/menu.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/swat/docs/menu.js b/swat/docs/menu.js
new file mode 100644
index 0000000000..eceacf97e0
--- /dev/null
+++ b/swat/docs/menu.js
@@ -0,0 +1,6 @@
+/* show a menu for the docs directory */
+simple_menu(
+ "Samba Information",
+ "Samba4 development", "http://devel.samba.org/",
+ "Recent Checkins", "http://build.samba.org/?tree=samba4&function=Recent+Checkins",
+ "Recent Builds", "http://build.samba.org/?tree=samba4&function=Recent+Builds");