Преглед на файлове

Merge pull request #753 from dotcloud/registry_api_remove_teams

Remove teams from the registry API
Solomon Hykes преди 12 години
родител
ревизия
76bb920449
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      docs/sources/api/registry_api.rst

+ 0 - 1
docs/sources/api/registry_api.rst

@@ -246,7 +246,6 @@ The Index has two main purposes (along with its fancy social features):
 
 
 - Resolve short names (to avoid passing absolute URLs all the time)
 - Resolve short names (to avoid passing absolute URLs all the time)
    - username/projectname -> \https://registry.docker.io/users/<username>/repositories/<projectname>/
    - username/projectname -> \https://registry.docker.io/users/<username>/repositories/<projectname>/
-   - team/projectname -> \https://registry.docker.io/team/<team>/repositories/<projectname>/
 - Authenticate a user as a repos owner (for a central referenced repository)
 - Authenticate a user as a repos owner (for a central referenced repository)
 
 
 3.1 Without an Index
 3.1 Without an Index