From afa6de5687a23d4822983184e82885188ed2cc96 Mon Sep 17 00:00:00 2001 From: Andy Stark <30621568+therealandeeee@users.noreply.github.com> Date: Mon, 21 Jan 2019 18:38:30 +0000 Subject: [PATCH] [ACA-2157] Added basic ABN metadata (#902) --- docs/README.md | 5 +++++ docs/extending/README.md | 2 ++ docs/extending/actions.md | 1 + docs/extending/application-actions.md | 1 + docs/extending/application-features.md | 1 + docs/extending/components.md | 1 + docs/extending/creating-custom-evaluators.md | 1 + docs/extending/extensibility-features.md | 1 + docs/extending/extension-format.md | 1 + docs/extending/icons.md | 4 ++++ docs/extending/redistributable-libraries.md | 1 + docs/extending/registration.md | 4 ++++ docs/extending/routes.md | 1 + docs/extending/rules.md | 1 + docs/extending/tutorials.md | 1 + docs/features/README.md | 2 ++ docs/features/document-list-layout.md | 1 + docs/features/file-viewer.md | 1 + docs/features/header.md | 1 + docs/features/info-drawer.md | 1 + docs/features/search-results.md | 1 + docs/features/side-navigation.md | 1 + docs/features/user-interface-layout.md | 1 + docs/features/version-manager.md | 1 + docs/getting-started/README.md | 2 ++ docs/getting-started/building-from-source.md | 1 + docs/getting-started/configuration.md | 1 + docs/getting-started/cors.md | 1 + docs/getting-started/docker.md | 1 + docs/getting-started/internationalization.md | 1 + docs/getting-started/navigation.md | 1 + docs/getting-started/prerequisites.md | 1 + docs/tutorials/README.md | 2 ++ docs/tutorials/custom-route-with-parameters.md | 1 + docs/tutorials/dialog-actions.md | 1 + docs/tutorials/introduction-to-extending.md | 1 + 36 files changed, 50 insertions(+) diff --git a/docs/README.md b/docs/README.md index 1dc9b6cea6..0831ddbfa4 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,8 @@ +--- +Title: Alfresco Content Application +Github only: true +--- + # Alfresco Content Application diff --git a/docs/extending/README.md b/docs/extending/README.md index 5ed182648e..20c56a4a42 100644 --- a/docs/extending/README.md +++ b/docs/extending/README.md @@ -1,4 +1,6 @@ --- +Title: Extending +Github only: true --- # Extending diff --git a/docs/extending/actions.md b/docs/extending/actions.md index 4519889bdb..2151773e1e 100644 --- a/docs/extending/actions.md +++ b/docs/extending/actions.md @@ -1,4 +1,5 @@ --- +Title: Actions --- # Actions diff --git a/docs/extending/application-actions.md b/docs/extending/application-actions.md index 3210da661c..df939e0d4a 100644 --- a/docs/extending/application-actions.md +++ b/docs/extending/application-actions.md @@ -1,4 +1,5 @@ --- +Title: Application Actions --- # Application Actions diff --git a/docs/extending/application-features.md b/docs/extending/application-features.md index 73730fecb0..6aa5461813 100644 --- a/docs/extending/application-features.md +++ b/docs/extending/application-features.md @@ -1,4 +1,5 @@ --- +Title: Application Features --- # Application Features diff --git a/docs/extending/components.md b/docs/extending/components.md index e978a69d9c..1533f96518 100644 --- a/docs/extending/components.md +++ b/docs/extending/components.md @@ -1,4 +1,5 @@ --- +Title: Components --- # Components diff --git a/docs/extending/creating-custom-evaluators.md b/docs/extending/creating-custom-evaluators.md index 957dc54d47..a397d16502 100644 --- a/docs/extending/creating-custom-evaluators.md +++ b/docs/extending/creating-custom-evaluators.md @@ -1,4 +1,5 @@ --- +Title: Creating custom evaluators --- # Creating custom evaluators diff --git a/docs/extending/extensibility-features.md b/docs/extending/extensibility-features.md index 00c323ca94..22193d2c0a 100644 --- a/docs/extending/extensibility-features.md +++ b/docs/extending/extensibility-features.md @@ -1,4 +1,5 @@ --- +Title: Extensibility features --- # Extensibility features diff --git a/docs/extending/extension-format.md b/docs/extending/extension-format.md index ca78663654..b39e6383ad 100644 --- a/docs/extending/extension-format.md +++ b/docs/extending/extension-format.md @@ -1,4 +1,5 @@ --- +Title: Extension format --- # Extension format diff --git a/docs/extending/icons.md b/docs/extending/icons.md index 9903edb710..5bacc26a44 100644 --- a/docs/extending/icons.md +++ b/docs/extending/icons.md @@ -1,3 +1,7 @@ +--- +Title: Custom Icons +--- + # Custom Icons You can register and use custom `.svg` icons with toolbars, context menus, etc. diff --git a/docs/extending/redistributable-libraries.md b/docs/extending/redistributable-libraries.md index af848c211d..f73e8294da 100644 --- a/docs/extending/redistributable-libraries.md +++ b/docs/extending/redistributable-libraries.md @@ -1,4 +1,5 @@ --- +Title: Redistributable libraries --- # Redistributable libraries diff --git a/docs/extending/registration.md b/docs/extending/registration.md index d0afcecf48..6d4f1515ee 100644 --- a/docs/extending/registration.md +++ b/docs/extending/registration.md @@ -1,3 +1,7 @@ +--- +Title: Registration +--- + # Registration You can use `ExtensionService` to register custom components, authentication guards, diff --git a/docs/extending/routes.md b/docs/extending/routes.md index d72068ef43..05169ed102 100644 --- a/docs/extending/routes.md +++ b/docs/extending/routes.md @@ -1,4 +1,5 @@ --- +Title: Routes --- # Routes diff --git a/docs/extending/rules.md b/docs/extending/rules.md index fef4e91eba..1370c1e398 100644 --- a/docs/extending/rules.md +++ b/docs/extending/rules.md @@ -1,4 +1,5 @@ --- +Title: Rules --- # Rules diff --git a/docs/extending/tutorials.md b/docs/extending/tutorials.md index 7f1d7be4e3..e946e06b1e 100644 --- a/docs/extending/tutorials.md +++ b/docs/extending/tutorials.md @@ -1,4 +1,5 @@ --- +Title: Tutorials --- # Tutorials diff --git a/docs/features/README.md b/docs/features/README.md index 1f4a0bfc51..60ced23752 100644 --- a/docs/features/README.md +++ b/docs/features/README.md @@ -1,4 +1,6 @@ --- +Title: Application features +Github only: true --- # Application features diff --git a/docs/features/document-list-layout.md b/docs/features/document-list-layout.md index 1d1726cdb7..cf9cb4a715 100644 --- a/docs/features/document-list-layout.md +++ b/docs/features/document-list-layout.md @@ -1,4 +1,5 @@ --- +Title: Document List Layout --- # Document List Layout diff --git a/docs/features/file-viewer.md b/docs/features/file-viewer.md index a0dea420c5..998846f15a 100644 --- a/docs/features/file-viewer.md +++ b/docs/features/file-viewer.md @@ -1,4 +1,5 @@ --- +Title: File Viewer --- # File Viewer diff --git a/docs/features/header.md b/docs/features/header.md index 8f2953b05a..fa2c15ca73 100644 --- a/docs/features/header.md +++ b/docs/features/header.md @@ -1,4 +1,5 @@ --- +Title: Header --- # Header diff --git a/docs/features/info-drawer.md b/docs/features/info-drawer.md index 62aa2162b6..b10096d20e 100644 --- a/docs/features/info-drawer.md +++ b/docs/features/info-drawer.md @@ -1,4 +1,5 @@ --- +Title: Info Drawer --- # Info Drawer diff --git a/docs/features/search-results.md b/docs/features/search-results.md index 6c5aafe0b5..70772b2797 100644 --- a/docs/features/search-results.md +++ b/docs/features/search-results.md @@ -1,4 +1,5 @@ --- +Title: Search Results --- # Search Results diff --git a/docs/features/side-navigation.md b/docs/features/side-navigation.md index 4d5e4c14d8..bbe78d0d05 100644 --- a/docs/features/side-navigation.md +++ b/docs/features/side-navigation.md @@ -1,4 +1,5 @@ --- +Title: Side Navigation --- # Side Navigation diff --git a/docs/features/user-interface-layout.md b/docs/features/user-interface-layout.md index aa8f6b5b54..5d2f49d72a 100644 --- a/docs/features/user-interface-layout.md +++ b/docs/features/user-interface-layout.md @@ -1,4 +1,5 @@ --- +Title: User Interface - layout --- # User Interface - layout diff --git a/docs/features/version-manager.md b/docs/features/version-manager.md index 22dff20ec3..a397b5c006 100644 --- a/docs/features/version-manager.md +++ b/docs/features/version-manager.md @@ -1,4 +1,5 @@ --- +Title: Version Manager --- # Version Manager diff --git a/docs/getting-started/README.md b/docs/getting-started/README.md index e3ed3c9b62..486181fb08 100644 --- a/docs/getting-started/README.md +++ b/docs/getting-started/README.md @@ -1,4 +1,6 @@ --- +Title: Getting started +Github only: true --- # Getting started diff --git a/docs/getting-started/building-from-source.md b/docs/getting-started/building-from-source.md index 084b279229..bf535d4213 100644 --- a/docs/getting-started/building-from-source.md +++ b/docs/getting-started/building-from-source.md @@ -1,4 +1,5 @@ --- +Title: Building from source --- # Building from source diff --git a/docs/getting-started/configuration.md b/docs/getting-started/configuration.md index 98e331c988..04bb1fbdb3 100644 --- a/docs/getting-started/configuration.md +++ b/docs/getting-started/configuration.md @@ -1,4 +1,5 @@ --- +Title: Configuration --- # Configuration diff --git a/docs/getting-started/cors.md b/docs/getting-started/cors.md index 6396ce7f2f..07fae3339d 100644 --- a/docs/getting-started/cors.md +++ b/docs/getting-started/cors.md @@ -1,4 +1,5 @@ --- +Title: CORS --- # CORS diff --git a/docs/getting-started/docker.md b/docs/getting-started/docker.md index 8b3a0f6ed4..e52006ec16 100644 --- a/docs/getting-started/docker.md +++ b/docs/getting-started/docker.md @@ -1,4 +1,5 @@ --- +Title: Docker --- # Docker diff --git a/docs/getting-started/internationalization.md b/docs/getting-started/internationalization.md index b929d4b9dd..9d568d3556 100644 --- a/docs/getting-started/internationalization.md +++ b/docs/getting-started/internationalization.md @@ -1,4 +1,5 @@ --- +Title: Internationalization --- # Internationalization (i18n) diff --git a/docs/getting-started/navigation.md b/docs/getting-started/navigation.md index b6275c89d5..5ec08fb46f 100644 --- a/docs/getting-started/navigation.md +++ b/docs/getting-started/navigation.md @@ -1,4 +1,5 @@ --- +Title: Navigation --- # Navigation diff --git a/docs/getting-started/prerequisites.md b/docs/getting-started/prerequisites.md index bdb5dc7a97..e3fd3d00c6 100644 --- a/docs/getting-started/prerequisites.md +++ b/docs/getting-started/prerequisites.md @@ -1,4 +1,5 @@ --- +Title: Prerequisites --- # Prerequisites diff --git a/docs/tutorials/README.md b/docs/tutorials/README.md index 1758fcc80c..ba178af6da 100644 --- a/docs/tutorials/README.md +++ b/docs/tutorials/README.md @@ -1,4 +1,6 @@ --- +Title: Tutorials +Github only: true --- # Tutorials diff --git a/docs/tutorials/custom-route-with-parameters.md b/docs/tutorials/custom-route-with-parameters.md index cba3b730d7..eadb8ca9c2 100644 --- a/docs/tutorials/custom-route-with-parameters.md +++ b/docs/tutorials/custom-route-with-parameters.md @@ -1,4 +1,5 @@ --- +Title: Custom route with parameters --- # Custom route with parameters diff --git a/docs/tutorials/dialog-actions.md b/docs/tutorials/dialog-actions.md index 0773afe4b7..6d82285874 100644 --- a/docs/tutorials/dialog-actions.md +++ b/docs/tutorials/dialog-actions.md @@ -1,4 +1,5 @@ --- +Title: Dialog actions --- # Dialog actions diff --git a/docs/tutorials/introduction-to-extending.md b/docs/tutorials/introduction-to-extending.md index fb850d25ec..21a3eefc2c 100644 --- a/docs/tutorials/introduction-to-extending.md +++ b/docs/tutorials/introduction-to-extending.md @@ -1,4 +1,5 @@ --- +Title: Introduction to extending ACA --- # Introduction to extending the Alfresco Content Application