Skip to content

Commit 5e336b4

Browse files
committed
add icons and placeholder files for improved structure
1 parent 13511cc commit 5e336b4

15 files changed

Lines changed: 61 additions & 8 deletions

File tree

app/tech-docs/[[...slug]]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default async function Page(props: {
3232
return (
3333
<DocsPage toc={page.data.toc} full={page.data.full}
3434
breadcrumb={{
35-
includeRoot: true,
35+
includeRoot: false,
3636
}}
3737
>
3838
<DocsTitle>{page.data.title}</DocsTitle>
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"title": "Participant Management",
33
"description": "Tools to interact with participant data",
4-
"root": true
4+
"root": true,
5+
"icon": "BookUser"
56
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"title": "Study Configurator",
33
"description": "Create and configure study settings",
4-
"root": true
4+
"root": true,
5+
"icon": "FolderCog"
56
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"title": "Study Rules Editor",
33
"description": "Documentation for using the graphical study rules editor",
4-
"root": true
4+
"root": true,
5+
"icon": "GitFork"
56
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"title": "Survey Editor",
33
"description": "Documentation for using the graphical survey editor",
4-
"root": true
4+
"root": true,
5+
"icon": "PencilRuler"
56
}

content/docs/user-management/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"title": "User Management",
33
"description": "Functionality for managing user accounts and permissions",
44
"root": true,
5-
"icon": "UserRoundCog"
5+
"icon": "ShieldUser"
66
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"title": "Framework",
3+
"description": "Overview of the technical components of the framework",
4+
"root": true,
5+
"icon": "LayoutPanelTop"
6+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Overview
3+
description: Framework
4+
---
5+
6+
## Framework
7+
8+
The Framework is a service that allows you to manage the system and its resources.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"title": "Management API",
3+
"description": "TODO",
4+
"root": true,
5+
"icon": "Shield"
6+
}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Overview
3+
description: Management API
4+
---
5+
6+
## Management API
7+
8+
The Management API is a service that allows you to manage the system and its resources.

0 commit comments

Comments
 (0)