@ansible/ansible-ui-framework 2.4.665 → 2.4.666
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,11 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
UI projects for [Ansible](https://www.ansible.com).
|
|
4
4
|
|
|
5
|
-
- [
|
|
6
|
-
- [
|
|
7
|
-
- [
|
|
8
|
-
- [
|
|
9
|
-
- [
|
|
5
|
+
- [Ansible UI](#ansible-ui)
|
|
6
|
+
- [Getting Started](#getting-started)
|
|
7
|
+
- [Environment Variables](#environment-variables)
|
|
8
|
+
- [NPM Scripts](#npm-scripts)
|
|
9
|
+
- [Documentation](#documentation)
|
|
10
|
+
- [Code of Conduct](#code-of-conduct)
|
|
10
11
|
|
|
11
12
|
## Getting Started
|
|
12
13
|
|
|
@@ -19,13 +20,13 @@ UI projects for [Ansible](https://www.ansible.com).
|
|
|
19
20
|
|
|
20
21
|
2. Clone Repository
|
|
21
22
|
|
|
22
|
-
```
|
|
23
|
+
```zsh
|
|
23
24
|
git clone git@github.com:ansible/ansible-ui.git
|
|
24
25
|
```
|
|
25
26
|
|
|
26
27
|
3. Install Package Dependencies
|
|
27
28
|
|
|
28
|
-
```
|
|
29
|
+
```zsh
|
|
29
30
|
npm ci
|
|
30
31
|
```
|
|
31
32
|
|
|
@@ -99,6 +100,7 @@ export HUB_PASSWORD='my-password'
|
|
|
99
100
|
|
|
100
101
|
- [Development](./docs/DEVELOPMENT.md)
|
|
101
102
|
- [Framework](./framework/README.md) - A framework for building applications using [PatternFly](https://www.patternfly.org).
|
|
103
|
+
- [Handling Errors in Forms](./framework/PageForm/README.md) - A component for handling forms and errors.
|
|
102
104
|
|
|
103
105
|
## Code of Conduct
|
|
104
106
|
|