ci(frontend): added in big button for docs lol

This commit is contained in:
2025-09-08 16:09:08 -05:00
parent fc7ecb6ab6
commit 160444d2f4
24 changed files with 2743 additions and 310 deletions

View File

@@ -3,7 +3,7 @@ import type { Config } from "@docusaurus/types";
import type * as Preset from "@docusaurus/preset-classic";
// This runs in Node.js - Don't use client-side code here (browser APIs, JSX...)
const APP_URL = process.env.APP_URL || "http://localhost:5173/lst/app";
const config: Config = {
title: "Logistics Support Tool",
tagline: "lst",
@@ -101,9 +101,10 @@ const config: Config = {
label: "Docs",
},
// {
// to: "/lst/app",
// label: "App",
// position: "right",
// href: APP_URL, // ✅ use href for absolute path
// target: "_self", // optional: use '_blank' to open in new tab
// },
// { to: "/blog", label: "Blog", position: "left" },
// {