-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: James Talton <[email protected]>
- Loading branch information
1 parent
6692631
commit f0d26ae
Showing
4 changed files
with
43 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[[Hub]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
### Core Components | ||
|
||
[PageFramework](./PageFramework) | ||
[PageHeader](./PageHeader) | ||
[PageLayout](./PageLayout) | ||
|
||
### Page Components | ||
|
||
[PageDashboard](./PageDashboard) | ||
[PageDashboardCarousel](./PageCarousel#pagedashboardcarousel) | ||
[PageDetails](./PageDetails) | ||
[PageForm](./PageForm) | ||
[PageTable](./PageTable) | ||
[PageTabs](./PageTabs) | ||
[PageToolbar](./PageToolbar) | ||
|
||
### Components | ||
|
||
[BulkActionDialog](./BulkActionDialog) | ||
[BulkConfirmationDialog](./BulkConfirmationDialog) | ||
[EmptyState](./EmptyState) | ||
[PageCarousel](./PageCarousel) | ||
[ReorderItems](./ReorderItems) | ||
|
||
### Hooks | ||
|
||
#### Framework Hooks | ||
|
||
[useBreakPoint](./useBreakPoint) | ||
[useFrameworkTranslations](./useFrameworkTranslations) | ||
[useInMemoryView](./useInMemoryView) | ||
[useIsMounted](./useIsMounted) | ||
[useOpen](./useOpen) | ||
[usePageNavigate](./usePageNavigate) | ||
[useSearchParams](./useSearchParams) | ||
[useSelectDialog](./useSelectDialog) | ||
[useTableItems](./useTableItems) | ||
[useView](./useView) | ||
[useWindowLocation](./useWindowLocation) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,69 +1,9 @@ | ||
--- | ||
title: Ansible UI | ||
--- | ||
The [Ansible UI](https://github.com/ansible/ansible-ui) repo is a mono repo containing the user interfaces making up the Ansible ecosystem. | ||
|
||
The Ansible UI repo is a mono repo containing the user interfaces making up the Ansible ecosystem. | ||
[[Ansible Overview]] - Ansible specific documentation for Automation Controller, Event Driven Ansible, and Automation Hub. | ||
|
||
### [Hub](Hub-Overview.md) | ||
[[Ansible UI Framework]] - Documentation for the UI framework built by the Ansible team for building applications using [PatternFly](https://www.patternfly.org). | ||
|
||
# Core Components | ||
|
||
[PageFramework](./PageFramework) | ||
[PageHeader](./PageHeader) | ||
[PageLayout](./PageLayout) | ||
|
||
# Page Components | ||
|
||
[PageDashboard](./PageDashboard) | ||
[PageDashboardCarousel](./PageCarousel#pagedashboardcarousel) | ||
[PageDetails](./PageDetails) | ||
[PageForm](./PageForm) | ||
[PageTable](./PageTable) | ||
[PageTabs](./PageTabs) | ||
[PageToolbar](./PageToolbar) | ||
|
||
# Components | ||
|
||
[BulkActionDialog](./BulkActionDialog) | ||
[BulkConfirmationDialog](./BulkConfirmationDialog) | ||
[EmptyState](./EmptyState) | ||
[PageCarousel](./PageCarousel) | ||
[ReorderItems](./ReorderItems) | ||
|
||
# Hooks | ||
|
||
## Framework Hooks | ||
|
||
[useBreakPoint](./useBreakPoint) | ||
[useFrameworkTranslations](./useFrameworkTranslations) | ||
[useInMemoryView](./useInMemoryView) | ||
[useIsMounted](./useIsMounted) | ||
[useOpen](./useOpen) | ||
[usePageNavigate](./usePageNavigate) | ||
[useSearchParams](./useSearchParams) | ||
[useSelectDialog](./useSelectDialog) | ||
[useTableItems](./useTableItems) | ||
[useView](./useView) | ||
[useWindowLocation](./useWindowLocation) | ||
|
||
## Common Hooks | ||
|
||
### Crud | ||
|
||
[useDeleteRequest](./useDeleteRequest) | ||
[useGet](./useGet) | ||
[useGetAllPagesAWX](./useGetAllPagesAWX) | ||
[useGetItem](./useGetItem) | ||
[useGetRequest](./useGetRequest) | ||
[useOptions](./useOptions) | ||
[usePatchRequest](./usePatchRequest) | ||
[usePostRequest](./usePostRequest) | ||
|
||
### General | ||
|
||
[useActiveUser](./useActiveUser) | ||
[useInvalidateCache](./useInvalidateCache) | ||
|
||
### Validation | ||
|
||
[useIsValidUrl](./useIsValidUrl) |