Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More docs clean up #3557

Merged
merged 1 commit into from
Dec 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Follow the prompts that follow.
https://stage.foo.redhat.com:1337/beta/openshift/cost-management
```

### Running Koku UI with a local Cloud Services Backend
### Running Koku UI with local Cloud Services Backend

See https://github.com/RedHatInsights/chrome-service-backend/blob/main/docs/cloud-services-config.md#serving-files-locally

Expand All @@ -73,11 +73,11 @@ make dev-static-node
npm start:csb
```

### Running Koku UI with a local Koku microfrontend (MFE)
### Running Koku UI with local Koku microfrontend (MFE)

See https://github.com/project-koku/koku-ui-mfe

1. Start development server in Koku microfrontend (MFE) repo
1. Start development server in Koku MFE repo
```
npm start:static
```
Expand All @@ -87,7 +87,7 @@ npm start:static
npm start:mfe
```

### Running Koku UI with a local Koku microfrontend (MFE) and Cloud Services Backend
### Running Koku UI with local Koku microfrontend (MFE) and Cloud Services Backend

See https://github.com/RedHatInsights/chrome-service-backend/blob/main/docs/cloud-services-config.md#serving-files-locally
and https://github.com/project-koku/koku-ui-mfe
Expand All @@ -97,7 +97,7 @@ and https://github.com/project-koku/koku-ui-mfe
make dev-static-node
```

2. Start development server in Koku microfrontend (MFE) repo
2. Start development server in Koku MFE repo
```
npm start:static
```
Expand Down Expand Up @@ -189,7 +189,7 @@ http://localhost:1337/beta/settings/applications/cost-management

## Releasing Koku UI

This [RELEASE][release-doc] doc describes how to release the UI to each staging environment.
This [RELEASE][release-doc] doc describes how to release Koku UI to each staging environment.

## Useful Links

Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Releasing Koku UI

This doc describes how to release the Koku UI to each staging environment. Note that this should be done in order for testing purposes; stage-stable, prod-beta, and finally prod-stable
This doc describes how to release Koku UI to each staging environment. Note that this should be done in order for testing purposes; stage-stable, prod-beta, and finally prod-stable

## Release script

Expand Down
Loading