|
9 | 9 | Browse working examples, copy them into your own projects, and contribute your own. |
10 | 10 |
|
11 | 11 | [](CONTRIBUTING.md) |
12 | | -[](https://workday.github.io/Developer-Relations) |
| 12 | +[](#browse-visually-optional) |
13 | 13 | [](#community-and-support) |
14 | 14 |
|
15 | | -[**Browse the gallery**](https://workday.github.io/Developer-Relations) · [Use an example](#use-an-example) · [Contribute](#contributing) |
| 15 | +[**Browse the gallery**](#browse-visually-optional) · [Use an example](#use-an-example) · [Contribute](#contributing) |
16 | 16 |
|
17 | 17 | </div> |
18 | 18 |
|
@@ -42,11 +42,11 @@ hub.config.json Repo URLs and the approved type, component, and product |
42 | 42 |
|
43 | 43 | ## Example types |
44 | 44 |
|
45 | | -- 🧩 **[Extend App](https://workday.github.io/Developer-Relations/?type=Extend%20App)**: full app source built in App Builder, ready to import into your development tenant. |
46 | | -- 🔌 **[Integration App](https://workday.github.io/Developer-Relations/?type=Integration%20App)**: orchestration-driven integrations connecting Workday to other systems. |
47 | | -- ⚙️ **[Orchestration](https://workday.github.io/Developer-Relations/?type=Orchestration)**: focused orchestration definitions for Orchestration Builder. |
48 | | -- 🤖 **[Agent Skill](https://workday.github.io/Developer-Relations/?type=Agent%20Skill)**: agent skills and instructions, written as markdown. |
49 | | -- 📄 **[Reference](https://workday.github.io/Developer-Relations/?type=Reference)**: design patterns, diagrams, and other material worth copying. |
| 45 | +- 🧩 **Extend App**: full app source built in App Builder, ready to import into your development tenant. |
| 46 | +- 🔌 **Integration App**: orchestration-driven integrations connecting Workday to other systems. |
| 47 | +- ⚙️ **Orchestration**: focused orchestration definitions for Orchestration Builder. |
| 48 | +- 🤖 **Agent Skill**: agent skills and instructions, written as markdown. |
| 49 | +- 📄 **Reference**: design patterns, diagrams, and other material worth copying. |
50 | 50 |
|
51 | 51 | ## Use an example |
52 | 52 |
|
@@ -90,13 +90,19 @@ The full guide is in [CONTRIBUTING.md](CONTRIBUTING.md). |
90 | 90 |
|
91 | 91 | ## Browse visually (optional) |
92 | 92 |
|
93 | | -The [`site/`](site) folder holds a gallery that renders every example as a card with search and type filters. Nothing in the repo depends on it; the examples are fully usable without it. To run it locally: |
| 93 | +The [`site/`](site) folder holds a gallery that renders every example as a card with search and type filters, and every example gets its own page built from its README. Nothing in the repo depends on it; the examples are fully usable without it. |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | +To run it locally: |
94 | 100 |
|
95 | 101 | ```bash |
96 | 102 | cd site && npm install && npm run dev |
97 | 103 | ``` |
98 | 104 |
|
99 | | -To publish it, enable GitHub Pages in the repo settings (source: GitHub Actions) once. After that, every merge that touches `examples/`, `site/`, or `hub.config.json` rebuilds and redeploys the gallery automatically, so new examples show up on their own. The "Deploy gallery" workflow can also be run manually from the Actions tab for a one-off redeploy. |
| 105 | +There is no hosted version while this repository is private. Once it is public, enable GitHub Pages (source: GitHub Actions) and the deploy workflow takes it from there, redeploying automatically whenever examples change. |
100 | 106 |
|
101 | 107 | ## Community and support |
102 | 108 |
|
|
0 commit comments