Skip to content

Commit 1108f38

Browse files
committed
dev/index: add related-box with link to docs overview
Optimize the open sign, and don't show it on the index page (since it made showing the related box complicated).
1 parent a457afb commit 1108f38

2 files changed

Lines changed: 12 additions & 39 deletions

File tree

dev/_index.html

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,21 @@
1515
WHERE1(Development)
1616

1717
TITLE(Developing curl)
18-
<div class="featurewindow">
19-
The <b>Feature window</b> is now<br>
20-
<a href="feature-window.html">
21-
#if FEATUREWINDOW
22-
<img src="../pix/open-sign.svg" alt="Featurewindow open"
23-
#else
24-
<br><img src="../pix/closed-sign.svg" alt="Featurewindow closed"
25-
#endif
26-
class="featurewindowsign">
27-
</a>
18+
<div class="relatedbox">
19+
<b>Related:</b>
20+
<br><a href="/docs/">Docs Overview</a>
2821
</div>
2922
<p>
3023
This is the section of the website devoted to the development of curl and
31-
libcurl. If you are a "user" of curl or libcurl, this may not be where you
32-
want to hang out.
24+
libcurl. There is always development going on in the curl project.
25+
3326
<p>
34-
There is always development going on in the curl project. To help out the
35-
development team, we provide these services:
27+
The <a href="feature-window.html">feature window</a> is now
28+
#if FEATUREWINDOW
29+
<b>open</b>.
30+
#else
31+
<b>closed</b>.
32+
#endif
3633

3734
SUBTITLE(Generated contents)
3835
<p>

pix/open-sign.svg

Lines changed: 1 addition & 25 deletions
Loading

0 commit comments

Comments
 (0)