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
8 changes: 4 additions & 4 deletions versioned_docs/version-3.1/concepts/facility/facility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Note: When you create a facility, Care creates a default Administration departme

## Related

- Flow: [Create a facility](../../flows/facility/create-facility.mdx)
- Flow: [View a facility](../../flows/facility/view-facility.mdx)
- Flow: [Update facility details](../../flows/facility/update-facility-details.mdx)
- Flow: [Delete a facility](../../flows/facility/delete-facility.mdx)
- Flow: [Create a facility](../../flows/facility/facility/create-facility.mdx)
- Flow: [View a facility](../../flows/facility/facility/view-facility.mdx)
- Flow: [Update facility details](../../flows/facility/facility/update-facility-details.mdx)
- Flow: [Delete a facility](../../flows/facility/facility/delete-facility.mdx)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"label": "Facility",
"position": 1,
"key": "facility-facility-flows"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 1

## Overview

This flow describes how to create a new [facility](../../concepts/facility/facility.mdx) in Care.
This flow describes how to create a new [facility](../../../concepts/facility/facility.mdx) in Care.

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.

Small nit on this changed line: there is a double space between the link and in Care. Suggested wording: This flow describes how to create a new [facility](../../../concepts/facility/facility.mdx) in Care.


## Pre-requisites

Expand Down Expand Up @@ -65,7 +65,7 @@ Select **Create Facility**.

Concepts:

- [Facility](../../concepts/facility/facility.mdx)
- [Facility](../../../concepts/facility/facility.mdx)

Flows:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 4

## Overview

This flow describes how a system administrator deletes a [facility](../../concepts/facility/facility.mdx) in Care.
This flow describes how a system administrator deletes a [facility](../../../concepts/facility/facility.mdx) in Care.

## Pre-requisites

Expand Down Expand Up @@ -42,7 +42,7 @@ Care asks you to type the facility name to confirm. Type the word Delete, then a

Concepts:

- [Facility](../../concepts/facility/facility.mdx)
- [Facility](../../../concepts/facility/facility.mdx)

Flows:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 3

## Overview

This flow describes how to change the details and the cover photo of a [facility](../../concepts/facility/facility.mdx) in Care.
This flow describes how to change the details and the cover photo of a [facility](../../../concepts/facility/facility.mdx) in Care.

## Pre-requisites

Expand Down Expand Up @@ -68,7 +68,7 @@ Go back to **Settings**, then **General**. Select **Edit Cover Photo**. Change t

Concepts:

- [Facility](../../concepts/facility/facility.mdx)
- [Facility](../../../concepts/facility/facility.mdx)

Flows:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 2

## Overview

This flow describes how to browse [facilities](../../concepts/facility/facility.mdx) in Care and open one to
This flow describes how to browse [facilities](../../../concepts/facility/facility.mdx) in Care and open one to
see its details. Care gives you two ways to do this. You can browse the public
directory without a sign-in. You can also open a facility from within an organization
after you sign in.
Expand Down Expand Up @@ -87,7 +87,7 @@ below.

Concepts:

- [Facility](../../concepts/facility/facility.mdx)
- [Facility](../../../concepts/facility/facility.mdx)

Flows:

Expand Down
15 changes: 11 additions & 4 deletions versioned_sidebars/version-3.1-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,17 @@
"label": "Facility",
"key": "facility-flows",
"items": [
"flows/facility/create-facility",
"flows/facility/view-facility",
"flows/facility/update-facility-details",
"flows/facility/delete-facility"
{
"type": "category",
"label": "Facility",
"key": "facility-facility-flows",
"items": [
"flows/facility/facility/create-facility",
"flows/facility/facility/view-facility",
"flows/facility/facility/update-facility-details",
"flows/facility/facility/delete-facility"
]
}
]
},
{
Expand Down
Loading