Skip to content

Commit

Permalink
hopefully it'll find the pages now
Browse files Browse the repository at this point in the history
Signed-off-by: Amndeep Singh Mann <[email protected]>
  • Loading branch information
Amndeep7 committed Feb 13, 2025
1 parent d18f050 commit 3922ddd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
4 changes: 2 additions & 2 deletions src/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { navbar } from "vuepress-theme-hope";

export default navbar([
"/",
{ text: "User Guide", icon: "creative", link: "tir_user_guide.md" },
{ text: "Admin Guide", icon: "creative", link: "tir_admin_guide.md" }
{ text: "User Guide", icon: "creative", link: "/guides/user/" },
{ text: "Admin Guide", icon: "creative", link: "/guides/admin/" }
]);
6 changes: 2 additions & 4 deletions src/.vuepress/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@ export default sidebar({
{
icon: "creative",
text: "User Guide",
link: "tir_user_guide.md",
// prefix: "",
prefix: "guides/user",
// children: "structure",
collapsible: true
},
{
icon: "creative",
text: "Admin Guide",
link: "tir_admin_guide.md",
// prefix: "",
prefix: "guides/admin",
// children: "structure",
collapsible: true
}
Expand Down
7 changes: 0 additions & 7 deletions src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ actions:
link: /guides/user
type: primary

highlights:
- header: What You Will Learn
description: Our classes cover a large range of topics from the MITRE Security Automation Framework.
# image: /assets/image/markdown.svg
bgImage: https://theme-hope-assets.vuejs.press/bg/2-light.svg
bgImageDark: https://theme-hope-assets.vuejs.press/bg/2-dark.svg

copyright: Apache-2.0 | Copyright © 2024 | The MITRE Corporation | Lockheed Martin
footer: <div style="padding-left:12px;padding-right:32px;"><p style="font-size:20px;font-weight:500;text-align:left;vertical-align:middle;"><a href="https://saf.mitre.org" alt="The MITRE SAF"><img src="./logo.svg" style="width:35px;vertical-align:middle;padding-right:12px;" alt="MITRE SAF Training">MITRE SAF</a></p><div style="display:flex;justify-content:center;align-items:center;"><a href="https://www.netlify.com"><img src="https://www.netlify.com/v3/img/components/netlify-color-accent.svg" style="width:80px;position:relative;top:50%;transform:translateY(-50%);" alt="Deploys by Netlify" /></a></div></div>
---

0 comments on commit 3922ddd

Please sign in to comment.