diff --git a/docs/abn-tree.yml b/docs/abn-tree.yml index c05b84b58..156b3ede9 100644 --- a/docs/abn-tree.yml +++ b/docs/abn-tree.yml @@ -38,7 +38,6 @@ - tutorials: title: Tutorials children: - - introduction-to-extending.md: Introduction to extending ACA - custom-route-with-parameters.md: Custom route with parameters - dialog-actions.md: Dialog actions - help.md: 'Get help' diff --git a/docs/ja/abn-tree.yml b/docs/ja/abn-tree.yml index c05b84b58..156b3ede9 100644 --- a/docs/ja/abn-tree.yml +++ b/docs/ja/abn-tree.yml @@ -38,7 +38,6 @@ - tutorials: title: Tutorials children: - - introduction-to-extending.md: Introduction to extending ACA - custom-route-with-parameters.md: Custom route with parameters - dialog-actions.md: Dialog actions - help.md: 'Get help' diff --git a/docs/toc.md b/docs/toc.md index 0a7a963f1..d04c527df 100644 --- a/docs/toc.md +++ b/docs/toc.md @@ -33,7 +33,6 @@ - [Tutorials](/extending/tutorials) - [Redistributable libraries](/extending/redistributable-libraries) - [Tutorials](/tutorials/) - - [Introduction to extending ACA](/tutorials/introduction-to-extending) - [Custom route with parameters](/tutorials/custom-route-with-parameters) - [Dialog actions](/tutorials/dialog-actions) - [Get help](/help) diff --git a/docs/tutorials/README.md b/docs/tutorials/README.md index ba178af6d..df6262b2b 100644 --- a/docs/tutorials/README.md +++ b/docs/tutorials/README.md @@ -9,6 +9,5 @@ Learn more about developing with the Alfresco Content Application. ## Contents -- [Introduction to extending ACA](/tutorials/introduction-to-extending) - [Custom route with parameters](/tutorials/custom-route-with-parameters) -- [Dialog actions](/tutorials/dialog-actions) \ No newline at end of file +- [Dialog actions](/tutorials/dialog-actions) diff --git a/docs/tutorials/introduction-to-extending.md b/docs/tutorials/introduction-to-extending.md deleted file mode 100644 index 47daaa33f..000000000 --- a/docs/tutorials/introduction-to-extending.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -Title: Introduction to extending ACA ---- - -# Introduction to extending the Alfresco Content Application - -Place holder for a future tutorial.