Skip to content

Commit

Permalink
Documentation edits made through Mintlify web editor (#18543)
Browse files Browse the repository at this point in the history
  • Loading branch information
mintlify[bot] authored Jan 9, 2025
1 parent 2ba6f4c commit 99a99b4
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 48 deletions.
6 changes: 3 additions & 3 deletions help/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
},
"anchors": [
{
"name": "Community",
"icon": "discord",
"url": "https://discord.com/invite/calcom"
"name": "Developer",
"icon": "code",
"url": "https://cal.com/docs"
},
{
"name": "GitHub",
Expand Down
2 changes: 1 addition & 1 deletion help/quick-start/complete-onboarding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Complete your onboarding
description: Once you create a Cal.com account, you are taken to the onboarding flow, where you'll need to go through the process of setting up some basics to get you up and running.
---

## Set up your name and Timezone
## Set up your name and timezone

Here all you need to do is enter your full name to be displayed on your booking page, and confirm the Timezone that you're in.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
---
title: Sign up
title: Create your account
---

Signing up for a Cal.com account is easy, and can be done in 30 seconds.
<Frame style={{ width: "50%", margin: "0 auto" }}>
<img src="/images/signup-main.png" alt="Sign up for a Cal.com account" />
The easiest way to get started with Cal.com is on our website. We offer a generous free tier where you get unlimited scheduling with no limits and all of our features built for individuals, with the option to upgrade to a teams plan for collaboration features.

[Sign up here](https://cal.com/signup) to create your free account.

Most people will do this, but for full data ownership and control over your scheduling, you can [self-host Cal.com](https://cal.com/docs/self-hosting) on your own infrastructure.

<Frame>
<img src="/images/quick-1.png" alt="Sign up for a Cal.com account" />
</Frame>

To get started, head to [cal.com/signup](https://cal.com/signup), where you'll be able to enter your desired username (the part that comes after cal.com, like cal.com/bailey), your email and a password. Alternatively, you can sign up using your Google account, or using SAML SSO by clicking on the respective buttons.

Please note that if you choose a **premium username**, which is a username that‘s either short or a common name, it costs a monthly fee. This prevents username squatting and ensures that people and brands are often able to get their username without it being taken by someone. You can always start with a non-premium username and then upgrade later on from within the application.


### Next steps
Once you've signed up, you'll go through the new user onboarding flow. Click below to skip to that section of the documentation.
[Complete your onboarding](https://intercom.help/calcom-inc-e6dea00610aa/en/articles/9929590-complete-your-onboarding)
Once you've signed up, you'll go through the new user onboarding flow. Click below to skip to that section of the documentation.
20 changes: 0 additions & 20 deletions help/quick-start/quickstart.mdx

This file was deleted.

28 changes: 12 additions & 16 deletions help/welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,33 +3,29 @@ title: Documentation
sidebarTitle: Welcome
icon: house
iconType: solid
description: Welcome to the official Cal.com docs. To help get you started, we've put together a few resources to help you learn about how to use Cal.com. We have also provided advanced documentation covering how to build on top of Cal.com both in the codebase, by API and more. These guides will go into depth on how you can best integrate and extend Cal.com for your needs.
mode: wide
---

![](/images/1.png)

## Core Features
If you would like to get right into exploring our core features which are available to you for free, you can head straight to our Core Features section:

## Enterprise Features
Cal.com offers a variety of premium features which can be accessed through aquiring the enterprise license. To get an idea of what you get in return for the enterprise license, you can head to our Enterprise Features section:
Welcome to the official Cal.com docs. To help get you started, we've put together a few resources to help you learn about how to use Cal.com. We have also provided advanced documentation covering how to build on top of Cal.com both in the codebase, by API and more. These guides will go into depth on how you can best integrate and extend Cal.com for your needs.

![](/images/1.png)

## Cal.com API
The Cal.com API is a REST-styled API that gives full control over the entire Cal.com platform by providing all the resources available to our customers, exposed as simple HTTP endpoints. The Cal.com API is organized around REST. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs.
## Just getting started?
Head to the Quick Start section to get set up as quickly as possible. We'll breeze through the basics and give you enough to get started on your own.

## Want to deep dive?
Dive a little deeper and start exploring our API reference to get an idea of everything that's possible with the API:
## Want to roll out Cal.com across your organization?
Make sure to check out Auth and Provisioning to learn more about how you can roll out Cal.com effortlessly across thousands of users.

<CardGroup cols={3}>
<Card title="Discord" icon="discord" iconType="duotone" href="https://discord.com/invite/calcom">
Ask questions, give feedback,contribute
<Card title="YouTube" icon="youtube" iconType="duotone" href="https://www.youtube.com/@CalcomInc">
Watch some getting started videos
</Card>

<Card title="Twitter" icon="twitter" iconType="duotone" href="https://twitter.com/calcom">
Follow for releaseEvents, announcements, demos
Follow for releases, announcements, demos
</Card>

<Card title="GitHub" icon="github" iconType="duotone" href="https://github.com/calcom/cal.com">
Get access to the full class.com source code
Get access to the full cal.com source code
</Card>
</CardGroup>

0 comments on commit 99a99b4

Please sign in to comment.