We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed034e commit 4522fdfCopy full SHA for 4522fdf
.gitignore
@@ -62,10 +62,14 @@ docker-compose.override.yml
62
.dockerignore
63
.docker/
64
65
+# MkDocs
66
+site/
67
+*.mkdocs-build
68
+
69
# Jekyll
70
_site
71
.sass-cache
72
.jekyll-cache
73
.jekyll-metadata
74
vendor
-Gemfile.lock
75
+Gemfile.lock
docs/api/config.md
@@ -23,7 +23,3 @@
23
## Internationalization
24
25
::: hatchling.config.i18n
26
-
27
-## Languages
28
29
-::: hatchling.config.languages
0 commit comments