Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd47d0b3

Browse files
committed
Update the filtering so tips work
1 parent32e1a67 commitd47d0b3

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

‎Rules

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@ compile '/feed/' do
2626
filter:kramdown,:toc_levels=>[2]
2727
end
2828

29+
compile'/integrations-directory/*'do
30+
filter:erb
31+
filter:kramdown,:toc_levels=>[2]
32+
filter:tip_filter
33+
filter:colorize_syntax,
34+
:colorizers=>{:javascript=>:rouge}
35+
layoutitem[:layout] ||'integrations-directory'
36+
end
37+
2938
compile'/v3/*'do
3039
filter:search
3140
filter:erb

‎content/integrations-directory/getting-listed.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title:Getting listed in the Integrations Directory | GitHub API
3-
layout:integrations-directory
43
---
54

65
#Getting your integration listed
@@ -63,7 +62,9 @@ We offer two types of listings: OAuth installation listings and "learn more" lis
6362
###OAuth installation listing
6463

6564
{{#tip}}
65+
6666
This is our preferred type of listing wherever possible.
67+
6768
{{/tip}}
6869

6970
The OAuth installation listings are used so customers can immediately install your integration directly

‎content/integrations-directory/marketing-guidelines.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title:Integrations Directory marketing guidelines | GitHub API
3-
layout:integrations-directory
43
---
54

65
#Marketing guidelines
@@ -25,6 +24,7 @@ Write a single paragraph that describes your integration clearly and speaks dire
2524
Keep this section short and sweet.
2625

2726
**Example**
27+
2828
>Sample CI helps you deploy your code with confidence by continuously running your test suite. Avoid bugs and avert deployment disasters by catching bugs before they reach your users. Sample CI can update the build status on your pull requests as they progress and can deploy successful builds to production automatically.
2929
3030
##Images
@@ -50,6 +50,7 @@ List some features to give people a better sense of what your integration offers
5050
- Does your feature require any setup?
5151

5252
**Example**
53+
5354
>**Deploy anywhere, with confidence**
5455
5556
>Deploying to production after a successful build is as easy as setting up a bit of configuration, and we’ll deploy your code to Heroku, Engine Yard Cloud, Nodejitsu, cloudControl, OpenShift, CloudFoundry, AppFog, and Amazon OpsWorks.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp