docs-setup.js 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. NG_DOCS={
  2. "sections": {
  3. "api": "API"
  4. },
  5. "pages": [
  6. {
  7. "section": "api",
  8. "id": "angular-timeline",
  9. "shortName": "angular-timeline",
  10. "type": "directive",
  11. "moduleName": "angular-timeline",
  12. "shortDescription": "Primary container for displaying a vertical set of timeline events.",
  13. "keywords": "ae angular-timeline api container directive displaying events primary set timeline vertical"
  14. },
  15. {
  16. "section": "api",
  17. "id": "angular-timeline.directive:timeline",
  18. "shortName": "timeline",
  19. "type": "directive",
  20. "moduleName": "angular-timeline",
  21. "shortDescription": "Represents an event occuring at a point in time, displayed on the left or the right",
  22. "keywords": "ae angular-timeline api define directive displayed element embed event expression left occuring point represents side time timeline timeline-badge timeline-event timeline-panel typically"
  23. },
  24. {
  25. "section": "api",
  26. "id": "angular-timeline.directive:timeline-badge",
  27. "shortName": "timeline-badge",
  28. "type": "directive",
  29. "moduleName": "angular-timeline",
  30. "shortDescription": "Shown in the centre pane (or left on narrow devices) to indicate the activity.",
  31. "keywords": "activity ae angular-timeline api centre devices directive indicate left narrow pane"
  32. },
  33. {
  34. "section": "api",
  35. "id": "angular-timeline.directive:timeline-footer",
  36. "shortName": "timeline-footer",
  37. "type": "directive",
  38. "moduleName": "angular-timeline",
  39. "shortDescription": "Optional element to add a footer section to the timeline-panel for links or other actions.",
  40. "keywords": "actions add ae angular-timeline api directive element footer links optional timeline-panel"
  41. },
  42. {
  43. "section": "api",
  44. "id": "angular-timeline.directive:timeline-heading",
  45. "shortName": "timeline-heading",
  46. "type": "directive",
  47. "moduleName": "angular-timeline",
  48. "shortDescription": "Optional element to show the heading for a timeline-panel.",
  49. "keywords": "ae angular-timeline api directive element heading optional timeline-panel"
  50. },
  51. {
  52. "section": "api",
  53. "id": "angular-timeline.directive:timeline-panel",
  54. "shortName": "timeline-panel",
  55. "type": "directive",
  56. "moduleName": "angular-timeline",
  57. "shortDescription": "An panel inside the timeline-event which shows detailed information about the event.",
  58. "keywords": "ae angular-timeline api detailed directive event inside panel timeline-event"
  59. }
  60. ],
  61. "apis": {
  62. "api": true
  63. },
  64. "html5Mode": false,
  65. "editExample": true,
  66. "startPage": "/api/timeline",
  67. "scripts": [
  68. "angular.min.js"
  69. ]
  70. };