Skip to content

Commit 4414e3d

Browse files
committed
add component repositories and clarify wording
1 parent 8f5d003 commit 4414e3d

File tree

1 file changed

+23
-6
lines changed

1 file changed

+23
-6
lines changed

README.md

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@ containers:
9393
[gh-mp]: https://github.com/creativecommons/mp
9494
9595
96-
## Component URLs
96+
## Path URLs
9797
98-
Component|Dev Link|Stage link|Prod Link
99-
---------|--------|----------|---------
98+
Path Label|Dev Link|Stage link|Prod Link
99+
----------|--------|----------|---------
100100
Chooser|[Dev `/choose`][d1]|[Stage `/choose`][s1]|[Prod `/choose`][p1]
101101
FAQ|[Dev `/faq`][d2]|[Stage `/faq`][s2]|[Prod `/faq`][p2]
102102
Licenses|[Dev `/licenses`][d3]|[Stage `/licenses`][s3]|[Prod `/licenses`][p3]
@@ -130,6 +130,25 @@ WordPress Admin|[Dev `/wp-admin`][d7]|[Stage `/wp-admin`][s7]|[Prod `/wp-admin`]
130130
[p7]: https://creativecommons.org/wp-admin/ "Prod WordPress Admin /wp-admin"
131131
132132
133+
## Component repositories
134+
135+
Path Label|Path|Component Name|Component Repositories
136+
----------|----|--------------|----------------------
137+
Chooser|`/choose`|Chooser|[chooser][gh-chooser]
138+
FAQ|`/faq`|FAQ|[faq][gh-faq]
139+
Licenses| `/licenses`|CC Legal Tools|[cc-legal-tools-app][gh-app], [cc-legal-tools-data][gh-data]
140+
Platform Toolkit|`/platform/toolkit`|Platform Toolkit|[mp][gh-mp]
141+
Public Domain|`/publicdomain`|CC Legal Tools|[cc-legal-tools-app][gh-app], [cc-legal-tools-data][gh-data]
142+
WordPress|`/` (default)|Vocabulary Theme|[vocabulary-theme][gh-vocab-theme]
143+
144+
[gh-chooser]: https://github.com/creativecommons/chooser
145+
[gh-faq]: https://github.com/creativecommons/faq
146+
[gh-app]: https://github.com/creativecommons/cc-legal-tools-app
147+
[gh-data]: https://github.com/creativecommons/cc-legal-tools-data
148+
[gh-mp]: https://github.com/creativecommons/mp
149+
[gh-vocab-theme]: https://github.com/creativecommons/vocabulary-theme
150+
151+
133152
## Configuration
134153
135154
@@ -179,12 +198,10 @@ Also see [`config/composer/composer.json`](config/composer/composer.json).
179198
180199
| Name | Version |
181200
| ------------------------------------ | -------- |
182-
| [Vocabulary Theme][vocabulary-theme] | `0.11.0` |
201+
| [Vocabulary Theme][gh-vocab-theme] | `0.11.0` |
183202
184203
Also see [`config/composer/composer.json`](config/composer/composer.json).
185204
186-
[vocabulary-theme]: https://github.com/creativecommons/vocabulary-theme
187-
188205
189206
### Stage
190207

0 commit comments

Comments
 (0)