Skip to content

Commit fb534c8

Browse files
committed
Replace examples
1 parent 80e8a04 commit fb534c8

File tree

12 files changed

+17
-458
lines changed

12 files changed

+17
-458
lines changed

docs/content/index.mdx

+8-3
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,15 @@ URL"_ philosophy.
6767
Check out the resources on this site to learn more about IssueOps and how to
6868
build your own workflows.
6969

70-
{/* TODO: If you're looking for inspiration, check out the [Examples](/examples)! */}
70+
If you're looking for inspiration and a practical demonstration, check out
71+
[Bear Creek Honey Farm](https://issue-ops.github.io/bear-creek-honey-farm/)!
72+
This is a fictional bed and breakfast reservation system drive by IssueOps
73+
workflows. The source code for this example can be found in the
74+
[`issue-ops/bear-creek-honey-farm`](https://github.com/issue-ops/bear-creek-honey-farm)
75+
and
76+
[`issue-ops/demo-reservation-action`](https://github.com/issue-ops/demo-reservation-action)
77+
repositories.
7178

7279
<Alert severity="info">
7380
If you have an interesting IssueOps project you'd like featured, send us a PR!
7481
</Alert>
75-
76-
{/* TODO: Add a link to a demo that users can try */}

docs/content/states-and-transitions/approve.mdx

+1-3
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,4 @@ deny:
9696
9797
## Next steps
9898
99-
Your IssueOps workflow is officially complete! For the complete workflow files,
100-
check out the
101-
[`new-repository-request-example` directory](https://github.com/issue-ops/docs/tree/main/new-repository-request-example).
99+
Your IssueOps workflow is officially complete!

docs/content/states-and-transitions/deny.mdx

+1-3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,4 @@ deny:
7878
7979
## Next steps
8080
81-
Your IssueOps workflow is officially complete! For the complete workflow files,
82-
check out the
83-
[`new-repository-request-example` directory](https://github.com/issue-ops/docs/tree/main/new-repository-request-example).
81+
Your IssueOps workflow is officially complete!

docs/content/states-and-transitions/index.mdx

+5-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,11 @@ in an IssueOps workflow. Throughout each page, you will see an example
144144
implementation of a new repository request workflow. This workflow is designed
145145
to demonstrate how to apply each concept.
146146
147-
{/* TODO: The full example can be found in the [`issue-ops/new-repository-example`](https://github.com/issue-ops/new-repository-example) repository. */}
147+
A full example can be found in the
148+
[`issue-ops/bear-creek-honey-farm`](https://github.com/issue-ops/bear-creek-honey-farm)
149+
and
150+
[`issue-ops/demo-reservation-action`](https://github.com/issue-ops/demo-reservation-action)
151+
repositories.
148152

149153
- [Parse](/states-and-transitions/parse)
150154
- [Validate](/states-and-transitions/validate)

docs/content/states-and-transitions/validate.mdx

+2-3
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,8 @@ module.exports = async (field) => {
153153

154154
## New repository request
155155

156-
Recall from the
157-
[issue form template](https://github.com/issue-ops/docs/blob/main/new-repository-request-example/ISSUE_TEMPLATE/new-repository-request.yml)
158-
that the new repository request expects the following inputs:
156+
Recall from the issue form template that the new repository request expects the
157+
following inputs:
159158

160159
<TableContainer component={Paper}>
161160
<Table>

new-repository-request-example/ISSUE_TEMPLATE/new-repository-request.yml

-72
This file was deleted.

new-repository-request-example/validator/config.yml

-9
This file was deleted.

new-repository-request-example/validator/repo_doesnt_exist.js

-29
This file was deleted.

new-repository-request-example/validator/team_exists.js

-28
This file was deleted.

new-repository-request-example/validator/topics_valid.js

-27
This file was deleted.

0 commit comments

Comments
 (0)