Skip to content

Commit

Permalink
Merge pull request #77 from Eisen666/upstream/Eisen-navbar-fix
Browse files Browse the repository at this point in the history
Update collapsible sub-menus and fixing the splashkit file under the Product folder
  • Loading branch information
omckeon authored May 20, 2024
2 parents 3941e0a + e94ed6c commit c165397
Showing 1 changed file with 69 additions and 59 deletions.
128 changes: 69 additions & 59 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,25 +20,34 @@ export default defineConfig({
sidebar: [
{
label: "Processes",
collapsed: true, // Collapsed by default
items: [
{
label: "Thoth Tech Technology Stack Document",
link: "processes/thoth-tech-technology-stack",

},

{ label: "Introduction", link: "/processes/introduction" },
{ label: "Introduction",
link: "/processes/introduction",
},

{
label: "Cyber Security Guidelines",
collapsed: true, // Collapsed by default
autogenerate: {
directory: "processes/cyber-security-guidelines",

},
},
{
label: "Documentation",
collapsed: true, // Collapsed by default
autogenerate: { directory: "processes/Documentation" },
},
{
label: "Quality Assurance",
collapsed: true, // Collapsed by default
items: [
{
label: "Git Contributions Guide",
Expand All @@ -64,24 +73,28 @@ export default defineConfig({
},
{
label: "Teams and Leadership",
collapsed: true, // Collapsed by default
autogenerate: {
directory: "teams-and-leadership",
},
},
{
label: "Company Wide Submissions",
collapsed: true, // Collapsed by default
autogenerate: {
directory: "companywidesubmissions",
},
},
{
label: "Reference",
collapsed: true, // Collapsed by default
autogenerate: {
directory: "reference",
},
},
{
label: "Policies",
collapsed: true, // Collapsed by default
autogenerate: {
directory: "policies",
},
Expand All @@ -95,6 +108,7 @@ export default defineConfig({
},
{
label: "Art Gallery",
collapsed: true, // Collapsed by default
items: [
{
label: "Get to Know Us",
Expand Down Expand Up @@ -168,6 +182,7 @@ export default defineConfig({
},
{
label: "Company Operations",
collapsed: true, // Collapsed by default
items: [
{
label: "Get to Know Us",
Expand Down Expand Up @@ -215,6 +230,7 @@ export default defineConfig({
},
{
label: "CourseFlow",
collapsed: true, // Collapsed by default
items: [
{
label: "Get to Know Us",
Expand Down Expand Up @@ -244,6 +260,7 @@ export default defineConfig({
},
{
label: "OnTrack",
collapsed: true, // Collapsed by default
items: [
{
label: "Get to Know Us",
Expand Down Expand Up @@ -385,89 +402,82 @@ export default defineConfig({
},
],
},
],
},
{
label: "SplashKit",
items: [
{
label: "Get to Know Us",
link: "/products/splashkit/example",
},
{
label: "Projects",
autogenerate: {
directory: "products/splashkit/projects",
},
},
{
label: "Documentation",
autogenerate: {
directory: "products/splashkit/documentation",
},
// items: [
// {
// label: "Applications",
// autogenerate: {
// directory: "products/splashkit/documentation/applications",
// },
// },
// ],
label: "SplashKit",
collapsed: true, // Collapsed by default
items: [
{
label: "Tutorials",
autogenerate: {
directory: "products/splashkit/documentation/tutorials",
},
label: "Get to Know Us",
link: "/products/splashkit/example",
},
{
label: "Expansions",
label: "Projects",
autogenerate: {
directory: "products/splashkit/documentation/expansions",
directory: "products/splashkit/projects",
},
},
{
label: "SplashKit Online",
label: "Documentation",
autogenerate: {
directory: "products/splashkit/documentation/splashkit-online",
directory: "products/splashkit/documentation",
},
items: [
{
label: "Code Documentation",
label: "Tutorials",
autogenerate: {
directory: "products/splashkit/documentation/tutorials",
},
},
{
label: "Expansions",
autogenerate: {
directory: "products/splashkit/documentation/expansions",
},
},
{
label: "SplashKit Online",
autogenerate: {
directory: "products/splashkit/documentation/splashkit-online/code-documentation",
directory: "products/splashkit/documentation/splashkit-online",
},
items: [
{
label: "Classes",
autogenerate: {
directory: "products/splashkit/documentation/splashkit-online/code-documentation/classes",
},
},
{
label: "Processes",
autogenerate: {
directory: "products/splashkit/documentation/splashkit-online/code-documentation/processes",
},
},
{
label: "Other",
label: "Code Documentation",
autogenerate: {
directory: "products/splashkit/documentation/splashkit-online/code-documentation/other",
directory: "products/splashkit/documentation/splashkit-online/code-documentation",
},
items: [
{
label: "Classes",
autogenerate: {
directory: "products/splashkit/documentation/splashkit-online/code-documentation/classes",
},
},
{
label: "Processes",
autogenerate: {
directory: "products/splashkit/documentation/splashkit-online/code-documentation/processes",
},
},
{
label: "Other",
autogenerate: {
directory: "products/splashkit/documentation/splashkit-online/code-documentation/other",
},
},
]
},
]
},
]
],
},
{
label: "Issues and Resolutions",
autogenerate: {
directory: "products/splashkit/issues-and-resolutions",
},
},
],
},
{
label: "Issues and Resolutions",
autogenerate: {
directory: "products/splashkit/issues-and-resolutions",
},
},
],
},
],
Expand Down

0 comments on commit c165397

Please sign in to comment.