Skip to content

Commit

Permalink
Add more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
arnavs-0 committed Oct 27, 2024
1 parent 882d53f commit 44a6dd3
Show file tree
Hide file tree
Showing 11 changed files with 18 additions and 10 deletions.
3 changes: 2 additions & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- [Home](/)
- Getting Started
- [Home](/)
- Jetson
- [MQTT](jetson/mqtt.md)
- Computer Vision
Expand Down
4 changes: 3 additions & 1 deletion docs/cv/onboarding.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
<!-- Placeholder -->
<!-- Placeholder -->
> Repository: [CV-Onboarding](https://github.com/umigv/CV-Onboarding)
---
2 changes: 1 addition & 1 deletion docs/cv/scene_perception.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- Placeholder -->
<!-- Placeholder -->
2 changes: 1 addition & 1 deletion docs/cv/yolo_stack.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- Placeholder -->
<!-- Placeholder -->
5 changes: 5 additions & 0 deletions docs/docsify-plugin-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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('<div id="docsify-darklight-theme"><p>.</p></div>')) {
console.log('Redirecting to home page');
window.location.replace(window.location.origin + "/#/");
}
next(html);
});
};
Expand Down
2 changes: 1 addition & 1 deletion docs/embedded/stack.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- Placeholder -->
<!-- Placeholder -->
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
name: 'ARV Documentation',
repo: 'https://github.com/umigv/',
loadSidebar: true,
subMaxLevel: 2,
themeColor: '#419CEA',
darklightTheme: {
siteFont: 'Source Sans Pro',
Expand Down Expand Up @@ -57,6 +56,7 @@
src="//cdn.jsdelivr.net/npm/docsify-darklight-theme@latest/dist/index.min.js"
type="text/javascript"></script>
<script src="//cdn.jsdelivr.net/npm/docsify-copy-code/dist/docsify-copy-code.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/prismjs@1/components/prism-bash.min.js"></script>
</script>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/nav/nav_stack.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- Placeholder -->
<!-- Placeholder -->
2 changes: 1 addition & 1 deletion docs/nav/onboarding.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- Placeholder -->
<!-- Placeholder -->
2 changes: 1 addition & 1 deletion docs/nav/simulation.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- Placeholder -->
<!-- Placeholder -->
2 changes: 1 addition & 1 deletion docs/sensors/onboarding.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- Placeholder -->
<!-- Placeholder -->

0 comments on commit 44a6dd3

Please sign in to comment.