Skip to content

Commit 97cfb02

Browse files
committed
Align the Examples Hub name across docs and site
1 parent 7982aaa commit 97cfb02

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Contributing to the Workday Use Case Hub
1+
# Contributing to the Workday Examples Hub
22

33
Thanks for helping build the open home for Workday Build examples. Adding an example is deliberately low effort: a folder, two small files, one validation command.
44

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Open the folder you want and follow its README. What "use it" means depends on t
6363

6464
## All examples
6565

66-
This table is generated from each example's `example.json` by `scripts/validate-examples.mjs`. Do not edit it by hand.
66+
This table is kept in sync with each example's `example.json` by `scripts/validate-examples.mjs`.
6767

6868
<!-- examples:start -->
6969

@@ -77,14 +77,14 @@ This table is generated from each example's `example.json` by `scripts/validate-
7777

7878
## Contributing
7979

80-
We want your examples, and adding one is deliberately low effort:
80+
We want your examples, and adding one doesn't take much:
8181

8282
1. Scaffold a folder: `node scripts/new-example.mjs your-example-name`
8383
2. Drop your artifact in, and fill in the generated `example.json` and README.
8484
3. Validate: `node scripts/validate-examples.mjs`
8585
4. Open a pull request. Workday DevRel reviews every submission before merge.
8686

87-
Prefer to do it by hand? No tooling is required. Copy [`examples/_template`](examples/_template) into a new folder (you can even create the files straight from the GitHub web UI), fill in the two files, and open the PR. The index table below can be edited by hand, or a reviewer will regenerate it for you during review.
87+
Prefer to do it by hand? No tooling is required. Copy [`examples/_template`](examples/_template) into a new folder (you can even create the files straight from the GitHub web UI), fill in the two files, and open the PR. The index table above can be edited by hand, or a reviewer will regenerate it for you during review.
8888

8989
The full guide is in [CONTRIBUTING.md](CONTRIBUTING.md).
9090

site/src/pages/examples/[id].astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const tags = [...new Set([example.type, ...example.components, ...example.produc
2424
<head>
2525
<meta charset="utf-8" />
2626
<meta name="viewport" content="width=device-width, initial-scale=1" />
27-
<title>{example.title} | Workday Use Case Hub</title>
27+
<title>{example.title} | Workday Examples Hub</title>
2828
<meta name="description" content={example.description} />
2929
<link rel="icon" type="image/png" href={withBase("favicon.png")} />
3030
<link rel="preconnect" href="https://fonts.googleapis.com" />

site/src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const contributeUrl = `${config.repoUrl}/blob/${config.defaultBranch}/CONTRIBUTI
1414
<head>
1515
<meta charset="utf-8" />
1616
<meta name="viewport" content="width=device-width, initial-scale=1" />
17-
<title>Workday Use Case Hub</title>
17+
<title>Workday Examples Hub</title>
1818
<meta name="description" content="Working examples for Workday Build. Browse, copy, run, and contribute." />
1919
<link rel="icon" type="image/png" href={withBase("favicon.png")} />
2020
<link rel="preconnect" href="https://fonts.googleapis.com" />

0 commit comments

Comments
 (0)