Skip to content

Commit

Permalink
Cleanup ToC for learning resources page
Browse files Browse the repository at this point in the history
Signed-off-by: Nico Burns <[email protected]>
  • Loading branch information
nicoburns committed Jan 3, 2025
1 parent fefa180 commit a4ebcb7
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/routes/learning_resources.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ pub(crate) async fn run() -> impl IntoResponse {
]},
TocSection { name: "Other".into(), slug: "learning-resources".into(), subsections: vec![
TocSubSection { name: "Learning by doing".into(), slug: "by-doing".into() },
TocSubSection { name: "Videos".into(), slug: "videos".into() },
]},
TocSection { name: "Community".into(), slug: "community".into(), subsections: vec![
TocSubSection { name: "Crate Discovery".into(), slug: "crate-discovery".into() },
TocSubSection { name: "Community Updates".into(), slug: "community-updates".into() },
TocSubSection { name: "Asking for help".into(), slug: "help".into() },
]}
// TocSection { name: "Community".into(), slug: "community".into(), subsections: vec![
// TocSubSection { name: "Crate Discovery".into(), slug: "crate-discovery".into() },
// TocSubSection { name: "Community Updates".into(), slug: "community-updates".into() },
// TocSubSection { name: "Asking for help".into(), slug: "help".into() },
// ]}
];

// Render template
Expand Down

0 comments on commit a4ebcb7

Please sign in to comment.