Skip to content

Commit f705bfa

Browse files
Fix links to react-admin-ee.marmelab.com in features
1 parent 9358f22 commit f705bfa

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

docs/assets/features.md_ignore

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The `<ToggleThemeButton>` component lets users switch from light to dark mode, a
2424

2525
If you need horizontal space, switch the classic menu for an `<IconMenu>`. It renders a reduced menu bar with a sliding panel for second-level menu items. This menu saves a lot of screen real estate, and allows for sub menus of any level of complexity. #UI https://marmelab.com/react-admin/IconMenu.html
2626

27-
![IconMenu](https://marmelab.com/ra-enterprise/modules/assets/ra-multilevelmenu-categories.gif)
27+
![IconMenu](https://react-admin-ee.marmelab.com/assets/ra-multilevelmenu-categories.gif)
2828

2929
---
3030

@@ -54,7 +54,7 @@ When a form becomes too complex, organize the inputs in different sections with
5454

5555
To provide users visibility on their progression through a complex form, use the `<WizardForm>`. #form https://marmelab.com/react-admin/WizardForm.html
5656

57-
![WizardForm](https://marmelab.com/ra-enterprise/modules/assets/ra-wizard-form-overview.gif)
57+
![WizardForm](https://react-admin-ee.marmelab.com/assets/ra-wizard-form-overview.gif)
5858

5959
---
6060

@@ -118,7 +118,7 @@ With your admin getting bigger, or if you have to manage many resources and/or s
118118

119119
<video controls autoplay playsinline muted loop width="100%">
120120
<source
121-
src="https://marmelab.com/ra-enterprise/modules/assets/ra-navigation/latest/breadcumb-nested-resource.webm"
121+
src="https://react-admin-ee.marmelab.com/assets/ra-navigation/latest/breadcumb-nested-resource.webm"
122122
type="video/webm"
123123
/>
124124
Your browser does not support the video tag.
@@ -177,8 +177,8 @@ Edition forms in react-admin have a built-in "Undo" feature, letting end users c
177177
`<Edit>` is designed to be a page component, passed to the edit prop of the `<Resource>` component. But you may want to let users edit a record in a dialiog without leaving the context of the list page. If so, you can use the `<EditDialog>` component. #form https://marmelab.com/react-admin/EditDialog.html
178178

179179
<video controls autoplay playsinline muted loop>
180-
<source src="https://marmelab.com/ra-enterprise/modules/assets/edit-dialog.webm" type="video/webm">
181-
<source src="https://marmelab.com/ra-enterprise/modules/assets/edit-dialog.mp4" type="video/mp4">
180+
<source src="https://react-admin-ee.marmelab.com/assets/edit-dialog.webm" type="video/webm">
181+
<source src="https://react-admin-ee.marmelab.com/assets/edit-dialog.mp4" type="video/mp4">
182182
Your browser does not support the video tag.
183183
</video>
184184

@@ -187,8 +187,8 @@ Edition forms in react-admin have a built-in "Undo" feature, letting end users c
187187
If you want to let users edit a record from another page, use the `<EditInDialogButton>` component. #form https://marmelab.com/react-admin/EditInDialogButton.html
188188

189189
<video controls autoplay playsinline muted loop>
190-
<source src="https://marmelab.com/ra-enterprise/modules/assets/ra-form-layout/latest/InDialogButtons.webm" type="video/webm">
191-
<source src="https://marmelab.com/ra-enterprise/modules/assets/ra-form-layout/latest/InDialogButtons.mp4" type="video/mp4">
190+
<source src="https://react-admin-ee.marmelab.com/assets/ra-form-layout/latest/InDialogButtons.webm" type="video/webm">
191+
<source src="https://react-admin-ee.marmelab.com/assets/ra-form-layout/latest/InDialogButtons.mp4" type="video/mp4">
192192
Your browser does not support the video tag.
193193
</video>
194194

@@ -217,8 +217,8 @@ Use `<ReferenceOneInput>` in an `<Edit>` or `<Create>` view to edit a record lin
217217
The `<Search>` component renders a global search input. It’s designed to be always accessible in the top `<AppBar>`. #ui https://marmelab.com/react-admin/Search.html
218218

219219
<video controls autoplay playsinline muted loop>
220-
<source src="https://marmelab.com/ra-enterprise/modules/assets/ra-search-demo.webm" type="video/webm">
221-
<source src="https://marmelab.com/ra-enterprise/modules/assets/ra-search-demo.mp4" type="video/mp4">
220+
<source src="https://react-admin-ee.marmelab.com/assets/ra-search-demo.webm" type="video/webm">
221+
<source src="https://react-admin-ee.marmelab.com/assets/ra-search-demo.mp4" type="video/mp4">
222222
Your browser does not support the video tag.
223223
</video>
224224

@@ -234,11 +234,11 @@ The `<Configurable>` component makes another component configurable by the end u
234234

235235
---
236236

237-
In the case you want keep track of user actions, and get an overview of the activity of your admin, you can display event lists and audit logs with `<TimeLine>`, `<RecordTimeline>` and with `<EventList>` components. #activitylog #timeline #eventlog https://marmelab.com/ra-enterprise/modules/ra-audit-log
237+
In the case you want keep track of user actions, and get an overview of the activity of your admin, you can display event lists and audit logs with `<TimeLine>`, `<RecordTimeline>` and with `<EventList>` components. #activitylog #timeline #eventlog https://react-admin-ee.marmelab.com/ra-audit-log
238238

239239
<video controls autoplay playsinline muted loop>
240-
<source src="https://marmelab.com/ra-enterprise/modules/assets/ra-audit-log/latest/ra-audit-log-event-list.webm" type="video/webm">
241-
<source src="https://marmelab.com/ra-enterprise/modules/assets/ra-audit-log/latest/ra-audit-log-event-list.mp4" type="video/mp4">
240+
<source src="https://react-admin-ee.marmelab.com/assets/ra-audit-log/latest/ra-audit-log-event-list.webm" type="video/webm">
241+
<source src="https://react-admin-ee.marmelab.com/assets/ra-audit-log/latest/ra-audit-log-event-list.mp4" type="video/mp4">
242242
Your browser does not support the video tag.
243243
</video>
244244

@@ -256,7 +256,7 @@ To show more data from a resource without adding too many columns, you can show
256256
With your admin getting bigger, the default sidebar menu might become too crowded. The `SolarLayout` is a beautiful alternative layout that help you organize your pages. #ui
257257

258258
<video controls autoplay playsinline muted loop>
259-
<source src="https://marmelab.com/ra-enterprise/modules/assets/ra-solar-layout.mp4" type="video/mp4">
259+
<source src="https://react-admin-ee.marmelab.com/assets/ra-solar-layout.mp4" type="video/mp4">
260260
Your browser does not support the video tag.
261261
</video>
262262

@@ -265,8 +265,8 @@ With your admin getting bigger, the default sidebar menu might become too crowde
265265
If your app needs to display **events**, **appointments**, **time intervals**, or any other kind of time-based data, you can use the `<Calendar>` component. #ui https://marmelab.com/react-admin/Calendar.html
266266

267267
<video controls autoplay playsinline muted loop>
268-
<source src="https://marmelab.com/ra-enterprise/modules/assets/ra-calendar.webm" type="video/webm">
269-
<source src="https://marmelab.com/ra-enterprise/modules/assets/ra-calendar.mp4" type="video/mp4">
268+
<source src="https://react-admin-ee.marmelab.com/assets/ra-calendar.webm" type="video/webm">
269+
<source src="https://react-admin-ee.marmelab.com/assets/ra-calendar.mp4" type="video/mp4">
270270
Your browser does not support the video tag.
271271
</video>
272272

@@ -281,11 +281,11 @@ If your app needs to display **events**, **appointments**, **time intervals**, o
281281

282282
---
283283

284-
The `<SearchWithResult>` component renders a search input and the search results directly below the input. It's ideal for dashboards or menu panels. #ui #search https://marmelab.com/ra-enterprise/modules/ra-search#searchwithresult
284+
The `<SearchWithResult>` component renders a search input and the search results directly below the input. It's ideal for dashboards or menu panels. #ui #search https://react-admin-ee.marmelab.com/ra-search#searchwithresult
285285

286286
<video controls autoplay playsinline muted loop>
287-
<source src="https://marmelab.com/ra-enterprise/modules/assets/ra-search-with-result-overview.webm" type="video/webm">
288-
<source src="https://marmelab.com/ra-enterprise/modules/assets/ra-search-with-result-overview.mp4" type="video/mp4">
287+
<source src="https://react-admin-ee.marmelab.com/assets/ra-search-with-result-overview.webm" type="video/webm">
288+
<source src="https://react-admin-ee.marmelab.com/assets/ra-search-with-result-overview.mp4" type="video/mp4">
289289
Your browser does not support the video tag.
290290
</video>
291291

docs/assets/tips.md_ignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,7 +1001,7 @@ With `<Datagrid>`, you can select a range of rows by pressing the shift key whil
10011001
---
10021002

10031003
If you need to customize the `<SolarLayout>` appBar that appears on Mobile, you can set the `appBar` prop of `<SolarLayout>`. For instance, here's how you could customize its colors and add some extra content to its far right.
1004-
#SolarLayout https://marmelab.com/ra-enterprise/modules/ra-navigation#appbar-1
1004+
#SolarLayout https://react-admin-ee.marmelab.com/documentation/ra-navigation#appbar-1
10051005

10061006
{% raw %}
10071007
```tsx
@@ -1226,7 +1226,7 @@ export const PostList = () => (
12261226

12271227
---
12281228

1229-
The `canAccess` helper function allows you to check if the current user has the permissions to execute an action. You can use it to disable desired links on a menu for instance. #Role-Based-Access-Control #RBAC https://marmelab.com/ra-enterprise/modules/ra-rbac#canaccess
1229+
The `canAccess` helper function allows you to check if the current user has the permissions to execute an action. You can use it to disable desired links on a menu for instance. #Role-Based-Access-Control #RBAC https://react-admin-ee.marmelab.com/ra-rbac#canaccess
12301230

12311231
```tsx
12321232
import { usePermissions, Menu } from "react-admin";

0 commit comments

Comments
 (0)