fix prettier

Signed-off-by: Aramis <sennyeyaramis@gmail.com>
This commit is contained in:
Aramis
2024-01-26 11:49:19 -05:00
parent ecab5c032c
commit fe069efbe6
2 changed files with 4 additions and 6 deletions
+3 -3
View File
@@ -146,12 +146,12 @@ module.exports = {
},
{
from: '/docs/auth/glossary',
to: '/docs/references/glossary'
to: '/docs/references/glossary',
},
{
from: '/docs/overview/glossary',
to: '/docs/references/glossary'
}
to: '/docs/references/glossary',
},
],
},
],
+1 -3
View File
@@ -478,8 +478,6 @@
],
"FAQ": ["faq/index", "faq/product", "faq/technical"],
"Accessibility": ["accessibility/index"],
"References": [
"references/glossary"
]
"References": ["references/glossary"]
}
}