File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -124,6 +124,25 @@ work with the project (e.g., an automated documentation generator).
124
124
crystal: 0.19.2
125
125
` ` `
126
126
127
+ # ## repository
128
+
129
+ The URL of the shard's canonical repository (String, recommended).
130
+
131
+ The URL should be compatible with typical VCS tools without modifications.
132
+ ` http` /`https` is preferred over VCS schemes like `git`.
133
+ It is recommended that this URL is publicly available.
134
+
135
+ Copies of a shard (such as mirrors, development forks etc.) should point to the same
136
+ canonical repository address, even if hosted at different locations.
137
+
138
+ # ## homepage
139
+
140
+ The URL of the shard's homepage (String).
141
+
142
+ # ## documentation
143
+
144
+ The URL to a website providing the shard's documentation for online browsing (String).
145
+
127
146
# ## dependencies
128
147
129
148
A list of required dependencies (Hash).
You can’t perform that action at this time.
0 commit comments