@@ -56,8 +56,9 @@ Make a local clone of your fork and check out the
56
56
57
57
Working in the ` gh-pages ` branch,
58
58
add a new Markdown file in ` registries/_namespace/ ` . The file name
59
- should be the namespace name with a ` .md ` extension. For example,
60
- to add an extension namespace ` abc ` for extensions named ` x-abc-* ` ,
59
+ should be the namespace name with a ` .md ` extension, without the ` x- `
60
+ prefix.
61
+ For example, to add an extension namespace ` abc ` for extensions named ` x-abc-* ` ,
61
62
create ` registries/_namespace/abc.md ` . Use the following template,
62
63
replacing the instruction text in ` <<instruction-text>> ` markers:
63
64
@@ -89,13 +90,13 @@ the site as described above and view
89
90
[ http://127.0.0.1:4000/registry/namespace/index.html ] ( http://127.0.0.1:4000/registry/namespace/index.html )
90
91
to verify your namespace is listed.
91
92
(Modify the URL if Jekyll is running on a different IP or port.)
92
- The namespace name in Value column
93
+ The namespace name in __ Value __ column
93
94
should link to your namespace page, and the __ Description__
94
95
text should be the ` description: ` from the Markdown frontmatter.
95
96
96
97
Preview your content at
97
98
` http://127.0.0.1:4000/registry/namespace/abc.html `
98
- (change ` abc ` in to your namespace URL).
99
+ (change ` abc ` to your namespace name in the URL).
99
100
100
101
### Add a New Specification Extension Registry Entry
101
102
@@ -147,9 +148,9 @@ Build the site locally as described above.
147
148
Preview [ http://127.0.0.1:4000/registry/extension/ ] ( http://127.0.0.1:4000/registry/extension/ ) .
148
149
149
150
(Modify the URL if Jekyll is running on a different IP or port.)
150
- Verify that you specification extension
151
- should is listed. The __ Value__ column should contain you extension name
152
- with a link to you documentation, such as
151
+ Verify that your specification extension
152
+ is listed. The __ Value__ column should contain your extension name
153
+ with a link to your documentation, such as
153
154
` http://127.0.0.1:4000/registry/extension/x-abc-wander.html ` ,
154
155
and the __ Description__ should be your brief description.
155
156
0 commit comments