Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify datatype of repo-type and add 'article' as possible value #57

Merged
merged 1 commit into from
Nov 13, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions w3c.json.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1>The <code>w3c.json</code> file</h1>
<pre>{
"group": 40318
, "contacts": ["darobin", "sideshowbarker"]
, "repo-type": ["rec-track"]
, "repo-type": "rec-track"
}</pre>
<p>
The fields that are understood at this point are:
Expand Down Expand Up @@ -66,7 +66,7 @@ <h1>The <code>w3c.json</code> file</h1>

<dt id="repo-type"><code>repo-type</code></dt>
<dd>
String to identify the type and purpose of the repository.
String to identify the type and purpose of the repository, or an array of such strings if the repository holds more than one type of content.
The possible values for this field are:<br/><br/>
<dl>
<dt>rec-track</dt>
Expand All @@ -86,6 +86,9 @@ <h1>The <code>w3c.json</code> file</h1>
<dt>homepage</dt>
<dd>Groups' homepages</dd>

<dt>article</dt>
<dd>Non-spec documents</dd>

<dt>tool</dt>
<dd>Development of tools</dd>

Expand Down