You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The existing mkdocs.yml needs improvement. Currently, it contains:
1. Syntax errors:
* `plugins:` should be at the same level as `theme:`
2. A deprecated directive:
* the `tabs` feature should be expressed as `navigation.tabs`
3. A missing extension required for proper formatting of the IOTstack Wiki:
```
markdown_extensions:
- pymdownx.superfences
```
See [squidfunk/mkdocs-material issues 2639](squidfunk/mkdocs-material#2639).
0 commit comments