diff options
author | delucis | 2023-09-06 13:28:38 +0000 |
---|---|---|
committer | fredkbot | 2023-09-06 13:28:38 +0000 |
commit | 3db6cced1b14c77400e5d4eb6a825a5fd37f3db5 (patch) | |
tree | d9105120f2a796662b804191fcd43dce1dfe602b | |
parent | 80c5610c1ad0bab85ab4ca7ce5837f9fd1e6243b (diff) | |
download | IT.starlight-3db6cced1b14c77400e5d4eb6a825a5fd37f3db5.tar.gz IT.starlight-3db6cced1b14c77400e5d4eb6a825a5fd37f3db5.tar.bz2 IT.starlight-3db6cced1b14c77400e5d4eb6a825a5fd37f3db5.zip |
[ci] format
-rw-r--r-- | docs/src/content/docs/it/guides/customization.mdx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/src/content/docs/it/guides/customization.mdx b/docs/src/content/docs/it/guides/customization.mdx index 7e04e13f..236bda30 100644 --- a/docs/src/content/docs/it/guides/customization.mdx +++ b/docs/src/content/docs/it/guides/customization.mdx @@ -177,7 +177,8 @@ tableOfContents: false defineConfig({ integrations: [ starlight({ - title: 'Documentazione con indice dei contenuti disabilitato a livello globale', + title: + 'Documentazione con indice dei contenuti disabilitato a livello globale', tableOfContents: false, }), ], |