Docs update (#2655)

* Add 'dev' in 'docs' Folder to the Ignored Nav List to suppress mkdocs warnings on each site build

* Move '/.github/CONTRIBUTING.md' to '/docs' folder, and removed '/docs/contribute.md' as it's not needed any more

* Add GitHub Dark & Light Themes Tagging to Images found in the Docs
This commit is contained in:
Mr.k
2024-10-01 22:10:17 +03:00
committed by GitHub
parent 38cf922572
commit db26666f97
4 changed files with 130 additions and 129 deletions

3
.github/mkdocs.yml vendored
View File

@ -11,6 +11,9 @@ nav:
- Known Issues: 'KnownIssues.md'
- FAQ: 'faq.md'
not_in_nav: |
dev/
theme:
name: material
custom_dir: '../overrides'