Skip to content

Commit d38c5a3

Browse files
committed
Update docs navigation
1 parent 7915c0a commit d38c5a3

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <h1>🔧 TDC-E Developer Documentation</h1>
134134
</header>
135135

136136
<div class="docs-grid">
137-
<a href="./tdc-e-base/docs/intro" class="doc-card">
137+
<a href="tdc-e-base/docs/" class="doc-card">
138138
<h2><span class="icon">📘</span> TDC-E BaseOS</h2>
139139
<p>Documentation for the current TDC-E firmware with gRPC HAL services, Docker support, and modern development tools.</p>
140140
<span class="badge badge-current">Current Version</span>

docs/tdc-e-base/docs/index.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
---
2+
title: TDC-E BaseOS Developer Documentation
3+
---
4+
5+
# TDC-E BaseOS Developer Documentation
6+
7+
Welcome to the developer documentation for the SICK TDC-E device with BaseOS firmware. This documentation provides comprehensive guides, code samples, and API references for developing applications on the TDC-E platform.
8+
9+
## 🚀 Getting Started
10+
11+
Start here if you're new to TDC-E BaseOS development:
12+
13+
- **[gRPC Usage](getting-started/grpc-usage)** - Connect to and communicate with your TDC-E device
14+
- **[Working with Docker](getting-started/working-with-docker)** - Deploy and manage containerized applications
15+
- **[Installing Applications](getting-started/installing-accessing-removing-applications)** - Application lifecycle management
16+
- **[Docker Authorization Policy](getting-started/docker-authorization-policy-scope)** - Security and permissions
17+
- **[Networking Configuration](getting-started/networking)** - Network setup and configuration
18+
19+
## 📚 Code Samples by Interface
20+
21+
Explore code examples for each hardware interface:
22+
23+
- **[CAN Bus Examples](code-samples/can-examples)** - CAN communications and protocols
24+
- **[Digital I/O Examples](code-samples/dio-examples)** - Digital input/output operations
25+
- **[GNSS/GPS Examples](code-samples/gnss-examples)** - Position and navigation data
26+
- **[Serial Communication Examples](code-samples/tdce-serial-examples)** - RS232/RS422/RS485 interfaces
27+
- **[Analog Input Examples](code-samples/ain-examples)** - Analog signal reading
28+
- **[One-Wire Examples](code-samples/one-wire-examples)** - 1-Wire sensor interfaces
29+
- **[Temperature Sensor Examples](code-samples/temperature-sensor-examples)** - Temperature measurements
30+
- **[WPAN Examples](code-samples/wpan-examples)** - Wireless Personal Area Network
31+
- **[Networking Examples](code-samples/networking)** - Network configuration and management
32+
33+
## ⚙️ AppEngine Documentation
34+
35+
Learn about the AppEngine platform and Lua development:
36+
37+
- **[AppEngine CROWN Documentation](app-engine-docs/app-engine-docs)** - Comprehensive AppEngine guide
38+
39+
## 📖 Additional Resources
40+
41+
- [GitHub Repository](https://github.com/SICKAG/sick_tdc-e-developers-documentation) - Source code and examples
42+
- [Legacy L4M Documentation](https://github.com/SICKAG/sick_tdc-e-developers-documentation/wiki) - For older TDC-E L4M firmware
43+
44+
---
45+
46+
**Need help?** Browse the sections above or visit the [GitHub repository](https://github.com/SICKAG/sick_tdc-e-developers-documentation) for more resources.

0 commit comments

Comments
 (0)