summaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
blob: 52c0fd17444e67c01ef379524d443860189d40f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
site_name: AGL Application Framework
theme: readthedocs
docs_dir: docs
pages:
  - 'Introduction' : 'index.md'
  - 'The afm daemons' : '1-afm-daemons.md'
  - 'Widgets' :
      - '' : '2-widgets.md'
      - 'Overview of widgets' : '2.1-widgets.md'
      - 'The configuration file' : '2.2-config.xml.md'
  - 'The permissions' : '3-permissions.md'
  - 'Quick tutorial' : '4-quick-tutorial.md'
  - 'History' : 'a-history.md'
  - 'Document revisions' : 'REVISIONS.md'
iles', 'LinkButton', 'TokenRefresh', 'RangeSlider', 'ModalNotification' ]) .config(config) .run(run) ; config.$inject = ['$urlRouterProvider', '$locationProvider']; console.log ("***location=" + window.location + " search" + window.search); function config($urlProvider, $locationProvider, AppConfig) { $urlProvider.otherwise('/dashboard'); // https://docs.angularjs.org/error/$location/nobase $locationProvider.html5Mode(true).hashPrefix('!'); } function run() { FastClick.attach(document.body); } // Fondation-app.template is not included correctly by gulp // Include here missing templates from foundation-apps/dist/js/foundation-apps-templates.js angular.module('foundation').run(['$templateCache', function($templateCache) { $templateCache.put('components/modal/modal.html', '<div\n' + ' class="modal-overlay"\n' + ' ng-click="hideOverlay()">\n' + ' <aside\n' + ' class="modal"\n' + ' ng-click="$event.stopPropagation();"\n' + ' ng-transclude>\n' + ' </aside>\n' + '</div>\n' + ''); }]); console.log ("opa=@@APPNAME@@ Loaded"); })();