kfr

Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
Log | Files | Refs | README

commit b2a2040ed32e4ea1523a6af67752f794f5646798
parent b81143a35b41e6dcc3178188e02ebd952e5dfd2b
Author: d.levin256@gmail.com <d.levin256@gmail.com>
Date:   Wed,  3 Aug 2022 18:59:30 +0100

Update mkdocs.yml

Diffstat:
Mdocs/mkdocs.yml | 17++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml @@ -1,27 +1,27 @@ site_name: KFR theme: name: 'material' - feature: - tabs: true + features: + - navigation.tabs + - navigation.top + extra: search: language: en social: - - type: 'github' + - icon: fontawesome/brands/github-alt link: 'https://github.com/kfrlib' - - type: 'twitter' + - icon: fontawesome/brands/twitter link: 'https://twitter.com/kfrlib' -copyright: 'Copyright &copy; 2016 - 2019 KFR' +copyright: 'Copyright &copy; 2016 - 2022 KFR' plugins: - search markdown_extensions: - admonition - - codehilite: - guess_lang: false - footnotes - meta - toc: @@ -30,7 +30,10 @@ markdown_extensions: generic: true - pymdownx.inlinehilite - pymdownx.superfences + - pymdownx.highlight - pymdownx.details + - pymdownx.tabbed: + alternate_style: true extra_javascript: - js/math.js