Skip to content

Commit

Permalink
test moving chapter to new type
Browse files Browse the repository at this point in the history
also fix auto collapse
  • Loading branch information
Ken Stevens committed Jan 10, 2025
1 parent ac38b42 commit 3e0fe33
Showing 1 changed file with 37 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
chapter_type.reference.title=Reference

section.introduction.title=Welcome to HAPI FHIR
chapter.introduction.title=Welcome to HAPI FHIR
chapter.introduction.chapter_type=reference
page.introduction.table_of_contents=Table of Contents
page.introduction.changelog=Changelog: 2023
page.introduction.changelog_2022=Changelog: 2022
Expand All @@ -12,14 +14,16 @@ page.introduction.changelog_2016=Changelog: 2016
page.introduction.changelog_2015=Changelog: 2015
page.introduction.changelog_2014=Changelog: 2014

section.getting_started.title=Getting Started
chapter.getting_started.title=Getting Started
chapter.getting_started.chapter_type=reference
page.getting_started.introduction=Introduction
page.getting_started.versions=FHIR and HAPI FHIR Versions
page.getting_started.modules=HAPI FHIR Modules
page.getting_started.downloading_and_importing=Downloading and Importing
page.getting_started.r4b=FHIR R4B Support

section.model.title=Working With The FHIR Model
chapter.model.title=Working With The FHIR Model
chapter.model.chapter_type=reference
page.model.working_with_resources=Working With Resources
page.model.parsers=Parsing and Serializing
page.model.references=Resource References
Expand All @@ -29,15 +33,17 @@ page.model.custom_structures=Custom Structures
page.model.narrative_generation=Narrative Generation
page.model.bundle_builder=Bundle Builder

section.client.title=Client
chapter.client.title=Client
chapter.client.chapter_type=reference
page.client.introduction=Introduction
page.client.get_started=Get Started ⚡
page.client.generic_client=Generic (Fluent) Client
page.client.annotation_client=Annotation Client
page.client.client_configuration=Client Configuration
page.client.examples=Client Examples

section.server_plain.title=Plain Server
chapter.server_plain.title=Plain Server
chapter.server_plain.chapter_type=reference
page.server_plain.server_types=REST Server Types
page.server_plain.introduction=Plain Server Introduction
page.server_plain.get_started=Get Started ⚡
Expand All @@ -52,7 +58,8 @@ page.server_plain.jax_rs=JAX-RS Support
page.server_plain.customizing_the_capabilitystatement=Customizing the CapabilityStatement
page.server_plain.openapi=OpenAPI / Swagger

section.server_jpa.title=JPA Server
chapter.server_jpa.title=JPA Server
chapter.server_jpa.chapter_type=reference
page.server_jpa.introduction=Introduction
page.server_jpa.get_started=Get Started ⚡
page.server_jpa.architecture=Architecture
Expand All @@ -68,7 +75,8 @@ page.server_jpa.elastic=Lucene/Elasticsearch Indexing
page.server_jpa.terminology=Terminology
page.server_jpa.ips=International Patient Summary (IPS)

section.server_jpa_mdm.title=JPA Server: MDM
chapter.server_jpa_mdm.title=JPA Server: MDM
chapter.server_jpa_mdm.chapter_type=reference
page.server_jpa_mdm.mdm=MDM Getting Started
page.server_jpa_mdm.mdm_rules=MDM Rules
page.server_jpa_mdm.mdm_eid=MDM Enterprise Identifiers
Expand All @@ -77,20 +85,24 @@ page.server_jpa_mdm.mdm_details=MDM Technical Details
page.server_jpa_mdm.mdm_expansion=MDM Search Expansion
page.server_jpa_mdm.mdm_customizations=MDM Customizations

section.server_jpa_partitioning.title=JPA Server: Partitioning and Multitenancy
chapter.server_jpa_partitioning.title=JPA Server: Partitioning and Multitenancy
chapter.server_jpa_partitioning.chapter_type=reference
page.server_jpa_partitioning.partitioning=Partitioning and Multitenancy
page.server_jpa_partitioning.partition_interceptor_examples=Partition Interceptor Examples
page.server_jpa_partitioning.partitioning_management_operations=Partitioning Management Operations
page.server_jpa_partitioning.enabling_in_hapi_fhir=Enabling Partitioning in HAPI FHIR
page.server_jpa_partitioning.db_partition_mode=Database Partition Mode

section.server_jpa_batch.title=JPA Server: Batch Processing
chapter.server_jpa_batch.title=JPA Server: Batch Processing
chapter.server_jpa_batch.chapter_type=reference
page.server_jpa_batch.introduction=Batch Introduction

section.hfql.title=JPA Server: HFQL (SQL) Driver
chapter.hfql.title=JPA Server: HFQL (SQL) Driver
chapter.hfql.chapter_type=reference
page.hfql.hfql=HFQL Module

section.clinical_reasoning.title=Clinical Reasoning
chapter.clinical_reasoning.title=Clinical Reasoning
chapter.clinical_reasoning.chapter_type=reference
page.clinical_reasoning.overview=Clinical Reasoning Overview
page.clinical_reasoning.cql=CQL
page.clinical_reasoning.caregaps=Care Gaps
Expand All @@ -99,7 +111,8 @@ page.clinical_reasoning.activity_definitions=ActivityDefinitions
page.clinical_reasoning.plan_definitions=PlanDefinitions
page.clinical_reasoning.questionnaires=Questionnaires

section.interceptors.title=Interceptors
chapter.interceptors.title=Interceptors
chapter.interceptors.chapter_type=reference
page.interceptors.interceptors=Interceptors Overview
page.interceptors.client_interceptors=Client Interceptors
page.interceptors.client_pointcuts=Client Pointcuts
Expand All @@ -109,7 +122,8 @@ page.interceptors.server_pointcuts=Server Pointcuts
page.interceptors.built_in_server_interceptors=Built-In Server Interceptors
page.interceptors.jakarta_upgrade=7.0.0 Migration Guide

section.security.title=Security
chapter.security.title=Security
chapter.security.chapter_type=reference
page.security.introduction=Introduction
page.security.authorization_interceptor=Authorization Interceptor
page.security.consent_interceptor=Consent Interceptor
Expand All @@ -118,7 +132,8 @@ page.security.cors=CORS
page.security.balp_interceptor=Basic Audit Log Pattern (BALP)
page.security.binary_security_interceptor=Binary Resource Security Interceptor

section.validation.title=Validation
chapter.validation.title=Validation
chapter.validation.chapter_type=reference
page.validation.introduction=Introduction
page.validation.parser_error_handler=Parser Error Handler
page.validation.instance_validator=Instance Validator
Expand All @@ -127,16 +142,20 @@ page.validation.schema_validator=Schema/Schematron Validator
page.validation.repository_validating_interceptor=Repository Validating Interceptor
page.validation.examples=Validation Examples

section.android.title=Android
chapter.android.title=Android
chapter.android.chapter_type=reference
page.android.client=Android Client

section.tools.title=Tools
chapter.tools.title=Tools
chapter.tools.chapter_type=reference
page.tools.hapi_fhir_cli=Command Line Interface (CLI) Tool

section.contributing.title=Contributing to HAPI FHIR
chapter.contributing.title=Contributing to HAPI FHIR
chapter.contributing.chapter_type=reference
page.contributing.hacking_guide=Hacking Guide

section.appendix.title=Appendix
chapter.appendix.title=Appendix
chapter.appendix.chapter_type=reference
page.appendix.logging=Logging
page.appendix.faq=FAQ
page.appendix.javadocs=JavaDocs

0 comments on commit 3e0fe33

Please sign in to comment.