Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Developer Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
brienne
Developer Documentation
Commits
e0dca17c
Commit
e0dca17c
authored
7 years ago
by
totten
Browse files
Options
Downloads
Patches
Plain Diff
AngularJS - Change TOC. Use index.md. Fix stale links.
parent
19230d6a
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
docs/framework/angular/index.md
+5
-5
5 additions, 5 deletions
docs/framework/angular/index.md
docs/framework/angular/quickstart.md
+1
-1
1 addition, 1 deletion
docs/framework/angular/quickstart.md
mkdocs.yml
+5
-5
5 additions, 5 deletions
mkdocs.yml
with
11 additions
and
11 deletions
docs/framework/angular.md
→
docs/framework/angular
/index
.md
+
5
−
5
View file @
e0dca17c
...
...
@@ -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
This diff is collapsed.
Click to expand it.
docs/framework/angular/quickstart.md
+
1
−
1
View file @
e0dca17c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
mkdocs.yml
+
5
−
5
View file @
e0dca17c
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment