Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Description

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great idea


<!-- Describe what's in this PR / what it does -->


## Review checks

<!-- No author action required beyond this point -->

### Metadata

#### Frontmatter
- [ ] `<DocMetadata />` component at top of document
- [ ] `docType`
- `journey` - A page of curated suggested documents for a persona or purpose
- `explanation` per [Diataxis]
- `tutorial` per [Diataxis]
- `guide` per [Diataxis]
- `reference` per [Diataxis]
- Category or splash pages do not require this
- [ ] `readingTime` in [ISO 8601 Duration] format
- Only required for `explanation`, `tutorial` and `guide`
- [ ] `audiences` - one or more target audiences for the content
- `federation-operator`
- `tre-operator`
- `researcher`
- `integrator`
- `contributor`
- `everyone`

#### Content

- [ ] Prerequisites, if appropriate
- [ ] Next steps, if appropriate

[diataxis]: https://diataxis.fr/
[ISO 8601 Duration]: https://en.wikipedia.org/wiki/ISO_8601#Durations
14 changes: 11 additions & 3 deletions app/_meta.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
export default {
connect: "Connect",
"co-ordinate": "Co-ordinate",
index: {
display: "hidden"
},

// Welcome Report URL redirect, never show in nav
five_safes_tes: {
display: "hidden"
}
},

// exclude routes until content published
"journeys": {
display: "hidden"
},

// TODO: restructure content and move "connect" journey page
};
4 changes: 0 additions & 4 deletions app/co-ordinate/_meta.js

This file was deleted.

Empty file.
6 changes: 0 additions & 6 deletions app/co-ordinate/page.mdx

This file was deleted.

Empty file.
1 change: 1 addition & 0 deletions app/connect/approvals/page.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
docType: guide
readingTime: PT10M
audiences: tre-operator
---
Expand Down
1 change: 1 addition & 0 deletions app/connect/approve-outputs/page.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
docType: guide
readingTime: PT5M
audiences: tre-operator
---
Expand Down
1 change: 1 addition & 0 deletions app/connect/connect-submission/page.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
docType: guide
readingTime: PT15M
audiences: tre-operator
---
Expand Down
5 changes: 5 additions & 0 deletions app/connect/page.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
docType: journey
title: Connect
asIndexPage: true
---

# Connect

import {UnderConstruction} from "@/components/UnderConstruction";

<UnderConstruction />
1 change: 1 addition & 0 deletions app/connect/setup-tre/configuration/page.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
docType: reference
readingTime: PT30M
audiences: tre-operator
---
Expand Down
1 change: 1 addition & 0 deletions app/connect/setup-tre/deployment-steps/page.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
docType: guide
readingTime: PT45M
audiences: tre-operator
---
Expand Down
5 changes: 5 additions & 0 deletions app/connect/setup-tre/page.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
docType: journey
title: Setup TRE Agent
asIndexPage: true
---

# Setup TRE Agent Journeys

import {UnderConstruction} from "@/components/UnderConstruction";

<UnderConstruction />
1 change: 1 addition & 0 deletions app/connect/tes-backend/install-funnel/page.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
docType: guide
readingTime: PT45M
audiences: tre-operator
---
Expand Down
1 change: 1 addition & 0 deletions app/connect/tes-backend/tes-implementations/page.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
docType: explanation
readingTime: PT20M
audiences: tre-operator
---
Expand Down
5 changes: 5 additions & 0 deletions app/journeys/co-ordinate/_meta.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export default {
// exclude routes until content published
// setup_sub_layer: "Setup Submission Layer",
// management: "Management",
};
7 changes: 7 additions & 0 deletions app/journeys/co-ordinate/management/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
# TODO: move to correct structure when content added
---

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
11 changes: 11 additions & 0 deletions app/journeys/co-ordinate/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
docType: journey
title: Co-ordinate
asIndexPage: true
---

# Co-ordinate

import {UnderConstruction} from "@/components/UnderConstruction";

<UnderConstruction />
7 changes: 7 additions & 0 deletions app/journeys/co-ordinate/setup-submission/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
# TODO: move to correct structure when content added
---

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
9 changes: 9 additions & 0 deletions app/journeys/connect/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
docType: journey
title: Connect
asIndexPage: true
---

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
7 changes: 7 additions & 0 deletions app/journeys/connect/tre-data-access/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
# TODO: move to correct structure when content added
---

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
7 changes: 7 additions & 0 deletions app/journeys/contribute/components-architecture/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
# TODO: move to correct structure when content added
---

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
7 changes: 7 additions & 0 deletions app/journeys/contribute/contributing-guide/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
# TODO: move to correct structure when content added
---

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
11 changes: 11 additions & 0 deletions app/journeys/contribute/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
docType: journey
title: Contribute
asIndexPage: true
---

# Contribute

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
7 changes: 7 additions & 0 deletions app/journeys/contribute/setup-devenv/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
# TODO: move to correct structure when content added
---

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
7 changes: 7 additions & 0 deletions app/journeys/contribute/system-architecture/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
# TODO: move to correct structure when content added
---

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
7 changes: 7 additions & 0 deletions app/journeys/integrate/egress-api-reference/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
# TODO: move to correct structure when content added
---

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
7 changes: 7 additions & 0 deletions app/journeys/integrate/explore-and-test-locally/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
# TODO: move to correct structure when content added
---

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
7 changes: 7 additions & 0 deletions app/journeys/integrate/infrastructure-architecture/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
# TODO: move to correct structure when content added
---

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
11 changes: 11 additions & 0 deletions app/journeys/integrate/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
docType: journey
title: Integrate
asIndexPage: true
---

# Integrate

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
7 changes: 7 additions & 0 deletions app/journeys/integrate/setup-testenv/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
# TODO: move to correct structure when content added
---

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
7 changes: 7 additions & 0 deletions app/journeys/integrate/submission-api-reference/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
# TODO: move to correct structure when content added
---

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
7 changes: 7 additions & 0 deletions app/journeys/integrate/tre-agent-api-reference/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
# TODO: move to correct structure when content added
---

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
7 changes: 7 additions & 0 deletions app/journeys/learn/omop/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
# TODO: move to correct structure when content added
---

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
11 changes: 11 additions & 0 deletions app/journeys/learn/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
docType: journey
title: Learn
asIndexPage: true
---

# Learn

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
7 changes: 7 additions & 0 deletions app/journeys/learn/personas/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
# TODO: move to correct structure when content added
---

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
7 changes: 7 additions & 0 deletions app/journeys/learn/system-architecture/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
# TODO: move to correct structure when content added
---

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
7 changes: 7 additions & 0 deletions app/journeys/learn/what-is-five-safes/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
# TODO: move to correct structure when content added
---

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
7 changes: 7 additions & 0 deletions app/journeys/research/analysis-examples/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
# TODO: move to correct structure when content added
---

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
11 changes: 11 additions & 0 deletions app/journeys/research/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
docType: journey
title: Research
asIndexPage: true
---

# Research

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
7 changes: 7 additions & 0 deletions app/journeys/research/submitting-an-analysis/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
# TODO: move to correct structure when content added
---

import { UnderConstruction } from "@/components/UnderConstruction";

<UnderConstruction />
Loading