diff --git a/articles/toc.yml b/articles/toc.yml index efa25c5..ddc972f 100644 --- a/articles/toc.yml +++ b/articles/toc.yml @@ -1,7 +1,7 @@ - name: Introduction href: - name: Roadmap - href: roadmap.md + href: /roadmap/ - name: What's New href: whats_new.md - name: Getting Started diff --git a/docfx.json b/docfx.json index ba76ca2..877a25e 100644 --- a/docfx.json +++ b/docfx.json @@ -38,6 +38,8 @@ "articles/**/*.md", "articles/**/*.yml", "foundation/**/*.md", + "roadmap/**/*.md", + "roadmap/**/*.yml", "toc.yml", "*.md" ], diff --git a/articles/images/Roadmap.png b/roadmap/images/Roadmap.png similarity index 100% rename from articles/images/Roadmap.png rename to roadmap/images/Roadmap.png diff --git a/articles/roadmap.md b/roadmap/index.md similarity index 99% rename from articles/roadmap.md rename to roadmap/index.md index 597601f..293fc9e 100644 --- a/articles/roadmap.md +++ b/roadmap/index.md @@ -1,6 +1,8 @@ --- title: MonoGame Roadmap description: The forecasted roadmap for MonoGame development/improvement, including lists of bounties in development. +_disableToc: true +_disableBreadcrumb: true --- ## MonoGame official roadmap diff --git a/templates/monogame/layout/_master.tmpl b/templates/monogame/layout/_master.tmpl index d0ddc71..195c872 100644 --- a/templates/monogame/layout/_master.tmpl +++ b/templates/monogame/layout/_master.tmpl @@ -15,7 +15,7 @@ {{>partials/theme}} {{>partials/analytics}} -
+ {{>partials/topnav}}