diff --git a/examples-list.json b/examples-list.json index ba3e9f1e..9bdf0bce 100644 --- a/examples-list.json +++ b/examples-list.json @@ -1,104 +1,24 @@ [ { - "path": "cards", - "title": "Card view" + "path": "bingo-home", + "title": "Bingo - Home" }, { - "path": "chat", - "title": "Chat" - }, - { - "path": "delete-one-click", - "title": "One-click delete" - }, - { - "path": "delete-with-simple-confirmation", - "title": "Delete with simple confirmation" + "path": "bingo-ideas", + "title": "Bingo - Share an idea" }, { "path": "delete-with-additional-confirmation", "title": "Delete with additional confirmation" }, - { - "path": "details", - "title": "Details page" - }, { "path": "details-hub", "title": "Details page as hub" }, - { - "path": "details-tabs", - "title": "Details page with tabs" - }, - { - "path": "edit", - "title": "Edit resource" - }, { "path": "form", "title": "Single page create" }, - { - "path": "form-unsaved-changes", - "title": "Communicate unsaved changes" - }, - { - "path": "form-validation", - "title": "Form validation" - }, - { - "path": "product-detail-page", - "title": "Product detail page" - }, - { - "path": "server-side-table", - "title": "Table view (server-side)" - }, - { - "path": "server-side-table-property-filter", - "title": "Table property filter (server-side)" - }, - { - "path": "table-property-filter", - "title": "Table property filter" - }, - { - "path": "table-select-filter", - "title": "Table with select filter" - }, - { - "path": "table-date-filter", - "title": "Table view with date range picker filter" - }, - { - "path": "table-saved-filters", - "title": "Table view with saved filter sets" - }, - { - "path": "table", - "title": "Table view" - }, - { - "path": "table-editable", - "title": "Table view with inline editing" - }, - { - "path": "table-expandable", - "title": "Table view with expandable rows" - }, - { - "path": "manage-tags", - "title": "Manage tags" - }, - { - "path": "read-from-s3", - "title": "Read from Amazon S3" - }, - { - "path": "write-to-s3", - "title": "Write to Amazon S3" - }, { "path": "wizard", "title": "Multipage create" @@ -106,25 +26,5 @@ { "path": "dashboard", "title": "Service dashboard" - }, - { - "path": "configurable-dashboard", - "title": "Configurable dashboard" - }, - { - "path": "onboarding", - "title": "Hands-on tutorials" - }, - { - "path": "split-panel-multiple", - "title": "Split view" - }, - { - "path": "split-panel-comparison", - "title": "Split view with details comparison" - }, - { - "path": "non-console", - "title": "Top navigation" } ] diff --git a/scripts/generate-html-files.js b/scripts/generate-html-files.js index f84f7d3e..d048379e 100644 --- a/scripts/generate-html-files.js +++ b/scripts/generate-html-files.js @@ -15,6 +15,17 @@ function getPageContent(pageName, { title }) {
+