Skip to content

Commit

Permalink
Merge pull request #112 from apoorvajagtap/remove-deprecated
Browse files Browse the repository at this point in the history
Remove deprecated terms from config.toml
  • Loading branch information
openshift-merge-bot[bot] authored Sep 4, 2024
2 parents a8a3534 + 06477a9 commit 74b4f30
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaultContentLanguageInSubdir = false
# Useful when translating.
enableMissingTranslationPlaceholders = true

disableKinds = ["taxonomy", "taxonomyTerm"]
disableKinds = ["term", "taxonomy"]

# Highlighting config
pygmentsCodeFences = true
Expand Down Expand Up @@ -52,12 +52,13 @@ anchor = "smart"
# Language configuration

[languages]
[languages.en]
title = "Shipwright"
description = "A framework for building container images on Kubernetes"
languageName ="English"
# Weight used for sorting.
weight = 1
[languages.en]
title = "Shipwright"
languageName ="English"
# Weight used for sorting.
weight = 1
[languages.en.params]
description = "A framework for building container images on Kubernetes"

[markup]
[markup.goldmark]
Expand Down

0 comments on commit 74b4f30

Please sign in to comment.