We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fe674 commit 6385d0eCopy full SHA for 6385d0e
bin/build-index.py
@@ -1,14 +1,10 @@
1
"""
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.
+All the drafts are built by the build-specs workflow itself.
+This handles the rest of the work:
9
10
-It also sets up redirects from shortnames to the current work spec, by building
11
-an index.html with a <meta refresh>.
+* creates a root page that just redirects to the draft server root listing.
+* creates symlinks for unlevelled urls, linking to the appropriate levelled folder
+* builds timestamps.json, which provides a bunch of metadata about the specs which is consumed by some W3C tooling.
12
13
14
import json
0 commit comments