Skip to content

Commit f23e784

Browse files
committed
docs: Fix formatting and remove outdated advice
Note that the alignment advice is problematic. Not each line needs to be left aligned, but it is true that no line should go further left than the initial line. The part about not forgetting | becomes a bit redundant as we have schema validation now that will make sure it is set to be a string.
1 parent 74f484c commit f23e784

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

doc/zero-to-binderhub/setup-binderhub.rst

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -48,25 +48,18 @@ need to insert. Note that the first line is not indented at all::
4848
# paste the content after `password: |` below
4949
password: |
5050
{
51-
"type": "<REPLACE>",
52-
"project_id": "<REPLACE>",
53-
"private_key_id": "<REPLACE>",
54-
"private_key": "<REPLACE>",
55-
"client_email": "<REPLACE>",
56-
"client_id": "<REPLACE>",
57-
"auth_uri": "<REPLACE>",
58-
"token_uri": "<REPLACE>",
59-
"auth_provider_x509_cert_url": "<REPLACE>",
60-
"client_x509_cert_url": "<REPLACE>"
51+
"type": "<REPLACE>",
52+
"project_id": "<REPLACE>",
53+
"private_key_id": "<REPLACE>",
54+
"private_key": "<REPLACE>",
55+
"client_email": "<REPLACE>",
56+
"client_id": "<REPLACE>",
57+
"auth_uri": "<REPLACE>",
58+
"token_uri": "<REPLACE>",
59+
"auth_provider_x509_cert_url": "<REPLACE>",
60+
"client_x509_cert_url": "<REPLACE>"
6161
}
6262

63-
64-
.. tip::
65-
66-
* The content you put just after ``password: |`` must all line up at the same
67-
tab level.
68-
* Don't forget the ``|`` after the ``password:`` label.
69-
7063
If you are using Docker Hub
7164
~~~~~~~~~~~~~~~~~~~~~~~~~~~
7265

0 commit comments

Comments
 (0)