Skip to content

Commit 2dc4a8f

Browse files
committed
docs
1 parent 8a13c1e commit 2dc4a8f

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/deploy-mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
python-version: 3.x
3131
- name: Setup dependencies
32-
run: pip install --upgrade pip && pip install mkdocs mkdocs-material mkdocstrings mkdocstrings[python] black
32+
run: pip install --upgrade pip && pip install mkdocs mkdocs-material mkdocstrings mkdocstrings[python] black mkdocs-git-revision-date-localized-plugin
3333
- name: Build with MkDocs
3434
run: |
3535
mkdocs build -c -d _site

docs/api-reference/developer-interface.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
search:
3+
boost: 2
4+
---
5+
16
# Developer Interface
27

38
## Funzioni

docs/usage/advanced.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,5 +186,3 @@ In questo esempio il download viene fermato dopo 5 secondi.
186186
```py title="example.py" linenums="1"
187187
--8<-- "static/example.py"
188188
```
189-
190-
//TODO: da ampliare

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ markdown_extensions:
5858

5959
plugins:
6060
- autorefs
61+
- git-revision-date-localized:
62+
type: date
63+
locale: it
6164
- search:
6265
lang: it
6366
- mkdocstrings:

0 commit comments

Comments
 (0)