-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_config.yml
More file actions
72 lines (68 loc) · 1.75 KB
/
_config.yml
File metadata and controls
72 lines (68 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
title: Makeplans API
description: API documentation for Makeplans — online booking for appointments, classes and events.
url: https://developer.makeplans.com
theme: jekyll-vitepress-theme
plugins:
- jekyll-vitepress-theme
collections:
guides:
output: true
permalink: "/guide/:name/"
endpoints:
output: true
permalink: "/endpoints/:name/"
examples:
output: true
permalink: "/examples/:name/"
defaults:
- scope:
path: ""
values:
layout: default
- scope:
path: ""
type: guides
values:
layout: default
- scope:
path: ""
type: endpoints
values:
layout: default
- scope:
path: ""
type: examples
values:
layout: default
jekyll_vitepress:
branding:
site_title: Makeplans API
logo:
default: /assets/images/logo.svg
alt: Makeplans
width: 24
height: 24
tokens:
light:
--vp-c-brand-1: "#AE554A"
--vp-c-brand-2: "#C46357"
--vp-c-brand-3: "#944840"
--vp-c-brand-soft: "rgba(174, 85, 74, 0.14)"
--vp-home-hero-name-color: "transparent"
--vp-home-hero-name-background: "-webkit-linear-gradient(120deg, #944840 30%, #D4897E)"
--vp-home-hero-image-background-image: "none"
--vp-home-hero-image-filter: "none"
dark:
--vp-c-brand-1: "#D4897E"
--vp-c-brand-2: "#E0A196"
--vp-c-brand-3: "#C4635A"
--vp-c-brand-soft: "rgba(212, 137, 126, 0.16)"
--vp-home-hero-name-color: "transparent"
--vp-home-hero-name-background: "-webkit-linear-gradient(120deg, #C4635A 30%, #E0A196)"
--vp-home-hero-image-background-image: "none"
--vp-home-hero-image-filter: "none"
syntax:
light_theme: github
dark_theme: github.dark
doc_footer:
enabled: true