Merge branch 'feature/newsettings' into 'main'

Feature/newsettings

See merge request giuseppe/docs!1
This commit is contained in:
Giuseppe 2025-08-20 05:44:50 +00:00
commit 68a267e205
3 changed files with 11 additions and 10 deletions

View File

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

View File

@ -15,10 +15,8 @@ const config: Config = {
}, },
// Set the production url of your site here // Set the production url of your site here
url: "https://docs.gitlab.tecnopackspa.it/", url: 'https://docs.dffm.it',
// Set the /<baseUrl>/ pathname under which your site is served baseUrl: '/',
// For GitHub pages deployment, it is often '/<projectName>/'
baseUrl: "/",
// GitHub pages deployment config. // GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these. // If you aren't using GitHub pages, you don't need these.
@ -45,7 +43,7 @@ const config: Config = {
// Please change this to your repo. // Please change this to your repo.
// Remove this to remove the "edit this page" links. // Remove this to remove the "edit this page" links.
editUrl: editUrl:
"https://gitlab.tecnopackspa.it/tp-docs/tp-docs/-/edit/master/", "https://gitlab.dffm.it/giuseppe/docs/-/edit/main/",
}, },
blog: { blog: {
showReadingTime: true, showReadingTime: true,
@ -56,7 +54,7 @@ const config: Config = {
// Please change this to your repo. // Please change this to your repo.
// Remove this to remove the "edit this page" links. // Remove this to remove the "edit this page" links.
editUrl: 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 // Useful options to enforce blogging best practices
onInlineTags: 'warn', onInlineTags: 'warn',
onInlineAuthors: 'warn', onInlineAuthors: 'warn',
@ -126,7 +124,7 @@ const config: Config = {
position: "left", position: "left",
label: "Documentazione", label: "Documentazione",
}, //, }, //,
{to: '/blog', label: 'Blog', position: 'left'}, { to: '/blog', label: 'Blog', position: 'left' },
/*{ /*{
href: 'https://github.com/facebook/docusaurus', href: 'https://github.com/facebook/docusaurus',
label: 'GitHub', label: 'GitHub',

View File

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