| commit | 80e68a4901d58186bb768094c1a5a8080d37a03e | [log] [tgz] |
|---|---|---|
| author | Scott Todd <scotttodd@google.com> | Fri Jul 21 15:10:56 2023 -0700 |
| committer | GitHub <noreply@github.com> | Fri Jul 21 15:10:56 2023 -0700 |
| tree | 68141c8e1716cf303c1cf47c3abe09eb4696753e | |
| parent | 703863be77d02baf74548eb832247c5a93e0af25 [diff] [blame] |
Update to mkdocs-material 9.2. (#14474) Note: 9.2 is in beta. We might want to wait until it is official released to merge this. Maybe we should pin our version first though... the changes to the partial files will break us with our currently unpinned / auto-updating publish CI. ### Changes - [x] Pin downloaded mkdocs-material version - [x] Merge upstream changes to partial files - [x] Add 'new' [status](https://squidfunk.github.io/mkdocs-material/reference/#setting-the-page-status) to developer tips and tricks page - [x] Add [icons](https://squidfunk.github.io/mkdocs-material/reference/#setting-the-page-icon) to most pages - [x] Add an [annotation](https://squidfunk.github.io/mkdocs-material/reference/annotations/) - [ ] (Not done) Switch blog pages to use [built-in blog plugin](https://squidfunk.github.io/mkdocs-material/setup/setting-up-a-blog/) ### Preview   
diff --git a/docs/website/mkdocs.yml b/docs/website/mkdocs.yml index 1431d9a..70fdadb 100644 --- a/docs/website/mkdocs.yml +++ b/docs/website/mkdocs.yml
@@ -71,6 +71,9 @@ link: https://groups.google.com/forum/#!forum/iree-discuss name: IREE Discuss Google Group + status: + new: Recently added + extra_css: - assets/stylesheets/extra.css - assets/stylesheets/openxla.css