fix: docs title showing untitled (#2006)

Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
This commit is contained in:
Krunal Shah 2022-03-01 16:33:51 +05:30 committed by GitHub
parent 521b63e732
commit 8fd976f5c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 132 additions and 32 deletions

View file

@ -1,3 +1,7 @@
---
title: Availability
---
# Availability
## Setting your availability

View file

@ -1,3 +1,7 @@
---
title: Billing
---
# Billing
## How the trial works
You are given FREE access for 14 days of our PRO subscription, you can use this to test and try out our product and see if it works for you. No credit card is required to sign up and you decide if you want to upgrade to a PRO subscription afterwards.

View file

@ -1,3 +1,7 @@
---
title: Bookings
---
# Bookings
## What can you do on the bookings page?

View file

@ -1,4 +1,8 @@
import Callout from 'nextra-theme-docs/callout';
---
title: Adding CSS
---
import Callout from "nextra-theme-docs/callout";
# Adding CSS

View file

@ -1,3 +1,7 @@
---
title: Code styling
---
# Code Styling
Keeping our code styles consistent is key to making the repository easy to read and work with.

View file

@ -1,9 +1,8 @@
{
"migrations": "Migrations",
"pre-fill": "Pre-fill fields",
"code-styling": "Code styling",
"project-structure": "Project structure",
"pull-requests": "Pull requests",
"adding-css": "Adding CSS"
}
"migrations": "Migrations",
"pre-fill": "Pre-fill fields",
"code-styling": "Code styling",
"project-structure": "Project structure",
"pull-requests": "Pull requests",
"adding-css": "Adding CSS"
}

View file

@ -1,3 +1,7 @@
---
title: Migrations
---
# Database Migrations
As described in the [upgrade guide](https://docs.cal.com/self-hosting/upgrade), you should use the `yarn workspace @calcom/prisma db-migrate` or `yarn workspace @calcom/prisma db-deploy` command to update the database.

View file

@ -1,3 +1,7 @@
---
title: Pre-fill fields
---
# Pre-fill fields
You can pre-fill a number of fields on the booking form by using their corresponding URL parameters. This can include the users name, email, or guests to be added to the booking.

View file

@ -1,3 +1,7 @@
---
title: Project structure
---
# Project Structure
This page gives an overview of how the codebase is structured so you can easily dive into the Cal.com code.

View file

@ -1,3 +1,7 @@
---
title: Pull requests
---
# Pull Requests
## Requirements

View file

@ -1,3 +1,7 @@
---
title: Event Types
---
# Event Types
Event types allow you to create different events for different occasions when booking a time with you in your calendar. These can be named differently, have different time durations and the choice of platform can change.

View file

@ -1,3 +1,7 @@
---
title: FAQs
---
# Frequently asked questions
## Does Cal.com support a custom domain?

View file

@ -1,4 +1,8 @@
import Callout from 'nextra-theme-docs/callout';
---
title: Import
---
import Callout from "nextra-theme-docs/callout";
# Import data from other scheduling tools

View file

@ -1,4 +1,8 @@
import Bleed from 'nextra-theme-docs/bleed'
---
title: Home
---
import Bleed from "nextra-theme-docs/bleed";
# Cal.com Documentation

View file

@ -1,3 +1,7 @@
---
title: Google
---
# Google Calendar
The Google Calendar integration checks for availability in your Google Calendars and creates bookings for you.

View file

@ -1,3 +1,7 @@
---
title: Introduction
---
# Integrations
## Connecting new calendars

View file

@ -1,3 +1,7 @@
---
title: Microsoft
---
# Outlook/Microsoft 365
The Outlook integration enables you to use your outlook.com or Microsoft 365 account to use for conflict checking and event bookings.

View file

@ -1,3 +1,7 @@
---
title: Stripe
---
# Stripe Payments
The Stripe integration allows users to add payments to their bookings.

View file

@ -1,3 +1,7 @@
---
title: Zapier
---
## Do you have a Zapier integration?
We are currently working on it, but it isnt live just yet. Until then, you can use our Webhooks integration and use Zapier's “Webhooks by Zapier”.

View file

@ -1,4 +1,5 @@
---
title: Zoom
sidebar_position: 3
---

View file

@ -1,3 +1,7 @@
---
title: Docker
---
# Docker
The Docker configuration for Cal is an effort powered by people within the community. Cal does not provide official support for Docker, but we will accept fixes and documentation. Use at your own risk.

View file

@ -1,3 +1,7 @@
---
title: Installation
---
# Installation
To get a local copy up and running, please follow these simple steps.

View file

@ -1,3 +1,7 @@
---
title: Upgrade
---
# Upgrading
**Warning**: When performing database migrations, you may lose data if the migration is not done properly.

View file

@ -1,3 +1,7 @@
---
title: Vercel
---
# Vercel
## Requirements

View file

@ -1,3 +1,7 @@
---
title: Settings
---
# Settings
## Setting up or making changes to your Profile

View file

@ -1,3 +1,7 @@
---
title: Teams
---
# Teams
## How do I create a new team?

View file

@ -1,3 +1,7 @@
---
title: Webhooks
---
# Webhooks
## Create a new Webhook