File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,19 @@ markdown: kramdown
88kramdown :
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
1326include :
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments