From c4f2b7d2de106275acf9ed9d7a89214e8c0664c0 Mon Sep 17 00:00:00 2001 From: Michiel Bijl Date: Sat, 18 Feb 2017 22:52:03 +0000 Subject: [PATCH] Exclude highlight.js from jscs --- .jscsrc | 3 +- examples/index.html | 79 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 examples/index.html diff --git a/.jscsrc b/.jscsrc index bb31ddeda5..b780a83fc5 100644 --- a/.jscsrc +++ b/.jscsrc @@ -5,7 +5,8 @@ "examples/landmarks/js/SkipTo.min.js", "examples/landmarks/js/bootstrap-accessibility.min.js", "examples/landmarks/js/bootstrap.min.js", - "examples/landmarks/js/jquery-2.1.1.min.js" + "examples/landmarks/js/jquery-2.1.1.min.js", + "examples/js/highlight.pack.js" ], "disallowKeywords": ["with"], "disallowMixedSpacesAndTabs": true, diff --git a/examples/index.html b/examples/index.html new file mode 100644 index 0000000000..f625b49559 --- /dev/null +++ b/examples/index.html @@ -0,0 +1,79 @@ + + + + + List of all APG example pages + + + + +

This page has a link to all current APG example pages. Internal use only (it’s probably already out of date).

+
    +
  1. Accordion
  2. +
  3. Alert
  4. +
  5. Breadcrumb
  6. +
  7. Button
  8. +
  9. Checkbox +
      +
    1. Checkbox 1
    2. +
    3. Checkbox 2
    4. +
    +
  10. +
  11. Disclosure +
      +
    1. Disclosure FAQ
    2. +
    3. Disclosure long image description
    4. +
    +
  12. +
  13. Feed
  14. +
  15. Grid + +
  16. +
  17. Link
  18. +
  19. Listbox
  20. +
  21. Menu button + +
  22. +
  23. Menubar + +
  24. +
  25. Radio + +
  26. +
  27. Slider + +
  28. +
  29. Tabs + +
  30. +
  31. Toolbar
  32. +
  33. Treeview + +
  34. +
+ +