Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ACA-2157] Added basic ABN metadata #902

Merged
merged 1 commit into from
Jan 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
Title: Alfresco Content Application
Github only: true
---

# Alfresco Content Application

<!-- markdownlint-disable MD033 -->
Expand Down
2 changes: 2 additions & 0 deletions docs/extending/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
Title: Extending
Github only: true
---

# Extending
Expand Down
1 change: 1 addition & 0 deletions docs/extending/actions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Actions
---

# Actions
Expand Down
1 change: 1 addition & 0 deletions docs/extending/application-actions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Application Actions
---

# Application Actions
Expand Down
1 change: 1 addition & 0 deletions docs/extending/application-features.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Application Features
---

# Application Features
Expand Down
1 change: 1 addition & 0 deletions docs/extending/components.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Components
---

# Components
Expand Down
1 change: 1 addition & 0 deletions docs/extending/creating-custom-evaluators.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Creating custom evaluators
---

# Creating custom evaluators
Expand Down
1 change: 1 addition & 0 deletions docs/extending/extensibility-features.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Extensibility features
---

# Extensibility features
Expand Down
1 change: 1 addition & 0 deletions docs/extending/extension-format.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Extension format
---

# Extension format
Expand Down
4 changes: 4 additions & 0 deletions docs/extending/icons.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
Title: Custom Icons
---

# Custom Icons

You can register and use custom `.svg` icons with toolbars, context menus, etc.
Expand Down
1 change: 1 addition & 0 deletions docs/extending/redistributable-libraries.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Redistributable libraries
---

# Redistributable libraries
Expand Down
4 changes: 4 additions & 0 deletions docs/extending/registration.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
Title: Registration
---

# Registration

You can use `ExtensionService` to register custom components, authentication guards,
Expand Down
1 change: 1 addition & 0 deletions docs/extending/routes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Routes
---

# Routes
Expand Down
1 change: 1 addition & 0 deletions docs/extending/rules.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Rules
---

# Rules
Expand Down
1 change: 1 addition & 0 deletions docs/extending/tutorials.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Tutorials
---

# Tutorials
Expand Down
2 changes: 2 additions & 0 deletions docs/features/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
Title: Application features
Github only: true
---

# Application features
Expand Down
1 change: 1 addition & 0 deletions docs/features/document-list-layout.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Document List Layout
---

# Document List Layout
Expand Down
1 change: 1 addition & 0 deletions docs/features/file-viewer.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: File Viewer
---

# File Viewer
Expand Down
1 change: 1 addition & 0 deletions docs/features/header.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Header
---

# Header
Expand Down
1 change: 1 addition & 0 deletions docs/features/info-drawer.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Info Drawer
---

# Info Drawer
Expand Down
1 change: 1 addition & 0 deletions docs/features/search-results.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Search Results
---

# Search Results
Expand Down
1 change: 1 addition & 0 deletions docs/features/side-navigation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Side Navigation
---

# Side Navigation
Expand Down
1 change: 1 addition & 0 deletions docs/features/user-interface-layout.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: User Interface - layout
---

# User Interface - layout
Expand Down
1 change: 1 addition & 0 deletions docs/features/version-manager.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Version Manager
---

# Version Manager
Expand Down
2 changes: 2 additions & 0 deletions docs/getting-started/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
Title: Getting started
Github only: true
---

# Getting started
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started/building-from-source.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Building from source
---

# Building from source
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started/configuration.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Configuration
---

# Configuration
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started/cors.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: CORS
---

# CORS
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started/docker.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Docker
---

# Docker
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started/internationalization.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Internationalization
---

# Internationalization (i18n)
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started/navigation.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Navigation
---

# Navigation
Expand Down
1 change: 1 addition & 0 deletions docs/getting-started/prerequisites.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Prerequisites
---

# Prerequisites
Expand Down
2 changes: 2 additions & 0 deletions docs/tutorials/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
Title: Tutorials
Github only: true
---

# Tutorials
Expand Down
1 change: 1 addition & 0 deletions docs/tutorials/custom-route-with-parameters.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Custom route with parameters
---

# Custom route with parameters
Expand Down
1 change: 1 addition & 0 deletions docs/tutorials/dialog-actions.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Dialog actions
---

# Dialog actions
Expand Down
1 change: 1 addition & 0 deletions docs/tutorials/introduction-to-extending.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
Title: Introduction to extending ACA
---

# Introduction to extending the Alfresco Content Application
Expand Down