2019-08-05 17:36:50 +03:00
|
|
|
repository: azure/azure-sdk
|
|
|
|
|
|
|
|
# feed.xml
|
|
|
|
title: Azure SDKs
|
|
|
|
description: "The design guidelines and policies under which the Azure SDKs are designed and built."
|
|
|
|
topnav_title: Azure SDKs
|
|
|
|
site_title: Azure SDKs
|
|
|
|
company_name: Microsoft Azure
|
|
|
|
|
|
|
|
# github_editme_path: azure/azure-sdk/blob/gh-pages/
|
|
|
|
# disqus_shortname: azure-sdk
|
2020-05-11 20:54:26 +03:00
|
|
|
# google_analytics: <google-analytics-appid>
|
|
|
|
app_insights: 5e03f19a-f5b4-4620-97d5-35707cec7fcb
|
2019-08-05 17:36:50 +03:00
|
|
|
|
|
|
|
# The preview server settings
|
|
|
|
host: 127.0.0.1
|
|
|
|
port: 4000
|
|
|
|
output: web
|
|
|
|
|
2020-04-17 22:29:06 +03:00
|
|
|
plugins:
|
2019-08-05 17:36:50 +03:00
|
|
|
- jekyll-github-metadata
|
|
|
|
- jekyll-paginate
|
|
|
|
- jekyll-sitemap
|
|
|
|
- jekyll-gist
|
|
|
|
- jekyll-seo-tag
|
2019-09-24 19:53:44 +03:00
|
|
|
- jekyll-relative-links
|
2019-08-05 17:36:50 +03:00
|
|
|
- jemoji
|
|
|
|
|
|
|
|
# Files and directories that Jekyll will exclude from the build
|
|
|
|
exclude:
|
|
|
|
- .idea/
|
|
|
|
- .gitignore
|
2019-11-14 23:33:59 +03:00
|
|
|
- eng
|
2019-08-05 17:36:50 +03:00
|
|
|
- vendor
|
2019-12-07 02:29:22 +03:00
|
|
|
- docs/policies/README*
|
2019-08-05 17:36:50 +03:00
|
|
|
|
|
|
|
feedback_subject_line: Azure SDK Design Guidelines Feedback
|
|
|
|
feedback_email: adparch@microsoft.com
|
|
|
|
feedback_disable: true
|
|
|
|
|
|
|
|
# Social Profiles
|
|
|
|
twitter:
|
|
|
|
username: azuresdk
|
|
|
|
card: summary
|
|
|
|
|
|
|
|
social:
|
|
|
|
name: Azure SDKs
|
|
|
|
links:
|
|
|
|
- https://twitter.com/AzureSDK
|
|
|
|
- https://github.com/azure/azure-sdk
|
|
|
|
|
|
|
|
# Various plugin settings
|
|
|
|
highlighter: rouge
|
|
|
|
markdown: kramdown
|
|
|
|
kramdown:
|
|
|
|
input: GFM
|
|
|
|
auto_ids: true
|
|
|
|
hard_wrap: false
|
|
|
|
syntax_highlighter: rouge
|
|
|
|
|
|
|
|
paginate: 10
|
|
|
|
paginate_path: /page:num/
|
|
|
|
timezone: "US/Pacific"
|
|
|
|
|
2020-01-10 01:57:23 +03:00
|
|
|
relative_links:
|
|
|
|
enabled: true
|
2020-04-17 22:29:06 +03:00
|
|
|
collections: true
|
|
|
|
|
2019-08-05 17:36:50 +03:00
|
|
|
defaults:
|
|
|
|
-
|
|
|
|
scope:
|
|
|
|
path: ""
|
|
|
|
type: "pages"
|
|
|
|
values:
|
|
|
|
layout: "page"
|
|
|
|
comments: false
|
|
|
|
search: true
|
|
|
|
sidebar: home_sidebar
|
|
|
|
topnav: topnav
|
|
|
|
-
|
|
|
|
scope:
|
|
|
|
path: ""
|
|
|
|
type: "posts"
|
|
|
|
values:
|
|
|
|
layout: "post"
|
|
|
|
comments: false
|
|
|
|
search: true
|
|
|
|
sidebar: home_sidebar
|
|
|
|
topnav: topnav
|
2019-08-07 18:17:07 +03:00
|
|
|
permalink: /posts/:year-:month-:day/:title:output_ext
|
2019-08-05 17:36:50 +03:00
|
|
|
|
|
|
|
sidebars:
|
|
|
|
- home_sidebar
|
|
|
|
|
|
|
|
github: [metadata]
|