This project is to convert the existing SPotify Web API documentation into MkDocs. During this effort I plan to better understand the abilities and limitations of MkDocs and its plug-ins.
This repository implements a GitHub workflow that publishes my changes to the GitHub page on merge.
Where it began: https://developer.spotify.com/documentation/web-api
My conversion: https://pastranadigital.github.io/Spotify-API-as-MkDocs/
- Using custom stylesheets to control the visibility of "Table of Contents" for all pages
- Controlling the order of the navgiation utilizing the "Awesome Pages" plugin
- Linking between pages thru folders
- Setting image width using
img
html code does not render with MkDocs - Compatibiltiy with Light or Dark mode using material toggle
- Enabling site-wide search
- Customized to use Logo and Favicon
- Displaying multiple code examples in tabbed layout