Skip to content

Commit 56faafc

Browse files
Heiko KieselWeltraumschaf
authored andcommitted
Rename docs-builder to documentation
Signed-off-by: Heiko Kiesel <heiko.kiesel@iteratec.com>
1 parent a69eafc commit 56faafc

255 files changed

Lines changed: 3 additions & 3 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
version: 2
77
updates:
88
- package-ecosystem: "npm" # See documentation for possible values
9-
directory: "/docs-builder" # Location of package manifests
9+
directory: "/documentation" # Location of package manifests
1010
schedule:
1111
interval: "weekly"

bin/create-blog-post.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ set -ue
2525
&& SCRIPT_DIRECTORY="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )" \
2626
&& export SCRIPT_DIRECTORY
2727

28-
BASE_DIR=$(dirname "${SCRIPT_DIRECTORY}")/docs-builder
28+
BASE_DIR=$(dirname "${SCRIPT_DIRECTORY}")/documentation
2929
BLOG_DIR="${BASE_DIR}/blog"
3030
USAGE="Usage: $(basename "$0") 'The title of Your Post'"
3131

Lines changed: 1 addition & 1 deletion

docs-builder/blog/2020-10-15-sundown-and-eol-of-version-1.md renamed to documentation/blog/2020-10-15-sundown-and-eol-of-version-1.md

docs-builder/blog/2020-10-16-release-of-securecodebox-version-2.md renamed to documentation/blog/2020-10-16-release-of-securecodebox-version-2.md

docs-builder/blog/2021-01-27-drop-support-of-k8s-1.16.md renamed to documentation/blog/2021-01-27-drop-support-of-k8s-1.16.md

docs-builder/blog/2021-06-07-why-securecodebox-version-2.md renamed to documentation/blog/2021-06-07-why-securecodebox-version-2.md

0 commit comments

Comments
 (0)