Skip to content

Commit b7086f8

Browse files
authored
preview rls language in readme (#878)
1 parent fa39b0e commit b7086f8

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ A unified repository for authoring, calibrating, and evaluating modern web devel
44

55
The published distribution of this guidance is compiled and released to the [GoogleChrome/modern-web-guidance](https://github.com/GoogleChrome/modern-web-guidance) repository as agent skills including the primary `modern-web-guidance` skill (which utilizes a bundled CLI distribution) alongside other standalone skills.
66

7+
[!NOTE:]
8+
This is a **preview release** of Modern Web Guidance. We're actively adding new content and we [welcome contributions or feedback on GitHub](https://github.com/GoogleChrome/modern-web-guidance-src).
9+
710
See [CONTRIBUTING.md](./CONTRIBUTING.md) for how we work on the project and orientation of the codebase. We're open to contributions to guidance, eval cases, eval infra and more. :)
811

912
---

README.mwg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ _View an example:_ [the `navigation-drawer` guide](https://github.com/GoogleChro
311311

312312
> [!TIP]
313313
> Note: We use `npx` to ensure the content doesn't go stale, but the CLI works offline, completely private and local.
314-
> The NPM package is self-contained, with no extra dependencies to ensure both low-latency and supply-chain security.
314+
> The npm package is self-contained, with no extra dependencies to ensure both low-latency and supply-chain security.
315315
316316
## <img src="https://github.com/GoogleChrome/modern-web-guidance/raw/main/.github/img/package.svg" width="24" height="24" style="vertical-align: middle; margin-right: 4px;"> Alternative Installation Methods
317317

serving/skills-cli/template/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Inject web platform expertise, best practices, and modern API patterns directly
1010

1111
*Supported by the Google Chrome team, the Microsoft Edge team, and the web development community.*
1212

13+
[!NOTE:]
14+
This is a **preview release** of Modern Web Guidance. We're actively adding new content and we [welcome contributions or feedback on GitHub](https://github.com/GoogleChrome/modern-web-guidance-src).
15+
1316
<!-- <LIKE A DEMO VIDEO LOOP OR SOMETHING?> -->
1417

1518
## <img src="https://github.com/GoogleChrome/modern-web-guidance/raw/main/.github/img/terminal.svg" width="24" height="24" style="vertical-align: middle; margin-right: 4px;"> Quickstart
@@ -18,7 +21,7 @@ Inject web platform expertise, best practices, and modern API patterns directly
1821
npx modern-web-guidance@latest install
1922
```
2023

21-
This command runs an interactive wizard to place the SKILL.md appropriately. See [Alternative Installation Methods](#alternative-installation-methods) below.
24+
This command runs an interactive wizard to place the SKILL.md appropriately. See [Alternative Installation Methods](#-alternative-installation-methods) below.
2225

2326
#### Try it out (without installing)
2427

@@ -97,7 +100,7 @@ _View an example:_ [the `navigation-drawer` guide](https://github.com/GoogleChro
97100

98101
> [!TIP]
99102
> Note: We use `npx` to ensure the content doesn't go stale, but the CLI works offline, completely private and local.
100-
> The NPM package is self-contained, with no extra dependencies to ensure both low-latency and supply-chain security.
103+
> The npm package is self-contained, with no extra dependencies to ensure both low-latency and supply-chain security.
101104
102105
## <img src="https://github.com/GoogleChrome/modern-web-guidance/raw/main/.github/img/package.svg" width="24" height="24" style="vertical-align: middle; margin-right: 4px;"> Alternative Installation Methods
103106

0 commit comments

Comments
 (0)