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('
.