forked from Scalingo/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
183 lines (171 loc) · 3.79 KB
/
_config.yml
File metadata and controls
183 lines (171 loc) · 3.79 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
# Site settings
title: Documentation Center
email: hello@scalingo.com
description: > # this means to ignore newlines until "baseurl:"
Scalingo Documentation Center
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://doc.scalingo.com"
twitter_username: ScalingoHQ
github_username: Scalingo
excerpt_separator: <!--more-->
# Build settings
markdown: kramdown
markdown_ext: "md,markdown,mkdown,mkdn,mkd"
highlighter: rouge
permalink: /:categories/:slug
source: src
keep_files:
- packs
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "page"
-
scope:
path: ""
type: "pages"
values:
layout: "page"
plugins:
- jekyll-sitemap
- jekyll-feed
- jekyll-toc
toc:
min_level: 2
max_level: 3
exclude:
- tmp
- app/javascript
- _plugins
highlighted:
first_steps:
- /platform/getting-started/first-steps
- /platform/deployment/deployment-process
- /platform/getting-started/free-trial
- /platform/getting-started/how-to-migrate-from-heroku
popular:
- /platform/getting-started/troubleshooting-ssh
- /tools/cli/start
- /platform/app/log-drain
- /platform/deployment/deployment-process
- /platform/getting-started/common-deployment-errors
- /languages/nodejs/start
- /languages/php/start
- /databases/postgresql/about/overview
technologies:
- name: Ruby on Rails
url: /languages/ruby/rails/start
logo: ruby-on-rails
- name: NodeJS
url: "/languages/nodejs/start"
logo: nodejs
- name: PHP
url: "/languages/php/start"
logo: php
- name: Python
url: "/languages/python/start"
logo: python
- name: Java
url: "/languages/java/start"
logo: java
- name: MeteorJS
url: "/languages/meteorjs/start"
logo: meteorjs
languages:
- url: go
name: "Go"
logo: go
- url: meteorjs
name: "MeteorJS"
logo: meteorjs
- url: nodejs
name: "Node.js"
logo: nodejs
- url: php
name: "PHP"
logo: php
- url: groovy
name: "Groovy"
logo: groovy
- url: java
name: "Java"
logo: java
- url: clojure
name: "Clojure"
logo: clojure
- url: crystal
name: "Crystal"
logo: crystal
- url: elixir
name: "Elixir"
logo: elixir
- url: python
name: "Python"
logo: python
- url: ruby
name: "Ruby"
logo: ruby
- url: scala
name: "Scala"
logo: scala
databases:
- url: "/databases/postgresql/overview"
name: "Scalingo for PostgreSQL®"
logo: postgresql
- url: "/databases/mysql/overview"
name: "Scalingo for MySQL®"
logo: mysql
- url: "/databases/opensearch/about/overview"
name: "Scalingo for OpenSearch®"
logo: opensearch
- url: "/databases/mongodb/start"
name: "Scalingo for MongoDB®"
logo: mongodb
- url: "/databases/redis/start"
name: "Scalingo for Caching"
logo: scalingo-for-caching
- url: "/databases/influxdb/start"
name: "Scalingo for InfluxDB®"
logo: influxdb
samples:
- url: ruby-rails
name: Ruby/Rails
logo: ruby-on-rails
- url: go-gin
name: Go/Gin
logo: go
- url: nextjs-standalone
name: Next.js (standalone)
logo: nextjs
- url: node-nuxt
name: NodeJS/Nuxt.js
logo: nodejs
- url: php-laravel
name: PHP/Laravel
logo: php-laravel
- url: php-symfony
name: PHP/Symfony
logo: php-symfony
- url: python-django
name: Python/Django
logo: python-django
- url: python-fastapi
name: Python/FastAPI
logo: python-fastapi
- url: elixir-plug
name: Elixir/Plug
logo: elixir
- url: java-spark
name: Java/Spark
logo: java-spark
extlinks:
followed_domains:
- "scalingo.com"
- "my.scalingo.com"
- "dashboard.scalingo.com"
- "cli.scalingo.com"
- "blog.scalingo.com"
- "developers.scalingo.com"