From 15a54a9c5642ea59cbf61a154a12b370fb52c06d Mon Sep 17 00:00:00 2001 From: Dustin Franklin Date: Wed, 15 Jan 2025 16:52:10 -0500 Subject: [PATCH] updated navigation --- docs/overrides/home.html | 2 +- mkdocs.yml | 17 ++++++++--------- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/overrides/home.html b/docs/overrides/home.html index 36098c1..7c30821 100644 --- a/docs/overrides/home.html +++ b/docs/overrides/home.html @@ -13,7 +13,7 @@ .md-announce a:focus { color: hsl(82, 100%, 72%); text-decoration: underline; } .md-announce a:hover { color: hsl(82, 100%, 72%); text-decoration: underline;} -
From CES 2025 — see these technical blogs on Cosmos WFM, Isaac ROS 3.2, and Project DIGITS  
+
See the latest Getting Started Guide for Orin Nano Super, and Cosmos WFM on Jetson AGX Orin! 
diff --git a/mkdocs.yml b/mkdocs.yml index 60eddf8..05dae88 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -83,15 +83,18 @@ nav: - Home: index.md - Tutorials: - Introduction: tutorial-intro.md - - Hello AI World: hello_ai_world.md - - Agent Studio: agent_studio.md + - Jetson Orin Nano Guide: + - 🚀 Initial Setup Guide - Jetson Orin Nano: initial_setup_jon.md + - 🛸 Initial Setup (SDK Manager method): initial_setup_jon_sdkm.md + - 🔖 SSD + Docker: tips_ssd-docker.md + - 🔖 Memory optimization: tips_ram-optimization.md - Text (LLM): - text-generation-webui: tutorial_text-generation.md - Ollama: tutorial_ollama.md - Open WebUI: tutorial_openwebui.md - llamaspeak: tutorial_llamaspeak.md - NanoLLM: tutorial_nano-llm.md - - TensorRT-LLM 🆕: tensorrt_llm.md + - TensorRT-LLM: tensorrt_llm.md - Small LLM (SLM): tutorial_slm.md - API Examples: tutorial_api-examples.md - Text + Vision (VLM): @@ -99,6 +102,7 @@ nav: - Live LLaVA: tutorial_live-llava.md - NanoVLM: tutorial_nano-vlm.md - Llama 3.2 Vision: llama_vlm.md + - Agent Studio: agent_studio.md - Vision Transformers (ViT): - vit/index.md - EfficientViT: vit/tutorial_efficientvit.md @@ -108,11 +112,11 @@ nav: - TAM: vit/tutorial_tam.md - 📑 Knowledge Distillation: tutorial_distillation.md - Robotics & Embodiment: + - Cosmos 🆕: cosmos.md - LeRobot: lerobot.md - ROS2 Nodes: ros.md - OpenVLA: openvla.md - Image Generation: - - Cosmos: cosmos.md - Flux & ComfyUI: tutorial_comfyui_flux.md - Stable Diffusion: tutorial_stable-diffusion.md - Stable Diffusion XL: tutorial_stable-diffusion-xl.md @@ -135,11 +139,6 @@ nav: # - First Steps: tutorial_mmj.md # - Tools: # - LangChain: tutorial_distillation.md - - Jetson Orin Nano Guide: - - 🚀 Initial Setup Guide - Jetson Orin Nano: initial_setup_jon.md - - 🛸 Initial Setup (SDK Manager method): initial_setup_jon_sdkm.md - - 🔖 SSD + Docker: tips_ssd-docker.md - - 🔖 Memory optimization: tips_ram-optimization.md - Benchmarks: benchmarks.md - Projects: community_articles.md - Research Group: research.md