Skip to content

Commit 8e8f4bd

Browse files
schwzrclaude
andcommitted
llms.txt: fix renamed link and add new operations pages
- Update managing-mutiple -> managing-multiple links (matches the file rename in PR #152) in llms.txt and llms-full.txt - Add Allow List Generator (PR #154), Image Verification and Hardening Measures (new in v2.1.0) to the Operations index in llms.txt Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 3185b42 commit 8e8f4bd

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

docs/src/.vuepress/public/llms-full.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5338,7 +5338,7 @@ Source: https://dsf.dev/process-development/api-v2/concept.html
53385338
- [Creating CodeSystems for DSF Processes](guides/creating-codesystems-for-dsf-processes.md)
53395339
- [Creating Task Resources Based on a Definition](guides/creating-task-resources-based-on-a-definition.md)
53405340
- [Creating ValueSets for DSF Processes](guides/creating-valuesets-for-dsf-processes.md)
5341-
- [Managing Multiple Incoming Messages and Missing Messages](guides/managing-mutiple-incoming-messages-and-missing-messages.md)
5341+
- [Managing Multiple Incoming Messages and Missing Messages](guides/managing-multiple-incoming-messages-and-missing-messages.md)
53425342
- [Starting a Process via Task Resources](guides/starting-a-process-via-task-resources.md)
53435343

53445344
---
@@ -8192,7 +8192,7 @@ Below is a template for a [Questionnaire](https://www.hl7.org/fhir/R4/questionna
81928192
---
81938193

81948194
## Guide: Managing Messages
8195-
Source: https://dsf.dev/process-development/api-v2/guides/managing-mutiple-incoming-messages-and-missing-messages.html
8195+
Source: https://dsf.dev/process-development/api-v2/guides/managing-multiple-incoming-messages-and-missing-messages.html
81968196

81978197

81988198
## Managing Multiple Incoming Messages and Missing Messages

docs/src/.vuepress/public/llms.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,12 @@
2828
- [FHIR Reverse Proxy](https://dsf.dev/operations/latest/fhir-reverse-proxy/configuration.html): Reverse proxy configuration for the FHIR endpoint
2929
- [BPE Reverse Proxy](https://dsf.dev/operations/latest/bpe-reverse-proxy/configuration.html): Reverse proxy configuration for the BPE
3030
- [Allow List Management](https://dsf.dev/operations/latest/allowList-mgm.html): Managing the allow list of trusted organizations
31+
- [Allow List Generator](https://dsf.dev/operations/latest/allowlist-generator.html): Generate a FHIR transaction Bundle for deploying an allow list
3132
- [Process Plugin Deployment](https://dsf.dev/operations/process-plugin-deployment.html): How to deploy process plugins
3233
- [Passwords and Secrets](https://dsf.dev/operations/latest/passwords-secrets.html): Managing passwords and secrets
3334
- [Root Certificates](https://dsf.dev/operations/latest/root-certificates.html): Certificate management
35+
- [Image Verification](https://dsf.dev/operations/latest/image-verification.html): Verifying the authenticity and integrity of DSF container images
36+
- [Hardening Measures](https://dsf.dev/operations/latest/hardening-measures.html): Recommended hardening measures for a production deployment
3437
- [Upgrade from DSF v1](https://dsf.dev/operations/latest/upgrade-from-1.html): Migration guide from DSF v1 to v2
3538
- [Upgrade within DSF v2](https://dsf.dev/operations/latest/upgrade-from-2.html): Upgrading between DSF v2.x versions
3639
- [OIDC Configuration (FHIR)](https://dsf.dev/operations/latest/fhir/oidc.html): OpenID Connect setup for FHIR server
@@ -100,7 +103,7 @@
100103
- [Read Access Tags](https://dsf.dev/process-development/api-v2/guides/configuring-read-access-tags.html): Configuring read access tags
101104
- [Task Parameters](https://dsf.dev/process-development/api-v2/guides/adding-task-parameters-to-task-profiles.html): Adding parameters to Task profiles
102105
- [User Tasks](https://dsf.dev/process-development/api-v2/guides/user-tasks-in-the-dsf.html): Implementing user tasks
103-
- [Managing Messages](https://dsf.dev/process-development/api-v2/guides/managing-mutiple-incoming-messages-and-missing-messages.html): Handling multiple and missing messages
106+
- [Managing Messages](https://dsf.dev/process-development/api-v2/guides/managing-multiple-incoming-messages-and-missing-messages.html): Handling multiple and missing messages
104107

105108
## Linter Tool
106109

0 commit comments

Comments
 (0)