Skip to content

Commit d742202

Browse files
authored
enhancement: Update references to repo name to reflect the name change (#47)
1 parent 7a4d8ca commit d742202

File tree

7 files changed

+14
-13
lines changed

7 files changed

+14
-13
lines changed

LICENSE.spdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
SPDXVersion: SPDX-2.1
22
DataLicense: CC0-1.0
3-
PackageName: zero-deployable-react-frontend
3+
PackageName: zero-frontend-react
44
PackageOriginator: Commit
5-
PackageHomePage: https://github.com/commitdev/zero-deployable-react-frontend/
6-
PackageLicenseDeclared: Apache-2.0
5+
PackageHomePage: https://github.com/commitdev/zero-frontend-react/
6+
PackageLicenseDeclared: Apache-2.0

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ github_actions_setup:
3939
sh scripts/gha-setup.sh setup
4040

4141
summary:
42-
@echo "zero-deployable-react-frontend:"
42+
@echo "zero-frontend-react:"
4343
@echo "- Repository URL: ${REPOSITORY}"
4444
@echo "- Deployment Pipeline URL: https://app.circleci.com/pipelines/github/${GITHUB_ORG}/${GITHUB_REPO}"
4545
@echo $(shell echo ${ENVIRONMENT} | grep prod > /dev/null && echo "- Production Landing Page: ${productionFrontendSubdomain}${productionHostRoot}")

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Zero Deployable Frontend
1+
# Zero Frontend Application - React
22

33
This is a [Zero] module which sets up a
44
React web-app bundled statically served through CloudFront and S3 from the [zero-aws-eks-stack][zero-infra].
@@ -21,7 +21,7 @@ ___
2121
```sh
2222
/ # file in the root directory is for initializing the user's repo and declaring metadata
2323
|-- Makefile #make command triggers the initialization of repository
24-
|-- zero-module.yml #module declares required parameters and
24+
|-- zero-module.yml #module declares required parameters and
2525
| # files in templates become the repo for users
2626
| templates/
2727
| |
@@ -67,7 +67,7 @@ Why is my frontend application not yet accesible?
6767

6868
### Backend Repo
6969

70-
The corresponding backend for this app is [zero-deployable-backend].
70+
The corresponding backends for this app are [zero-backend-go] or [zero-backend-node].
7171

7272
## Other links
7373

@@ -76,6 +76,7 @@ Project board: [zenhub][zenhub-board]
7676
<!-- Links -->
7777
[zero]: https://github.com/commitdev/zero
7878
[zero-infra]: https://github.com/commitdev/zero-aws-eks-stack
79-
[zero-deployable-backend]: https://github.com/commitdev/zero-deployable-backend
79+
[zero-backend-go]: https://github.com/commitdev/zero-backend-go
80+
[zero-backend-node]: https://github.com/commitdev/zero-backend-node
8081

8182
[zenhub-board]: https://app.zenhub.com/workspaces/commit-zero-5da8decc7046a60001c6db44/board?filterLogic=any&repos=203630543,247773730,257676371,258369081

doc-site/docs/components/billing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ this is setup using the script [scripts/stripe-example-setup.sh][backend-stripe-
2828
### Deployment
2929
The deployment requires the publishable key in the build, per environment you will have to provide `stripePublishableKey` in `config/<env>.json` [`production`/`staging`/`development`], then when CI builds it will create a bundle with the Stripe publishable API key
3030

31-
[backend-stripe-setup-script]: https://github.com/commitdev/zero-deployable-backend/blob/main/templates/scripts/stripe-example-setup.sh
31+
[backend-stripe-setup-script]: https://github.com/commitdev/zero-backend-go/blob/main/templates/scripts/stripe-example-setup.sh

doc-site/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const { downloadCommonCustomCss, themeConfig, stylesheets, misc } = require('@co
33

44
const siteUrl = process.env.BUILD_DOMAIN ? `https://${process.env.BUILD_DOMAIN}` : 'https://staging.getzero.dev';
55
const baseUrl = '/docs/modules/frontend-react/';
6-
const repositoryName = 'zero-deployable-react-frontend';
6+
const repositoryName = 'zero-frontend-react';
77

88
let customCss;
99
try {

templates/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
work correctly both with client-side routing and a non-root public URL.
2525
Learn how to configure a non-root public URL by running `npm run build`.
2626
-->
27-
<title>Zero Deployable Frontend</title>
27+
<title>Zero Frontend - React</title>
2828
</head>
2929
<body>
3030
<noscript>You need to enable JavaScript to run this app.</noscript>

zero-module.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name: zero-deployable-react-frontend
2-
description: 'zero module for a deployable single page application based on Create React App and deployed to S3/Cloudfront'
1+
name: zero-frontend-react
2+
description: 'Zero module for a single page application based on Create React App and deployed to S3/Cloudfront'
33
author: 'Commit'
44
zeroVersion: '>= 0.1.1'
55
commands:

0 commit comments

Comments
 (0)