Skip to content

Commit 8738d23

Browse files
authored
Add direct links to Observable settings in docs (#1171)
1 parent eea2f49 commit 8738d23

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

docs/deploying.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ npm run deploy
2424

2525
The first time you deploy a project, you will be prompted to configure the project’s _slug_ (which determines its URL), access level, and other details. If you don’t yet have an Observable account or aren’t signed-in, you will also be prompted to sign-up or sign-in.
2626

27-
When the deploy command finishes, it prints a link to observablehq.cloud where you can view your deployed project. If you choose *private* as the access level, that link will only be accessible to members of your Observable workspace. (You can invite people to your workspace by going to observablehq.com.) If you chose *public*, you can share your project link with anyone.
27+
When the deploy command finishes, it prints a link to observablehq.cloud where you can view your deployed project. If you choose *private* as the access level, that link will only be accessible to members of your Observable workspace. (You can invite people to your workspace by going to observablehq.com.) If you chose *public*, you can share your project link with anyone. You can change the access level of a project later [from your workspace projects page](https://observablehq.com/select-workspace?next=projects).
2828

2929
<div class="note">The deploy command creates a file at <code>docs/.observablehq/deploy.json</code> with information on where to deploy the project. This file is required for automated deploys. You will need to commit this file to git to deploy via GitHub Actions. (If you have configured a source root besides <code>docs</code>, the file will be placed there instead.)</div>
3030

@@ -68,13 +68,11 @@ When deploying automatically, you can’t sign-in in your browser the way you di
6868

6969
To create an API key:
7070

71-
1. Go to [observablehq.com](https://observablehq.com).
72-
2. In the left sidebar, click **Settings**.
73-
3. In the right sidebar, click **API / Notebook Keys**.
74-
4. Click **New API Key**.
75-
5. Check the **Deploy new versions of projects** checkbox.
76-
6. Give your key a description, such as “Deploy via GitHub Actions”.
77-
7. Click **Create API Key**.
71+
1. Open the [API Key settings](https://observablehq.com/select-workspace?next=api-keys-settings) for your Observable workspace.
72+
2. Click **New API Key**.
73+
3. Check the **Deploy new versions of projects** checkbox.
74+
4. Give your key a description, such as “Deploy via GitHub Actions”.
75+
5. Click **Create API Key**.
7876

7977
<div class="caution">
8078

0 commit comments

Comments
 (0)