Skip to content

Commit

Permalink
Merge pull request #10 from dubinc/role-restrictions-updates
Browse files Browse the repository at this point in the history
update docs
  • Loading branch information
steven-tey authored Jul 18, 2024
2 parents f5a150c + adcf5ed commit f0f6117
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 20 deletions.
6 changes: 6 additions & 0 deletions api-reference/tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ These machine users will show up on your workspace's **People** tab, but will no
key will be deleted as well.
</Tip>

<Warning>
Machine users are available exclusively to workspace owners. If you are not
the owner of the workspace, this option will be disabled when creating an API
key.
</Warning>

## How to create an API key

You can create an API key by following these steps:
Expand Down
12 changes: 0 additions & 12 deletions local-development.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Here's the monorepo structure:

```
apps
├── docs
├── web
packages
├── tailwind-config
Expand All @@ -35,7 +34,6 @@ packages
The `apps` directory contains the code for:

- `web`: The entirety of Dub's application ([app.dub.co](https://app.dub.co)) + our link redirect infrastructure.
- `docs`: Dub's documentation site ([dub.co/docs](https://dub.co/docs)) – including this page you're on right now!

The `packages` directory contains the code for:

Expand Down Expand Up @@ -102,16 +100,6 @@ First, clone the [Dub.co repo](https://d.to/github) into a public GitHub reposit

</Step>

<Step title="Optional: Install Mintlify">

If you're planning to make changes to [Dub.co's Docs](/docs), you'll need to install the [Mintlify CLI](https://mintlify.com/docs/development) to build the documentation site.

```bash Terminal
pnpm install -g mintlify
```

</Step>

</Steps>

## Step 2: Set up Tinybird Clickhouse database
Expand Down
9 changes: 1 addition & 8 deletions sdks/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,4 @@ icon: code
<Card title="Ruby" icon="gem" href="https://d.to/ruby">
Ruby library for the Dub API
</Card>
</CardGroup>
## Community SDKs

<CardGroup cols={2}>
<Card title="Flutter (Dart)" icon="github" href="https://d.to/dart">
Dart SDK for Dub.co API
</Card>
</CardGroup>
</CardGroup>

0 comments on commit f0f6117

Please sign in to comment.