FIX: Fixes broken links, rewording

This commit is contained in:
Nicolás Hatcher
2024-11-24 15:33:50 +01:00
committed by Nicolás Hatcher Andrés
parent 8243e231ab
commit 16212b1518
14 changed files with 342 additions and 361 deletions

View File

@@ -71,7 +71,7 @@ export default defineConfig({
{
text: "Lookup and reference",
collapsed: true,
link: "/functions/lookup_and_reference",
link: "/functions/lookup-and-reference",
items: [
{
text: "ADDRESS",
@@ -1214,29 +1214,6 @@ export default defineConfig({
},
],
},
{
text: "Uncatogorized",
collapsed: true,
link: "/functions/uncatogorized",
items: [
{
text: "REGEXTEST",
link: "/functions/uncatogorized/regextest",
},
{
text: "REGEXEXTRACT",
link: "/functions/uncatogorized/regexextract",
},
{
text: "REGEXREPLACE:",
link: "/functions/uncatogorized/regexreplace:",
},
{
text: "TRIMRANGE",
link: "/functions/uncatogorized/trimrange",
},
],
},
{
text: "Text",
collapsed: true,
@@ -1345,9 +1322,9 @@ export default defineConfig({
],
},
{
text: "Math andtrigonometry",
text: "Math and trigonometry",
collapsed: true,
link: "/functions/math_and_trigonometry",
link: "/functions/math-and-trigonometry",
items: [
{
text: "ABS",
@@ -1765,7 +1742,7 @@ export default defineConfig({
{
text: "Date and time",
collapsed: true,
link: "/functions/date_and_time",
link: "/functions/date-and-time",
items: [
{
text: "DATE",
@@ -1960,6 +1937,29 @@ export default defineConfig({
},
],
},
{
text: "Uncatogorized",
collapsed: true,
link: "/functions/uncatogorized",
items: [
{
text: "REGEXTEST",
link: "/functions/uncatogorized/regextest",
},
{
text: "REGEXEXTRACT",
link: "/functions/uncatogorized/regexextract",
},
{
text: "REGEXREPLACE:",
link: "/functions/uncatogorized/regexreplace:",
},
{
text: "TRIMRANGE",
link: "/functions/uncatogorized/trimrange",
},
],
},
],
},
{