From b87578d3deff597fdb9e03879f3ac7a87029ce31 Mon Sep 17 00:00:00 2001 From: Sean Madsen <sean@seanmadsen.com> Date: Tue, 20 Jun 2017 16:24:50 -0600 Subject: [PATCH] Remove "additional pages" section because these pages are already listed in the menu and I think that listing them in two places will be prone to content errors --- docs/framework/angular/index.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/framework/angular/index.md b/docs/framework/angular/index.md index d20fb051..58fffebd 100644 --- a/docs/framework/angular/index.md +++ b/docs/framework/angular/index.md @@ -91,11 +91,3 @@ data. This uses the CiviCRM API. Key concepts in CiviCRM API include In the remainder of this document, we'll try to avoid in-depth discussion about the internals of AngularJS 1.x or APIv3. You should be able to follow the discussion if you have a beginner-level understanding of both. - - -## Additional pages - - * [Quick Start](quickstart.md): How to create a new screen in the CiviCRM-Angular UI - * [File Names](files.md): How AngularJS files are named in `civicrm-core` and `civix` - * [Loader](loader.md): How to find and load JS/CSS files for CiviCRM-Angular - * [Changesets](changeset.md): How a third-party can modify the content of a CiviCRM-Angular UI -- GitLab