Skip to content

Commit 7915c0a

Browse files
committed
Fix pages source URL
1 parent 83abb64 commit 7915c0a

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

docs/_config.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ markdown: kramdown
88
kramdown:
99
input: GFM
1010
syntax_highlighter: rouge
11+
auto_ids: true
12+
13+
# Plugins
14+
plugins:
15+
- jekyll-relative-links
16+
- jekyll-optional-front-matter
17+
- jekyll-readme-index
18+
- jekyll-titles-from-headings
19+
20+
# Relative links settings
21+
relative_links:
22+
enabled: true
23+
collections: false
1124

1225
# Include/exclude
1326
include:

docs/index.html

Lines changed: 1 addition & 2 deletions
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/" class="doc-card">
137+
<a href="./tdc-e-base/docs/intro" 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>
@@ -148,7 +148,6 @@ <h2><span class="icon">📙</span> TDC-E L4M</h2>
148148
</div>
149149

150150
<footer>
151-
<p>For migration guidance, see the <a href="./tdc-e-base/#migration-guide">Migration Guide</a></p>
152151
<p style="margin-top: 10px;">
153152
<a href="https://github.com/SICKAG/sick_tdc-e-developers-documentation">View on GitHub</a>
154153
</p>

0 commit comments

Comments
 (0)