diff --git a/src/App.tsx b/src/App.tsx index f8c40ae..799276e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -14,6 +14,7 @@ import gswGradlePath from './pages/GettingStarted/GettingStartedWithGradle.md'; import gswApacheMavenPath from './pages/GettingStarted/GettingStartedWithApacheMaven.md'; import gswJitpack from './pages/GettingStarted/GettingStartedWithJitpack.md'; import gswGroovyGrape from './pages/GettingStarted/GettingStartedWithGroovyGrape.md'; +import buildingFromSource from './pages/GettingStarted/BuildingFromSource.md'; export const App = (): JSX.Element => { const { data: summary, isLoading, isError } = useGetSummary(); @@ -71,6 +72,12 @@ export const App = (): JSX.Element => { path="/getting-started/getting-started-with-groovy-grape" element={} /> + + } + /> diff --git a/src/components/MainNav/MainNav.tsx b/src/components/MainNav/MainNav.tsx index c125256..290ad92 100644 --- a/src/components/MainNav/MainNav.tsx +++ b/src/components/MainNav/MainNav.tsx @@ -95,6 +95,11 @@ export const MainNav = (props: IMainNav) => { Getting Started With Groovy Grape +
  • + + Building From Source + +
  • Guides & Concepts