I just noticed that 'detail' and 'winapi' have started turning up in the library lists because they've added metadata files. We've always hidden these libraries in the past, so I'm thinking of adding an extra field to mark them as private/hidden libraries. Probably just something like: { "key": "detail", "name": "Detail", "private": true /* the rest.... */ } Any opinions?
Le 04/07/2016 à 10:29, Daniel James a écrit :
I just noticed that 'detail' and 'winapi' have started turning up in the library lists because they've added metadata files. We've always hidden these libraries in the past, so I'm thinking of adding an extra field to mark them as private/hidden libraries. Probably just something like:
{ "key": "detail", "name": "Detail", "private": true /* the rest.... */ }
Any opinions?
+1 These libraries are not public. Vicente
On Mon, Jul 4, 2016 at 12:50 PM, Vicente J. Botet Escriba < vicente.botet@wanadoo.fr> wrote:
Le 04/07/2016 à 10:29, Daniel James a écrit :
I just noticed that 'detail' and 'winapi' have started turning up in the library lists because they've added metadata files. We've always hidden these libraries in the past, so I'm thinking of adding an extra field to mark them as private/hidden libraries. Probably just something like:
{ "key": "detail", "name": "Detail", "private": true /* the rest.... */ }
Any opinions?
+1
These libraries are not public
+1 --Beman
On 07/04/16 21:34, Beman Dawes wrote:
On Mon, Jul 4, 2016 at 12:50 PM, Vicente J. Botet Escriba < vicente.botet@wanadoo.fr> wrote:
Le 04/07/2016 à 10:29, Daniel James a écrit :
I just noticed that 'detail' and 'winapi' have started turning up in the library lists because they've added metadata files. We've always hidden these libraries in the past, so I'm thinking of adding an extra field to mark them as private/hidden libraries. Probably just something like:
{ "key": "detail", "name": "Detail", "private": true /* the rest.... */ }
Any opinions?
+1
These libraries are not public
+1
+1 Let us know how to mark the libraries when we can.
On 4 July 2016 at 22:22, Andrey Semashev
Let us know how to mark the libraries when we can.
I've implemented it now. There was already a field called 'status' which was used for deprecated libraries, so I added an extra value 'hidden' to it for this purpose. So you just need to add "status": "hidden", to the metadata. I created pull requests for detail and winapi.
participants (4)
-
Andrey Semashev
-
Beman Dawes
-
Daniel James
-
Vicente J. Botet Escriba