Skip to content

Commit d258efd

Browse files
committed
Following on from PRs [335](#335),
[336](#336) and [337](#337), it now appears as though the original `mkdocs.yml` contained another error: ``` features: - tabs ``` Part of the advice from [squidfunk/mkdocs-material issue 2639](squidfunk/mkdocs-material#2639) included that `tabs` had been deprecated in favour of `navigation.tabs` so I made that change in PRs 335 & 336: ``` features: - navigation.tabs ``` That appears to have had the effect of **activating** the feature, whereas the evidence suggests that the old `tabs` value did not actually activate the feature. The result is that on wider screens, the topic strip which used to appear at the left of the screen has been converted to a strip of tabs across the top of the screen. That might be appropriate where there are only a few sub-pages but makes navigation more difficult for the IOTstack Wiki. This problem was [reported on Discord](https://discord.com/channels/638610460567928832/638610461109256194/841735679780323409) by @877dev. This PR removes both lines from `mkdocs.yml`.
1 parent 360dd7e commit d258efd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mkdocs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ site_name: IOTstack
22
site_description: 'Docker stack for getting started on IOT on the Raspberry PI'
33
theme:
44
name: material
5-
features:
6-
- navigation.tabs
75
plugins:
86
- search
97
# - awesome-pages

0 commit comments

Comments
 (0)