We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de47514 commit 6dbbe35Copy full SHA for 6dbbe35
3 files changed
.gitignore
@@ -1,2 +1,5 @@
1
.idea
2
+
3
+# MkDocs
4
site
5
+.cache
docs/requirements.txt
@@ -1,2 +1,4 @@
mkdocs-material
mkdocs-glightbox
+mkdocs-git-revision-date-localized-plugin
+mkdocs-git-committers-plugin-2
mkdocs.yml
@@ -54,6 +54,10 @@ extra:
54
plugins:
55
- glightbox
56
- search
57
+ - git-revision-date-localized
58
+ - git-committers:
59
+ repository: CookieAppTeam/docs
60
+ branch: main
61
nav:
62
- 🏠 Home: index.md
63
- ✨ Customization: customization.md
0 commit comments