From b21eaa445c8d317fe988cc79800339ecae675f41 Mon Sep 17 00:00:00 2001
From: Thorge Petersen <petersen@rz.uni-kiel.de>
Date: Thu, 8 Jun 2023 13:18:43 +0200
Subject: [PATCH] Removed ckanext.odsh.home variable from documentation

---
 CHANGELOG.md | 5 +++--
 README.md    | 1 -
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2cfd25fa..93110a94 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,8 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Removed
 
-- Removed Travis CI 'bin/' directory, along with all associated Travis CI configuration files and scripts.
+- Removed Travis CI `bin/` directory, along with all associated Travis CI configuration files and scripts.
 - Removed the functionality that retrieved the current commit hash of the checked out Git repository for the extension. The commit hash was previously inserted into a custom API resource to provide external developers repository information.
+- Removed `ckanext.odsh.home` configuration variable.
 
 ### Changed
 
@@ -20,7 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ### Added
 
-- Custom robots.txt file.
+- Custom `robots.txt` file.
 
 ### Changed
 
diff --git a/README.md b/README.md
index 7e33b1bb..07635471 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,6 @@ The extension requires configuration parameters in the CKAN configuration file (
 
 Parameter | Type | Default | Description
 --------- | ---- | ------- | -----------
-`ckanext.odsh.home` | `string` | `/usr/lib/ckan/default/src/ckanext-odsh` | Absolute path to base directory.
 `ckanext.odsh.public_url` | `string` | - | The public URL, e.g., `https://opendata.schleswig-holstein.de`.
 `ckanext.odsh.showtestbanner` | `boolean` | `True` | Switches on the banner "test system". Must be `false` for production server.
 `ckanext.odsh.language_mapping` | `string` | `/usr/lib/ckan/default/src/ckanext-odsh/ckanext/odsh/resources/language_mapping.json` | Absolute path to language mapping file.
-- 
GitLab