Skip to content
Snippets Groups Projects
Commit e0dca17c authored by totten's avatar totten
Browse files

AngularJS - Change TOC. Use index.md. Fix stale links.

parent 19230d6a
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ data. This uses the CiviCRM API. Key concepts in CiviCRM API include
!!! seealso "Read more about CiviCRM API"
A good resource for understanding CiviCRM API concepts is the [APIv3:
Intro](/api/general.md).
Intro](/api/index.md).
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
......@@ -95,7 +95,7 @@ the discussion if you have a beginner-level understanding of both.
## Additional pages
* [Quick Start](angular/quickstart.md): How to create a new screen in the CiviCRM-Angular UI
* [File Names](angular/files.md): How AngularJS files are named in `civicrm-core` and `civix`
* [Loader](angular/loader.md): How to find and load JS/CSS files for CiviCRM-Angular
* [Modifications](angular/modify.md): How a third-party can modify the content of a CiviCRM-Angular UI
* [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
* [Modifications](modify.md): How a third-party can modify the content of a CiviCRM-Angular UI
......@@ -96,7 +96,7 @@ user's first-name and last-name.
By default, CiviCRM aggregates AngularJS files and caches them. You can
flush this cache manually (`cv flush`). However, it may be easier to
disable some of the aggregation/caching features by [enabling debug
mode](/dev-tools/debugging.md).
mode](/tools/debugging.md).
## Open the page
......
......@@ -44,11 +44,11 @@ pages:
- Advanced patterns: extensions/advanced.md
- Framework Reference:
- AngularJS:
- Overview: framework/angular.md
- Quick Start: framework/angular/quickstart.md
- File Names: framework/angular/files.md
- Loader: framework/angular/loader.md
- Change Sets: framework/angular/modify.md
- "AngularJS: Intro": framework/angular/index.md
- "AngularJS: Quick Start": framework/angular/quickstart.md
- "AngularJS: File Names": framework/angular/files.md
- "AngularJS: Loader": framework/angular/loader.md
- "AngularJS: Change Sets": framework/angular/modify.md
- Asset Builder: framework/asset-builder.md
# Bootstrap: /framework/bootstrap.md
# Cache: /framework/cache.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment