-
Notifications
You must be signed in to change notification settings - Fork 53
/
_config.yml
128 lines (121 loc) · 3.43 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 with Azure SQL or SQL Server
description: >
Get started with Azure SQL DB on the cloud or 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
3: Make your $$ app up to 100x faster
menu:
C#:
logo: csharp.png
pages:
macOS: csharp/macos/server
RHEL: csharp/rhel/server
SLES: csharp/sles/server
Ubuntu: csharp/ubuntu/server
Windows: csharp/win/server
Java:
logo: java.png
pages:
macOS: java/macos/server
RHEL: java/rhel/server
SLES: java/sles/server
Ubuntu: java/ubuntu/server
Windows: java/windows/server
Node.js:
logo: node.png
pages:
macOS: node/macos/server
RHEL: node/rhel/server
SLES: node/sles/server
Ubuntu: node/ubuntu/server
Windows: node/windows/server
PHP:
logo: php.png
pages:
macOS: php/macos/server
RHEL: php/rhel/server
SLES: php/sles/server
Ubuntu: php/ubuntu/server
Windows: php/windows/server
Python:
logo: python.png
pages:
macOS: python/macos/server
RHEL: python/rhel/server
SLES: python/sles/server
Ubuntu: python/ubuntu/server
Windows: python/windows/server
Ruby:
logo: ruby.png
pages:
macOS: ruby/macos/server
RHEL: ruby/rhel/server
Ubuntu: ruby/ubuntu/server
Go:
logo: golang.png
pages:
macOS: go/macos/server
RHEL: go/rhel/server
SLES: go/sles/server
Ubuntu: go/ubuntu/server
Windows: go/windows/server
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