Skip to content

Commit c3c1769

Browse files
committed
fixups
1 parent 1ccf48a commit c3c1769

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

docs/admin/widgets.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Widget is essentially a special, admin-only kind of web application. Like all ot
1414
To create a widget, add a new folder in your project structure, i.e. `src/main/resources/admin/widgets/<widget-name>`.
1515
The folder must contain both a descriptor (`<widget-name>.xml`) and a controller (`<widget-name>.js`).
1616

17+
[#descriptor]
1718
=== Descriptor
1819

1920
Widget descriptor defines a display name, a list of roles required to access the widget and interfaces it implements.
@@ -69,6 +70,7 @@ Widget interface is simply a unique identifier (or widget type, if you will) tha
6970
TIP: Content Studio supports other types of widgets that will be embedded inside the Content Studio UI.
7071
Read more about Content Studio widgets https://developer.enonic.com/docs/content-studio/stable/widgets[here]
7172

73+
[#dashboard_widgets]
7274
=== Dashboard Widgets
7375

7476
image:xp-7120.svg[XP 7.12.0,opts=inline]

docs/cms/projects.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ For each project, dedicated principal roles are created. The roles are named as
4343

4444
An example might be com.enonic.cms.myproject.author.
4545

46+
[#applications]
4647
=== Applications
4748
image:xp-7120.svg[XP 7.12.0,opts=inline]
4849

docs/framework/mappings.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ The expected value can be either a regular expression to match the property valu
124124
NOTE: image:xp-780.svg[XP 7.8.0,opts=inline] Missing/unavailable content does not match any condition.
125125
Don't specify `<match>` if you need to map controller/filter to the URL that does not correspond to any content.
126126

127+
[#service_mappings]
127128
== Service mappings
128129
image:xp-7120.svg[XP 7.12.0,opts=inline]
129130

docs/release.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This release includes a selection of new features, as well as several smaller im
99

1010
=== Service Accounts
1111

12-
Say goodbye to passwords. The built-in <<iam#system-id-provider, System ID provider>> has been upgraded to support use of JWT tokens.
13-
Users created created in the System ID provider are now referred to as <<iam/system-idp#service-accounts, Service Accounts>>.
12+
Say goodbye to passwords. The built-in <<iam#, System ID provider>> has been upgraded to support use of JWT tokens.
13+
Users created in the System ID provider are now referred to as <<iam/system-idp#service-accounts, Service Accounts>>.
1414

1515
image:715-users-public-key.png["Upload or generate keys", 1077]
1616

@@ -47,7 +47,7 @@ NOTE: Headers set by <<deployment/config#header, Header Filter>> cannot be remov
4747
* Repositories can now be created as transient - meaning that their data is not stored in system dumps and snapshots.
4848
* Repository `cache.capacity` replaces `cache.size` in <<deployment/config#repo, Repo config>>.
4949

50-
=== Deprecated asset serivice
50+
=== Deprecated asset service
5151

5252
To give developers more control, and make XP more flexible - the Asset Service is now officially deprecated. It will be removed in a future version of XP. Future-proof your application by upgrading to the new https://developer.enonic.com/docs/lib-asset[asset library] - a drop-in replacement. Upgrade instructions are in the documentation.
5353

0 commit comments

Comments
 (0)