diff --git a/docs/_sidebar.md b/docs/_sidebar.md index d9d5e90..96aa644 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -1,4 +1,5 @@ -- [Home](/) +- Getting Started + - [Home](/) - Jetson - [MQTT](jetson/mqtt.md) - Computer Vision diff --git a/docs/cv/onboarding.md b/docs/cv/onboarding.md index fef99e4..3819169 100644 --- a/docs/cv/onboarding.md +++ b/docs/cv/onboarding.md @@ -1 +1,3 @@ - \ No newline at end of file + +> Repository: [CV-Onboarding](https://github.com/umigv/CV-Onboarding) +--- diff --git a/docs/cv/scene_perception.md b/docs/cv/scene_perception.md index fef99e4..ff64962 100644 --- a/docs/cv/scene_perception.md +++ b/docs/cv/scene_perception.md @@ -1 +1 @@ - \ No newline at end of file + diff --git a/docs/cv/yolo_stack.md b/docs/cv/yolo_stack.md index fef99e4..ff64962 100644 --- a/docs/cv/yolo_stack.md +++ b/docs/cv/yolo_stack.md @@ -1 +1 @@ - \ No newline at end of file + diff --git a/docs/docsify-plugin-test.js b/docs/docsify-plugin-test.js index 8dff1f5..c429375 100644 --- a/docs/docsify-plugin-test.js +++ b/docs/docsify-plugin-test.js @@ -35,6 +35,11 @@ }); hook.afterEach(function (html, next) { + // check if the html is empty if it is then refetch the page + if (html.startsWith('

.

')) { + console.log('Redirecting to home page'); + window.location.replace(window.location.origin + "/#/"); + } next(html); }); }; diff --git a/docs/embedded/stack.md b/docs/embedded/stack.md index fef99e4..ff64962 100644 --- a/docs/embedded/stack.md +++ b/docs/embedded/stack.md @@ -1 +1 @@ - \ No newline at end of file + diff --git a/docs/index.html b/docs/index.html index 289b8af..4345b78 100644 --- a/docs/index.html +++ b/docs/index.html @@ -21,7 +21,6 @@ name: 'ARV Documentation', repo: 'https://github.com/umigv/', loadSidebar: true, - subMaxLevel: 2, themeColor: '#419CEA', darklightTheme: { siteFont: 'Source Sans Pro', @@ -57,6 +56,7 @@ src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js" type="text/javascript"> + diff --git a/docs/nav/nav_stack.md b/docs/nav/nav_stack.md index fef99e4..ff64962 100644 --- a/docs/nav/nav_stack.md +++ b/docs/nav/nav_stack.md @@ -1 +1 @@ - \ No newline at end of file + diff --git a/docs/nav/onboarding.md b/docs/nav/onboarding.md index fef99e4..ff64962 100644 --- a/docs/nav/onboarding.md +++ b/docs/nav/onboarding.md @@ -1 +1 @@ - \ No newline at end of file + diff --git a/docs/nav/simulation.md b/docs/nav/simulation.md index fef99e4..ff64962 100644 --- a/docs/nav/simulation.md +++ b/docs/nav/simulation.md @@ -1 +1 @@ - \ No newline at end of file + diff --git a/docs/sensors/onboarding.md b/docs/sensors/onboarding.md index fef99e4..ff64962 100644 --- a/docs/sensors/onboarding.md +++ b/docs/sensors/onboarding.md @@ -1 +1 @@ - \ No newline at end of file +