Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ node_modules
.idea
.cache
.vscode
solution
solution
.DS_Store
Binary file added docs/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions mkdocs-en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ site_description: LeetCode solutions in any programming language
site_dir: site/en
docs_dir: docs-en
theme:
favicon: favicon.ico
language: en
font:
text: Roboto
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ repo_url: https://github.com/doocs/leetcode
copyright: Copyright &copy; 2024 <a href="https://github.com/doocs">Doocs</a>

theme:
favicon: favicon.ico
name: material
custom_dir: overrides
features:
Expand Down