From 3af82984e0c0b453283eb9ae5f5416fea7a1da97 Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Wed, 7 Aug 2024 23:36:32 -0400 Subject: [PATCH] git stuff --- .cache/plugin/git-committers/page-authors.json | 1 + mkdocs-sp.yml | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 .cache/plugin/git-committers/page-authors.json diff --git a/.cache/plugin/git-committers/page-authors.json b/.cache/plugin/git-committers/page-authors.json new file mode 100644 index 0000000000..632b8cbf28 --- /dev/null +++ b/.cache/plugin/git-committers/page-authors.json @@ -0,0 +1 @@ +{"cache_date": "2024-08-07", "page_authors": {"docs/index.md": {"last_commit_date": "2024-07-28", "authors": [{"login": "adeebshihadeh", "name": "adeebshihadeh", "url": "https://github.com/adeebshihadeh", "avatar": "https://avatars.githubusercontent.com/u/8762862?v=4"}, {"login": "tecandrew", "name": "tecandrew", "url": "https://github.com/tecandrew", "avatar": "https://avatars.githubusercontent.com/u/21319730?v=4"}, {"login": "pd0wm", "name": "pd0wm", "url": "https://github.com/pd0wm", "avatar": "https://avatars.githubusercontent.com/u/1314752?v=4"}]}, "docs/SAFETY.md": {"last_commit_date": "2023-07-25", "authors": [{"login": "haraschax", "name": "haraschax", "url": "https://github.com/haraschax", "avatar": "https://avatars.githubusercontent.com/u/6804392?v=4"}, {"login": "sshane", "name": "sshane", "url": "https://github.com/sshane", "avatar": "https://avatars.githubusercontent.com/u/25857203?v=4"}, {"login": "pd0wm", "name": "pd0wm", "url": "https://github.com/pd0wm", "avatar": "https://avatars.githubusercontent.com/u/1314752?v=4"}, {"login": "geohot", "name": "geohot", "url": "https://github.com/geohot", "avatar": "https://avatars.githubusercontent.com/u/72895?v=4"}]}, "docs/how-to/turn-the-speed-blue.md": {"last_commit_date": "2024-07-28", "authors": [{"login": "adeebshihadeh", "name": "adeebshihadeh", "url": "https://github.com/adeebshihadeh", "avatar": "https://avatars.githubusercontent.com/u/8762862?v=4"}]}}} \ No newline at end of file diff --git a/mkdocs-sp.yml b/mkdocs-sp.yml index d56fd24ac1..365b55b4bc 100644 --- a/mkdocs-sp.yml +++ b/mkdocs-sp.yml @@ -79,6 +79,15 @@ markdown_extensions: - toc: permalink: true +plugins: + - git-authors + - git-committers: + repository: sunnypilot/sunnypilot + branch: master + enabled: !ENV [CI, false] + - git-revision-date-localized: + enable_creation_date: true + nav: - Getting Started: - index.md