@@ -56,8 +56,9 @@ Make a local clone of your fork and check out the
5656
5757Working in the ` gh-pages ` branch,
5858add 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-* ` ,
6162create ` registries/_namespace/abc.md ` . Use the following template,
6263replacing the instruction text in ` <<instruction-text>> ` markers:
6364
@@ -89,13 +90,13 @@ the site as described above and view
8990[ http://127.0.0.1:4000/registry/namespace/index.html ] ( http://127.0.0.1:4000/registry/namespace/index.html )
9091to verify your namespace is listed.
9192(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
9394should link to your namespace page, and the __ Description__
9495text should be the ` description: ` from the Markdown frontmatter.
9596
9697Preview your content at
9798` 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).
99100
100101### Add a New Specification Extension Registry Entry
101102
@@ -147,9 +148,9 @@ Build the site locally as described above.
147148Preview [ http://127.0.0.1:4000/registry/extension/ ] ( http://127.0.0.1:4000/registry/extension/ ) .
148149
149150(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
153154` http://127.0.0.1:4000/registry/extension/x-abc-wander.html ` ,
154155and the __ Description__ should be your brief description.
155156
0 commit comments