Skip to content
Permalink
5c9159be32
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
23 lines (14 sloc) 645 Bytes

Custom Modifications for Mk-Docs

Some quick modifications for MK docs and teaching

  • Current mk-docs material version 7.1.7

Notes for Updating

If I make changes it may be useful to update any other repos We can do this with

PS C:\Users\dang\Documents\GitHub\245CT> git remote add template https://github.coventry.ac.uk/aa9863/mkdocs-template.git
PS C:\Users\dang\Documents\GitHub\245CT> git fetch --all
PS C:\Users\dang\Documents\GitHub\245CT> git merge template/master --allow-unrelated-histories
Merge made by the 'recursive' strategy.

CHANGES

  • Material 7.x Introduced dark mode toggle, So this has been removed.