morph-docs icon indicating copy to clipboard operation
morph-docs copied to clipboard

Update mkdocs.yml file?

Open stuzog opened this issue 5 years ago • 0 comments

The mkdocs.yml file threw warnings on OS X 10.13.6 when installed locally. Some of the code is deprecated. Here's the code that doesn't:

Project information

site_name: 'Sensel Morph Documentation' site_description: 'Documentation for Sensel Morph' site_author: 'Peter Nyboer' site_url: http://127.0.0.1:8000/

Repository

repo_name: sensel/morph-docs repo_url: https://github.com/sensel/morph-docs

Theme

theme: name: mkdocs theme_dir: material-sensel favicon: docs/img/favicon.png

Copyright

copyright: 'Copyright © 2017 sensel'

nav: - Home: index.md - Morph: morph.md - Software Setups: morph_software.md - SenselApp: app.md - Overlay Designer: designer.md - API primer: api.md - API advanced: api_adv.md - API with Arduino: api_arduino.md - API calls: sensel_h.html - API force calls: sensel_decompress_h.html - Coming Soon: coming_soon.md extra_css:

  • senselcss/sensel.css
  • senselcss/docs.css
  • senselcss/MyFontsWebfontsKit.css extra: logo: img/sensel-logo-white.svg logoalt: img/sensel-logo-blue.svg logo_home: img/sensel-logo-white.svg org_url: http://www.sensel.com/ back_home: click for sensel.com

font: text: Arboria feature: tabs: false palette: primary: sensel accent: sensel social: - type: facebook link: https://www.facebook.com/Sensel-1609478749324402/ - type: twitter link: https://twitter.com/senselinc - type: instagram link: https://instagram.com/senselinc - type: github-alt link: https://github.com/sensel

stuzog avatar Jul 30 '20 18:07 stuzog