Skip to content

Commit 077b251

Browse files
fix(calm-suite): fix license mismatch and docs package manager refs
- Update docs footer from MIT to Apache-2.0 to match package.json - Update docs README from yarn to pnpm commands - Update GitHub link to point to monorepo location
1 parent 7e68d82 commit 077b251

2 files changed

Lines changed: 5 additions & 21 deletions

File tree

calm-suite/calm-guard/docs/README.md

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,37 +5,21 @@ This website is built using [Docusaurus](https://docusaurus.io/), a modern stati
55
## Installation
66

77
```bash
8-
yarn
8+
pnpm install
99
```
1010

1111
## Local Development
1212

1313
```bash
14-
yarn start
14+
pnpm start
1515
```
1616

1717
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
1818

1919
## Build
2020

2121
```bash
22-
yarn build
22+
pnpm build
2323
```
2424

2525
This command generates static content into the `build` directory and can be served using any static contents hosting service.
26-
27-
## Deployment
28-
29-
Using SSH:
30-
31-
```bash
32-
USE_SSH=true yarn deploy
33-
```
34-
35-
Not using SSH:
36-
37-
```bash
38-
GIT_USER=<Your GitHub username> yarn deploy
39-
```
40-
41-
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the `gh-pages` branch.

calm-suite/calm-guard/docs/docusaurus.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ const config: Config = {
118118
items: [
119119
{
120120
label: 'GitHub',
121-
href: 'https://github.com/finos-labs/dtcch-2026-opsflow-llc',
121+
href: 'https://github.com/finos/architecture-as-code/tree/main/calm-suite/calm-guard',
122122
},
123123
],
124124
},
125125
],
126-
copyright: `Copyright © ${new Date().getFullYear()} CALMGuard — Built for DTCC/FINOS Innovate Hackathon 2026. MIT License.`,
126+
copyright: `Copyright © ${new Date().getFullYear()} CALMGuard — FINOS Architecture as Code. Apache-2.0 License.`,
127127
},
128128
prism: {
129129
theme: prismThemes.github,

0 commit comments

Comments
 (0)