Skip to content

Commit

Permalink
Merge pull request #38 from mbc-net/docs/change-domain
Browse files Browse the repository at this point in the history
Update new domain
  • Loading branch information
koichimurakami authored Nov 5, 2024
2 parents 2801b67 + aa000af commit 4c8bd41
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 22 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![MBC CQRS serverless framework](https://mbc-net.github.io/mbc-cqrs-serverless-doc/img/mbc-cqrs-serverless.png)
![MBC CQRS serverless framework](https://mbc-cqrs-serverless.mbc-net.com/img/mbc-cqrs-serverless.png)

# MBC CQRS serverless framework

Expand All @@ -10,7 +10,7 @@ This package provides core functionalities for implementing the Command Query Re

## Documentation

Visit https://mbc-net.github.io/mbc-cqrs-serverless-doc/ to view the full documentation.
Visit https://mbc-cqrs-serverless.mbc-net.com/ to view the full documentation.

## Features

Expand Down Expand Up @@ -95,5 +95,6 @@ $ npm run release
- Serverless framework: https://www.serverless.com/framework/docs

## License

Copyright © 2024, Murakami Business Consulting, Inc. https://www.mbc-net.com/
This project and sub projects are under the MIT License.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"bugs": {
"url": "https://github.com/mbc-net/mbc-cqrs-serverless/issues"
},
"homepage": "https://mbc-net.github.io/mbc-cqrs-serverless-doc/",
"homepage": "https://mbc-cqrs-serverless.mbc-net.com/",
"devDependencies": {
"@aws-sdk/client-dynamodb": "^3.478.0",
"@aws-sdk/client-s3": "^3.478.0",
Expand Down
9 changes: 5 additions & 4 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![MBC CQRS serverless framework](https://mbc-net.github.io/mbc-cqrs-serverless-doc/img/mbc-cqrs-serverless.png)
![MBC CQRS serverless framework](https://mbc-cqrs-serverless.mbc-net.com/img/mbc-cqrs-serverless.png)

# MBC CQRS serverless framework CLI package

## Description
Expand All @@ -10,7 +11,7 @@ The MBC CLI is a command-line interface tool that helps you to initialize your m
To install `mbc`, run:

```bash
npm install -g @mbc-cqrs-serverless/cli
npm install -g @mbc-cqrs-serverless/cli
```

## Usage
Expand All @@ -28,11 +29,11 @@ There are 3 usages for the new command:
- If the provided version is a prefix, the CLI uses the latest version matching that prefix.
- If no matching version is found, the CLI logs an error and provides a list of available versions for the user.


## Documentation

Visit https://mbc-net.github.io/mbc-cqrs-serverless-doc/ to view the full documentation.
Visit https://mbc-cqrs-serverless.mbc-net.com/ to view the full documentation.

## License

Copyright © 2024, Murakami Business Consulting, Inc. https://www.mbc-net.com/
This project and sub projects are under the MIT License.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"bugs": {
"url": "https://github.com/mbc-net/mbc-cqrs-serverless/issues"
},
"homepage": "https://mbc-net.github.io/mbc-cqrs-serverless-doc/",
"homepage": "https://mbc-cqrs-serverless.mbc-net.com/",
"publishConfig": {
"access": "public"
},
Expand Down
5 changes: 3 additions & 2 deletions packages/cli/templates/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
![MBC CQRS serverless framework](https://mbc-net.github.io/mbc-cqrs-serverless-doc/img/mbc-cqrs-serverless.png)
![MBC CQRS serverless framework](https://mbc-cqrs-serverless.mbc-net.com/img/mbc-cqrs-serverless.png)

## Description

MBC CQRS serverless framework based on [Nest](https://github.com/nestjs/nest).
Expand Down Expand Up @@ -166,5 +167,5 @@ $ npm run start:repl
- Ref: https://docs.nestjs.com/recipes/repl

## Documentation
Visit https://mbc-net.github.io/mbc-cqrs-serverless-doc/ to view the full documentation.

Visit https://mbc-cqrs-serverless.mbc-net.com/ to view the full documentation.
6 changes: 4 additions & 2 deletions packages/core/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
![MBC CQRS serverless framework](https://mbc-net.github.io/mbc-cqrs-serverless-doc/img/mbc-cqrs-serverless.png)
![MBC CQRS serverless framework](https://mbc-cqrs-serverless.mbc-net.com/img/mbc-cqrs-serverless.png)

# MBC CQRS serverless framework CORE package

## Documentation

Visit https://mbc-net.github.io/mbc-cqrs-serverless-doc/ to view the full documentation.
Visit https://mbc-cqrs-serverless.mbc-net.com/ to view the full documentation.

## License

Copyright © 2024, Murakami Business Consulting, Inc. https://www.mbc-net.com/
This project and sub projects are under the MIT License.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"bugs": {
"url": "https://github.com/mbc-net/mbc-cqrs-serverless/issues"
},
"homepage": "https://mbc-net.github.io/mbc-cqrs-serverless-doc/",
"homepage": "https://mbc-cqrs-serverless.mbc-net.com/",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 4 additions & 2 deletions packages/sequence/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
![MBC CQRS serverless framework](https://mbc-net.github.io/mbc-cqrs-serverless-doc/img/mbc-cqrs-serverless.png)
![MBC CQRS serverless framework](https://mbc-cqrs-serverless.mbc-net.com/img/mbc-cqrs-serverless.png)

# MBC CQRS serverless framework Sequence package

## Documentation

Visit https://mbc-net.github.io/mbc-cqrs-serverless-doc/ to view the full documentation.
Visit https://mbc-cqrs-serverless.mbc-net.com/ to view the full documentation.

## License

Copyright © 2024, Murakami Business Consulting, Inc. https://www.mbc-net.com/
This project and sub projects are under the MIT License.
2 changes: 1 addition & 1 deletion packages/sequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"bugs": {
"url": "https://github.com/mbc-net/mbc-cqrs-serverless/issues"
},
"homepage": "https://mbc-net.github.io/mbc-cqrs-serverless-doc/",
"homepage": "https://mbc-cqrs-serverless.mbc-net.com/",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 4 additions & 2 deletions packages/task/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
![MBC CQRS serverless framework](https://mbc-net.github.io/mbc-cqrs-serverless-doc/img/mbc-cqrs-serverless.png)
![MBC CQRS serverless framework](https://mbc-cqrs-serverless.mbc-net.com/img/mbc-cqrs-serverless.png)

# MBC CQRS serverless framework Task package

## Documentation

Visit https://mbc-net.github.io/mbc-cqrs-serverless-doc/ to view the full documentation.
Visit https://mbc-cqrs-serverless.mbc-net.com/ to view the full documentation.

## License

Copyright © 2024, Murakami Business Consulting, Inc. https://www.mbc-net.com/
This project and sub projects are under the MIT License.
2 changes: 1 addition & 1 deletion packages/task/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"bugs": {
"url": "https://github.com/mbc-net/mbc-cqrs-serverless/issues"
},
"homepage": "https://mbc-net.github.io/mbc-cqrs-serverless-doc/",
"homepage": "https://mbc-cqrs-serverless.mbc-net.com/",
"publishConfig": {
"access": "public"
},
Expand Down
6 changes: 4 additions & 2 deletions packages/ui-setting/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
![MBC CQRS serverless framework](https://mbc-net.github.io/mbc-cqrs-serverless-doc/img/mbc-cqrs-serverless.png)
![MBC CQRS serverless framework](https://mbc-cqrs-serverless.mbc-net.com/img/mbc-cqrs-serverless.png)

# MBC CQRS serverless framework UI Setting package

## Documentation

Visit https://mbc-net.github.io/mbc-cqrs-serverless-doc/ to view the full documentation.
Visit https://mbc-cqrs-serverless.mbc-net.com/ to view the full documentation.

## License

Copyright © 2024, Murakami Business Consulting, Inc. https://www.mbc-net.com/
This project and sub projects are under the MIT License.
2 changes: 1 addition & 1 deletion packages/ui-setting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"bugs": {
"url": "https://github.com/mbc-net/mbc-cqrs-serverless/issues"
},
"homepage": "https://mbc-net.github.io/mbc-cqrs-serverless-doc/",
"homepage": "https://mbc-cqrs-serverless.mbc-net.com/",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 4c8bd41

Please sign in to comment.