Skip to content

Commit 6385d0e

Browse files
committed
[meta] Fix the opening comment.
1 parent 70fe674 commit 6385d0e

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

bin/build-index.py

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
"""
2-
Builds the GitHub Pages root page,
3-
which now is just a redirect to the drafts server listing.
4-
"""
5-
6-
7-
8-
"""Builds the CSSWG directory index.
2+
All the drafts are built by the build-specs workflow itself.
3+
This handles the rest of the work:
94
10-
It also sets up redirects from shortnames to the current work spec, by building
11-
an index.html with a <meta refresh>.
5+
* creates a root page that just redirects to the draft server root listing.
6+
* creates symlinks for unlevelled urls, linking to the appropriate levelled folder
7+
* builds timestamps.json, which provides a bunch of metadata about the specs which is consumed by some W3C tooling.
128
"""
139

1410
import json

0 commit comments

Comments
 (0)