File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -134,15 +134,15 @@ <h2 style="color: var(--text)">Quick Start</h2>
134134 </ div >
135135 </ section >
136136 < section class ="docs-section ">
137- < h2 style =" color: var(--text); margin-bottom: 0.7em "> Documentation </ h2 >
137+ < h2 class =" docs-header " style =" margin-bottom: 0.7em "> < a href =" https://github.com/pellux-network/EDxDC/wiki " > Wiki </ a > </ h2 >
138138 < ul class ="docs-list ">
139- < li > < a href =". /1.-Getting-Started "> Getting Started</ a > </ li >
140- < li > < a href =". /2.-Features-and-Output "> Features & Output</ a > </ li >
141- < li > < a href =". /3.-Configuration "> Configuration</ a > </ li >
142- < li > < a href =". /4.-Troubleshooting "> Troubleshooting</ a > </ li >
139+ < li > < a href ="https://github.com/pellux-network/EDxDC/wiki /1.-Getting-Started "> Getting Started</ a > </ li >
140+ < li > < a href ="https://github.com/pellux-network/EDxDC/wiki /2.-Features-and-Output "> Features & Output</ a > </ li >
141+ < li > < a href ="https://github.com/pellux-network/EDxDC/wiki /3.-Configuration "> Configuration</ a > </ li >
142+ < li > < a href ="https://github.com/pellux-network/EDxDC/wiki /4.-Troubleshooting "> Troubleshooting</ a > </ li >
143143 < li >
144144 < a
145- href ="# "
145+ href ="https://github.com/pellux-network/EDxDC/wiki/5.-Drivers "
146146 style ="
147147 pointer-events: none;
148148 color: var(--muted);
@@ -151,7 +151,7 @@ <h2 style="color: var(--text); margin-bottom: 0.7em">Documentation</h2>
151151 > Drivers</ a
152152 >
153153 </ li >
154- < li > < a href =". /6.-Credits "> Credits</ a > </ li >
154+ < li > < a href ="https://github.com/pellux-network/EDxDC/wiki /6.-Credits "> Credits</ a > </ li >
155155 </ ul >
156156 </ section >
157157 </ main >
@@ -327,6 +327,18 @@ <h2 style="color: var(--text); margin-bottom: 0.7em">Documentation</h2>
327327 .docs-list li {
328328 font-size : 1.08em ;
329329 }
330+ .docs-header a {
331+ color : var (--accent );
332+ text-decoration : none;
333+ font-weight : 500 ;
334+ border-bottom : 2px solid transparent;
335+ transition : border 0.13s , color 0.13s ;
336+ padding-bottom : 2px ;
337+ }
338+ .docs-header a : hover {
339+ color : var (--hover );
340+ border-bottom : 2px solid var (--hover );
341+ }
330342 .docs-list a {
331343 color : var (--accent );
332344 text-decoration : none;
You can’t perform that action at this time.
0 commit comments