-
Notifications
You must be signed in to change notification settings - Fork 301
Expand file tree
/
Copy pathdoc-links.yaml
More file actions
150 lines (142 loc) · 3.92 KB
/
doc-links.yaml
File metadata and controls
150 lines (142 loc) · 3.92 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
- title: Prologue
items:
- title: Introduction
link: /docs/
- title: Core concepts
link: /docs/core-concepts/
- title: Fast by default
link: /docs/fast-by-default/
- title: Deployment
link: /docs/deployment/
- title : Basic Gridsome
items:
- title: Directory structure
link: /docs/directory-structure/
- title: Project configuration
link: /docs/config/
- title: Pages
link: /docs/pages/
- title: Collections
link: /docs/collections/
- title: Templates
link: /docs/templates/
- title: Layouts
link: /docs/layouts/
- title: Components
link: /docs/components/
- title: Linking
link: /docs/linking/
- title: Dynamic Routing
link: /docs/dynamic-routing/
- title: Image processing
link: /docs/images/
- title: Populating <head>
link: /docs/head/
- title: Environment Variables
link: /docs/environment-variables/
- title : Working with data
items:
- title: GraphQL data layer
link: /docs/data-layer/
- title: Importing data
link: /docs/fetching-data/
- title: Querying data
link: /docs/querying-data/
- title: Filtering data
link: /docs/filtering-data/
- title: Taxonomy pages
link: /docs/taxonomies/
- title: Paginate data
link: /docs/pagination/
- title: Global metadata
link: /docs/metadata/
- title: Client-side data
link: /docs/client-side-data/
- title : Styles and Assets
items:
- title: Use CSS in Gridsome
link: /docs/assets-css/
- title: Add custom fonts
link: /docs/assets-fonts/
- title: Add external scripts
link: /docs/assets-scripts/
- title: Add SVG icons
link: /docs/assets-svg/
- title : Guides
items:
- title: Add a form
link: /docs/guide-forms/
- title: Add a search
link: /docs/guide-search/
- title: Add comments
link: /docs/guide-comments/
- title: Add Netlify CMS
link: /docs/guide-netlify-cms/
- title: Overriding index.html
link: /docs/overriding-index/
- title: Overriding App.vue
link: /docs/overriding-app/
- title: Page transitions
link: /docs/page-transitions/
- title: body & html attributes
link: /docs/body-html-attributes/
- title: Create Serverless Blog
link: /docs/guide-serverless-blog/
- title: API Reference
items:
- title: Gridsome CLI
link: /docs/gridsome-cli/
- title: Server API
link: /docs/server-api/
- title: Data store API
link: /docs/data-store-api/
- title: Schema API
link: /docs/schema-api/
- title: Pages API
link: /docs/pages-api/
- title: Client API
link: /docs/client-api/
- title: Transformer API
link: /docs/transformer-api/
- title: Deploy
items:
- title: Netlify
link: /docs/deploy-to-netlify/
- title: AWS Amplify
link: /docs/deploy-to-amplify/
- title: Vercel
link: /docs/deploy-to-vercel/
- title: Amazon S3
link: /docs/deploy-to-amazon-s3/
- title: GitLab Pages
link: /docs/deploy-to-gitlab/
- title: GitHub Pages
link: /docs/deploy-to-github/
- title: Google Cloud Platform
link: /docs/deploy-to-google/
- title: Surge.sh
link: /docs/deploy-to-surge-sh/
- title: 21YunBox
link: /docs/deploy-to-21yunbox/
- title: Azure Static Web Apps
link: /docs/deploy-to-az-static-web-app/
- title: Contribute
items:
- title: How to contribute
link: /docs/how-to-contribute/
- title: How to create a plugin
link: /docs/how-to-create-a-plugin/
- title: Code of conduct
link: /docs/code-of-conduct/
- title: Help
items:
- title: Prerequisites
link: /docs/prerequisites/
- title: How to upgrade
link: /docs/how-to-upgrade/
- title: Troubleshooting
link: /docs/troubleshooting/
- title: Dev tools
link: /docs/dev-tools/
- title: FAQ
link: /docs/faq/