practicalli / clojure-web-services

Develop production grade server-side web services and APIs using Clojure and REPL driven development
https://practical.li/clojure-web-services
Creative Commons Attribution Share Alike 4.0 International
11 stars 14 forks source link

Update Practicalli Clojure Web Services to MkDocs Material version 9 #119

Closed practicalli-johnny closed 1 year ago

practicalli-johnny commented 1 year ago

Update Material for MkDocs to version 9

The GitHub Publish Book workflow installs version 9 of Material for MkDocs

Install Material for MkDocs version 9 locally

pip install mkdocs-material=="9.*" 

Update mkdocs.yml configuration to include features that became optional in version 9

    - content.code.copy
    - content.action.edit
    - content.action.view
    - navigation.footer

Reference