forked from microsoft/sqldev
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
128 lines (121 loc) · 3.17 KB
/
_config.yml
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
# Site settings
# Access it in the templates via {{ site.myvariable }}.
title: Build an app using SQL Server
description: >
Get started with SQL Server on macOS, Linux, and Windows.
url: https://sqlchoice.azurewebsites.net
destination: ../wwwroot/en-us/sql-server/developer-get-started
baseurl: /en-us/sql-server/developer-get-started
disqus:
shortname: sqlchoice
gitter: https://gitter.im/Microsoft/mssql-developers
steps:
1: Set up your environment
2: Create $$ application with SQL server
3: Make your $$ app up to 100x faster
menu:
C#:
logo: csharp.png
pages:
macOS: csharp/macos
RHEL: csharp/rhel
SLES*: csharp/sles
Ubuntu: csharp/ubuntu
Windows: csharp/win
Java:
logo: java.png
pages:
macOS: java/mac
RHEL: java/rhel
SLES: java/sles
Ubuntu: java/ubuntu
Windows: java/windows
Node.js:
logo: node.png
pages:
macOS: node/mac
RHEL: node/rhel
SLES: node/sles
Ubuntu: node/ubuntu
Windows: node/windows
PHP:
logo: php.png
pages:
macOS: php/mac
RHEL: php/rhel
SLES: php/sles
Ubuntu: php/ubuntu
Windows: php/windows
Python:
logo: python.png
pages:
macOS: python/mac
RHEL: python/rhel
SLES: python/sles
Ubuntu: python/ubuntu
Windows: python/windows
Ruby:
logo: ruby.png
pages:
macOS: ruby/mac
RHEL: ruby/rhel
Ubuntu: ruby/ubuntu
Go:
logo: golang.png
pages:
macOS*: go/mac
RHEL*: go/rhel
SLES*: go/sles
Ubuntu*: go/ubuntu
Windows*: go/windows
resources:
sqlserver-csharp:
pre: Check out what's new with
text: SQL Server + C# on Channel 9
link: https://channel9.msdn.com/Events/Connect/2016/151
condition: C#
sqlserver-java:
pre: Check out what's new with
text: SQL Server + Java on Channel 9
link: https://channel9.msdn.com/Events/Connect/2016/152
condition: Java
sqlserver-node:
pre: Check out what's new with
text: SQL Server + Node.js on Channel 9
link: https://channel9.msdn.com/Events/Connect/2016/160
condition: Node.js
sqlserver-php:
pre: Check out what's new with
text: SQL Server + PHP on Channel 9
link: https://channel9.msdn.com/Events/Connect/2016/182
condition: PHP
sqlserver-py:
pre: Check out what's new with
text: SQL Server + Python on Channel 9
link: https://channel9.msdn.com/Events/Connect/2016/189
condition: Python
github:
pre: Browse more SQL Server code samples (In-Memory, Dynamic Data Masking, R, etc.) on our
text: GitHub repository
link: https://github.com/Microsoft/sql-server-samples/tree/master/samples/
linux:
pre: Learn more about
text: SQL Server on Linux
link: https://channel9.msdn.com/Events/Connect/2016/101
connect:
pre: Watch more
text: Connect(); event videos
link: https://channel9.msdn.com/Events/Connect/2016
labs:
pre: Browse our
text: Virtual Labs Gallery
link: https://technet.microsoft.com/en-us/virtuallabs
# Build settings
markdown: kramdown
theme: minima # we are extending it
exclude:
- Gemfile
- Gemfile.lock
- README.md
gems:
- jekyll-redirect-from