new settings2

This commit is contained in:
Giuseppe De Franceschi 2025-08-20 07:31:58 +02:00
parent 4f9031a9ae
commit 9170033052
3 changed files with 8 additions and 5 deletions

View File

@ -13,7 +13,7 @@ import styles from './intro.module.css';
<div className={styles.landingContainer}>
<h1>🤖 Benvenuto nel Portale Automazione</h1>
<h1>🤖 Benvenuto nel Portale Automazione DFFM.it</h1>
<p style={{ fontSize: '1.2rem' }}>
Scopri la documentazione tecnica per tre delle principali piattaforme di automazione:

View File

@ -43,7 +43,7 @@ const config: Config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
"https://gitlab.tecnopackspa.it/tp-docs/tp-docs/-/edit/master/",
"https://gitlab.dffm.it/giuseppe/docs/-/edit/main/",
},
blog: {
showReadingTime: true,
@ -54,7 +54,7 @@ const config: Config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://gitlab.tecnopackspa.it/tp-docs/tp-docs/-/edit/master/',
"https://gitlab.dffm.it/giuseppe/docs/-/edit/main/",
// Useful options to enforce blogging best practices
onInlineTags: 'warn',
onInlineAuthors: 'warn',

View File

@ -4,5 +4,8 @@
"compilerOptions": {
"baseUrl": "."
},
"exclude": [".docusaurus", "build"]
"exclude": [
".docusaurus",
"build"
]
}