Skip to content

Commit

Permalink
Remove/update deprecated settings (#85)
Browse files Browse the repository at this point in the history
* Change content width

* Remove/update deprecated settings
  • Loading branch information
wturner123 authored Jun 7, 2024
1 parent 9b455a6 commit 59127b7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaultContentLanguage = "en"
# Useful when translating.
enableMissingTranslationPlaceholders = true

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

# Configure how URLs look like per section.
[permalinks]
Expand Down Expand Up @@ -44,6 +44,7 @@ anchor = "smart"

[languages]
[languages.en]
[languages.en.params]
title = "Solutions for Microsoft Azure Stack"
description = "Dell Technologies (Dell) Azure Stack documentation pages"
languageName ="English"
Expand Down Expand Up @@ -100,9 +101,6 @@ github_repo = "https://github.com/dell/azurestack-docs"
# Google Custom Search Engine ID. Remove or comment out to disable search.
#gcs_engine_id = "011737558837375720776:fsdu1nryfng"

# Enable Algolia DocSearch
algolia_docsearch = false

# Enable Lunr.js offline search
offlineSearch = true

Expand All @@ -116,8 +114,8 @@ breadcrumb_disable = false
sidebar_search_disable = false
# Set to false if you don't want to display a logo (/assets/icons/logo.svg) in the top nav bar
navbar_logo = true
# Set to true to disable the About link in the site footer
footer_about_disable = false
# Set to true to enable the About link in the site footer
footer_about_enable = true
# Dark mode menu
showLightDarkModeMenu = true

Expand Down

0 comments on commit 59127b7

Please sign in to comment.