Skip to content
Permalink
Browse files
Quick readme update
  • Loading branch information
aa9863 committed Sep 8, 2021
1 parent a07de37 commit c2baa9df24a9a9cc767c0d71fe6621083a608283
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
@@ -2,9 +2,31 @@

Some quick modifications for MK docs and teaching


- Current mk-docs material version 7.1.7


Main Docs can be found here

https://squidfunk.github.io/mkdocs-material/

## Usage Notes

### Install

With python. (I would also use a virtualenv)

```
pip install -r REQUIREMENTS.txt
```

### Uploading the docs

```
mkdocs gh-deploy
```



## Notes for Updating

If I make changes it may be useful to update any other repos
@@ -22,5 +44,5 @@ Merge made by the 'recursive' strategy.

- Material 7.2.1
- Material 7.x Introduced dark mode toggle, So this has been removed.
- Added Analytics script section for probable plausible intergrations.
- Added Analytics script section for probable plausible integrations.

@@ -1,5 +1,6 @@
[data-md-color-scheme=slate]{
--md-text-link-color: #00ca00;
--md-typeset-a-color: #00ca00;
}

.darkIcon {

0 comments on commit c2baa9d

Please sign in to comment.