Skip to content

Commit 91729f8

Browse files
committed
Docs
1 parent a7ef4e6 commit 91729f8

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

docs/usage/quickstart.en.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ print("----------------------------------\n")
7474
print("Plot:", anime.getTrama())
7575
print("----------------------------------\n")
7676

77+
# Cover
78+
print("Cover: ", anime.getCover())
79+
print("----------------------------------\n")
80+
7781
# General information
7882
info = anime.getInfo()
7983
print("General Information:\n", "\n".join(

docs/usage/quickstart.it.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ print("----------------------------------\n")
7474
print("Trama:", anime.getTrama())
7575
print("----------------------------------\n")
7676

77+
# La locandina
78+
print("Cover: ", anime.getCover())
79+
print("----------------------------------\n")
80+
7781
# Informazioni generali
7882
info = anime.getInfo()
7983
print("Informazioni generali:\n", "\n".join(

mkdocs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ theme:
2323
favicon: static/img/logo.svg
2424
features:
2525
- navigation.sections
26+
- navigation.tracking
2627
- search.suggest
2728
- content.code.annotate
2829
- content.code.copy
@@ -68,12 +69,15 @@ plugins:
6869
- locale: it
6970
name: Italiano
7071
build: true
71-
- autorefs
72+
- autorefs:
73+
resolve_closest: true
7274
- git-revision-date-localized:
7375
type: date
7476
locale: en
7577
- search:
76-
lang: en
78+
lang:
79+
- en
80+
- it
7781
- mkdocstrings:
7882
default_handler: python
7983
handlers:

0 commit comments

Comments
 (0)