8000 Password is a premium feature by mintlify[bot] · Pull Request #648 · mintlify/docs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Password is a premium feature #648

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ database of documentation readers, you can use a set of shared passwords to
protect your docs.

<Note>
Authentication is available only by request. Please{" "}
Authentication is a premium feature that requires a paid plan. Please{" "}
<a href="mailto:sales@mintlify.com">contact our sales team</a> for access.
After we've enabled access, you can follow the implementation instructions.
</Note>
Expand Down
7 changes: 1 addition & 6 deletions table.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,7 @@ description: "Display an arrangement of data in rows and columns"
The Table component follows the official [markdown syntax](https://www.markdownguide.org/extended-syntax/#tables).
</Tip>

<span className="hover:bg-cyan-500">
To add a table

</span>

, use three or more hyphens (`---`) to create each column's header, and use pipes (`|`) to separate each column. For compatibility, you should also add a pipe on either end of the row.
To use the table, use three or more hyphens (`---`) to create each column's header, and use pipes (`|`) to separate each column. For compatibility, you should also add a pipe on either end of the row.

```md
| Property | Description |
Expand Down
0