Skip to content

changed directory structure #91

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2025
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
57 changes: 18 additions & 39 deletions docs/src/.vuepress/sidebar/operations-v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ export function generate_v1_latest_sidebar() {
return [

{
text: "Maintain a DSF instance",
text: "Get Started",
icon: "tool",
prefix: "maintain/",
link: "maintain/",
children: ["install", "upgrade-from-1", "upgrade-from-0", "allowList-mgm", "root-certificates", "passwords-secrets", {
link: "./",
},
"install", "upgrade-from-1", "upgrade-from-0", "allowList-mgm", "root-certificates", "passwords-secrets", {
text: "FHIR Reverse Proxy",
icon: "module",
prefix: "fhir-reverse-proxy/",
Expand Down Expand Up @@ -67,21 +67,20 @@ export function generate_v1_latest_sidebar() {
text: "Install Plugins",
icon: "plugin",
link: "install-plugins"
}],
},
];
}]
}


export function generate_v1_gt_eq_1_7_0_sidebar() {
return [

{
text: "Maintain a DSF instance",
text: "Get Started",
icon: "tool",
prefix: "maintain/",
link: "maintain/",
children: ["install", "upgrade-from-1", "upgrade-from-0", "allowList-mgm", "root-certificates", "passwords-secrets", {
link: "./"

},
"install", "upgrade-from-1", "upgrade-from-0", "allowList-mgm", "root-certificates", "passwords-secrets", {
text: "FHIR Reverse Proxy",
icon: "module",
prefix: "fhir-reverse-proxy/",
Expand Down Expand Up @@ -142,20 +141,17 @@ export function generate_v1_gt_eq_1_7_0_sidebar() {
text: "Install Plugins",
icon: "plugin",
link: "install-plugins"
}],
}
];
}]
}

export function generate_v1_gt_eq_1_5_0_sidebar() {
return [

{
text: "Maintain a DSF instance",
text: "Get Started",
icon: "tool",
prefix: "maintain/",
link: "maintain/",
children: ["install", "upgrade-from-1", "upgrade-from-0", "allowList-mgm", {
link: "./",
}, "install", "upgrade-from-1", "upgrade-from-0", "allowList-mgm", {
text: "FHIR Reverse Proxy",
icon: "module",
prefix: "fhir-reverse-proxy/",
Expand Down Expand Up @@ -216,28 +212,19 @@ export function generate_v1_gt_eq_1_5_0_sidebar() {
text: "Install Plugins",
icon: "plugin",
link: "install-plugins"
}],
},
{
text: "Develop process plugins",
icon: "plugin",
prefix: "develop/",
link: "develop/",
children: ["create", "upgrade-from-0" ],
},
];
]
}


export function generate_v1_gt_eq_1_0_0_sidebar() {
return [

{
text: "Maintain a DSF instance",
text: "Get Started",
icon: "tool",
prefix: "maintain/",
link: "maintain/",
children: ["install", "upgrade-from-1", "upgrade-from-0", "allowList-mgm", {
link: "./",
}, "install", "upgrade-from-1", "upgrade-from-0", "allowList-mgm", {
text: "FHIR Reverse Proxy",
icon: "module",
prefix: "fhir-reverse-proxy/",
Expand Down Expand Up @@ -280,14 +267,6 @@ export function generate_v1_gt_eq_1_0_0_sidebar() {
text: "Install Plugins",
icon: "plugin",
link: "install-plugins"
}],
},
{
text: "Develop process plugins",
icon: "plugin",
prefix: "develop/",
link: "develop/",
children: ["create", "upgrade-from-0" ],
},
];
}
8 changes: 8 additions & 0 deletions docs/src/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,12 @@ h1, h2, h3, h4, h5 {
.page-category-item {
color: black !important;
background: #63C7A6 !important;
}

.vp-sidebar > .vp-sidebar-links > li > .vp-sidebar-link {
line-height: 0.8em;
}

.vp-sidebar {
font-size: 85%;
}
17 changes: 1 addition & 16 deletions docs/src/.vuepress/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,7 @@ export default hopeTheme({
text: "Process Development",
icon: "plugin",
prefix: "/process-development/",
children: [
{
text: "API v1",
children: [
"api-v1/readme.md",
"api-v1/get-started.md"
]
},
{
text: "API v2",
children: [
"api-v2/readme.md",
"api-v2/get-started.md"
]
}
]
children: [ "api-v1/", "api-v2/" ]
},
{
text: "DSF Development",
Expand Down
2 changes: 1 addition & 1 deletion docs/src/explore/concepts/allow-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ The Allow List consists of Organization-, Endpoint- and OrganisationAffiliation-
![Architecture](/photos/info/allowList/allowList-architecture.png)

## Allow List Managment
[Here](/operations/latest/maintain/allowList-mgm.md) you can read all the information if you want to create or update an Allow List.
[Here](/operations/latest/allowList-mgm.md) you can read all the information if you want to create or update an Allow List.

If you have the need for allowlist management feel free to contact us via <a href="mailto:[email protected]"> E-Mail ([email protected])</a> and we will take care of your request as soon as possible.
7 changes: 0 additions & 7 deletions docs/src/operations/v1.0.0/develop/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/src/operations/v1.0.0/develop/create.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/src/operations/v1.0.0/develop/upgrade-from-0.md

This file was deleted.

8 changes: 2 additions & 6 deletions docs/src/operations/v1.0.0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,10 @@ This is a major DSF release not compatible with 0.9.x and older version develope

# System Administrators

- [Upgrade from DSF 0.9.x.](maintain/upgrade-from-0)
- [Install DSF 1.0.0](maintain/install)
- [Upgrade from DSF 0.9.x.](upgrade-from-0)
- [Install DSF 1.0.0](install)


# Developers
- [Create a new process plugin](develop/create)
- [Upgrade from DSF 0.9.x.](develop/upgrade-from-0)

## New features
- Improved versioning to support up- and downwards-compatibility
- Enhanced web ui to start processes in the web browser
Expand Down
9 changes: 0 additions & 9 deletions docs/src/operations/v1.0.0/maintain/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/src/operations/v1.1.0/develop/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/src/operations/v1.1.0/develop/create.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/src/operations/v1.1.0/develop/upgrade-from-0.md

This file was deleted.

10 changes: 3 additions & 7 deletions docs/src/operations/v1.1.0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,11 @@ This is a major DSF release not compatible with 0.9.x and older version develope

# System Administrators

- [Upgrade from DSF 0.9.x.](maintain/upgrade-from-0)
- [Upgrade from DSF 1.x.](maintain/upgrade-from-1)
- [Install DSF 1.1.0](maintain/install)
- [Upgrade from DSF 0.9.x.](upgrade-from-0)
- [Upgrade from DSF 1.x.](upgrade-from-1)
- [Install DSF 1.1.0](install)


# Developers
- [Create a new process plugin](develop/create)
- [Upgrade from DSF 0.9.x.](develop/upgrade-from-0)

## New features
- Improved versioning to support up- and downwards-compatibility
- Enhanced web ui to start processes in the web browser
Expand Down
16 changes: 0 additions & 16 deletions docs/src/operations/v1.1.0/maintain/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/src/operations/v1.2.0/develop/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/src/operations/v1.2.0/develop/create.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/src/operations/v1.2.0/develop/upgrade-from-0.md

This file was deleted.

10 changes: 3 additions & 7 deletions docs/src/operations/v1.2.0/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,11 @@ This is a major DSF release not compatible with 0.9.x and older version develope

# System Administrators

- [Upgrade from DSF 0.9.x.](maintain/upgrade-from-0)
- [Upgrade from DSF 1.x.](maintain/upgrade-from-1)
- [Install DSF 1.2.0](maintain/install)
- [Upgrade from DSF 0.9.x.](upgrade-from-0)
- [Upgrade from DSF 1.x.](upgrade-from-1)
- [Install DSF 1.2.0](install)


# Developers
- [Create a new process plugin](develop/create)
- [Upgrade from DSF 0.9.x.](develop/upgrade-from-0)

## New features
- Improved versioning to support up- and downwards-compatibility
- Enhanced web ui to start processes in the web browser
Expand Down
16 changes: 0 additions & 16 deletions docs/src/operations/v1.2.0/maintain/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/src/operations/v1.3.0/develop/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/src/operations/v1.3.0/develop/create.md

This file was deleted.

10 changes: 0 additions & 10 deletions docs/src/operations/v1.3.0/develop/upgrade-from-0.md

This file was deleted.

Loading