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 ...@@ -86,7 +86,7 @@ data. This uses the CiviCRM API. Key concepts in CiviCRM API include
!!! seealso "Read more about CiviCRM API" !!! seealso "Read more about CiviCRM API"
A good resource for understanding CiviCRM API concepts is the [APIv3: 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 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 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. ...@@ -95,7 +95,7 @@ the discussion if you have a beginner-level understanding of both.
## Additional pages ## Additional pages
* [Quick Start](angular/quickstart.md): How to create a new screen in the CiviCRM-Angular UI * [Quick Start](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` * [File Names](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 * [Loader](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 * [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. ...@@ -96,7 +96,7 @@ user's first-name and last-name.
By default, CiviCRM aggregates AngularJS files and caches them. You can By default, CiviCRM aggregates AngularJS files and caches them. You can
flush this cache manually (`cv flush`). However, it may be easier to flush this cache manually (`cv flush`). However, it may be easier to
disable some of the aggregation/caching features by [enabling debug disable some of the aggregation/caching features by [enabling debug
mode](/dev-tools/debugging.md). mode](/tools/debugging.md).
## Open the page ## Open the page
......
...@@ -44,11 +44,11 @@ pages: ...@@ -44,11 +44,11 @@ pages:
- Advanced patterns: extensions/advanced.md - Advanced patterns: extensions/advanced.md
- Framework Reference: - Framework Reference:
- AngularJS: - AngularJS:
- Overview: framework/angular.md - "AngularJS: Intro": framework/angular/index.md
- Quick Start: framework/angular/quickstart.md - "AngularJS: Quick Start": framework/angular/quickstart.md
- File Names: framework/angular/files.md - "AngularJS: File Names": framework/angular/files.md
- Loader: framework/angular/loader.md - "AngularJS: Loader": framework/angular/loader.md
- Change Sets: framework/angular/modify.md - "AngularJS: Change Sets": framework/angular/modify.md
- Asset Builder: framework/asset-builder.md - Asset Builder: framework/asset-builder.md
# Bootstrap: /framework/bootstrap.md # Bootstrap: /framework/bootstrap.md
# Cache: /framework/cache.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