fix: docs title showing untitled (#2006)
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
This commit is contained in:
parent
521b63e732
commit
8fd976f5c7
27 changed files with 132 additions and 32 deletions
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: Availability
|
||||
---
|
||||
|
||||
# Availability
|
||||
|
||||
## Setting your availability
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: Bookings
|
||||
---
|
||||
|
||||
# Bookings
|
||||
|
||||
## What can you do on the bookings page?
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
import Callout from 'nextra-theme-docs/callout';
|
||||
---
|
||||
title: Adding CSS
|
||||
---
|
||||
|
||||
import Callout from "nextra-theme-docs/callout";
|
||||
|
||||
# Adding CSS
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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 user’s name, email, or guests to be added to the booking.
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: Pull requests
|
||||
---
|
||||
|
||||
# Pull Requests
|
||||
|
||||
## Requirements
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: FAQs
|
||||
---
|
||||
|
||||
# Frequently asked questions
|
||||
|
||||
## Does Cal.com support a custom domain?
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,4 +1,8 @@
|
|||
import Bleed from 'nextra-theme-docs/bleed'
|
||||
---
|
||||
title: Home
|
||||
---
|
||||
|
||||
import Bleed from "nextra-theme-docs/bleed";
|
||||
|
||||
# Cal.com Documentation
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: Google
|
||||
---
|
||||
|
||||
# Google Calendar
|
||||
The Google Calendar integration checks for availability in your Google Calendars and creates bookings for you.
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: Introduction
|
||||
---
|
||||
|
||||
# Integrations
|
||||
|
||||
## Connecting new calendars
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: Stripe
|
||||
---
|
||||
|
||||
# Stripe Payments
|
||||
|
||||
The Stripe integration allows users to add payments to their bookings.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: Zapier
|
||||
---
|
||||
|
||||
## Do you have a Zapier integration?
|
||||
|
||||
We are currently working on it, but it isn’t live just yet. Until then, you can use our Webhooks integration and use Zapier's “Webhooks by Zapier”.
|
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
title: Zoom
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: Installation
|
||||
---
|
||||
|
||||
# Installation
|
||||
|
||||
To get a local copy up and running, please follow these simple steps.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: Upgrade
|
||||
---
|
||||
|
||||
# Upgrading
|
||||
|
||||
**Warning**: When performing database migrations, you may lose data if the migration is not done properly.
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: Vercel
|
||||
---
|
||||
|
||||
# Vercel
|
||||
|
||||
## Requirements
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: Settings
|
||||
---
|
||||
|
||||
# Settings
|
||||
## Setting up or making changes to your Profile
|
||||
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: Teams
|
||||
---
|
||||
|
||||
# Teams
|
||||
|
||||
## How do I create a new team?
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
---
|
||||
title: Webhooks
|
||||
---
|
||||
|
||||
# Webhooks
|
||||
## Create a new Webhook
|
||||
|
||||
|
|
Loading…
Reference in a new issue