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

Commit3a147df

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parentdfdd395 commit3a147df

File tree

14 files changed

+65
-17
lines changed

14 files changed

+65
-17
lines changed

‎Gemfile‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ gem 'yajl-ruby', '~> 0.8.2'
1616
group:developmentdo
1717
gem'adsf'
1818
gem'fssm'
19+
gem'guard-nanoc'
1920
end
2021

2122
group:testdo

‎Gemfile.lock‎

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ GEM
44
adsf (1.2.0)
55
rack (>=1.0.0)
66
builder (3.2.2)
7+
celluloid (0.15.2)
8+
timers (~>1.1.0)
79
coderay (1.1.0)
810
colored (1.2)
911
cri (2.6.1)
@@ -13,28 +15,54 @@ GEM
1315
ffi (>=1.3.0)
1416
eventmachine (1.0.3)
1517
ffi (1.9.3)
18+
formatador (0.2.5)
1619
fssm (0.2.10)
20+
guard (2.6.1)
21+
formatador (>=0.2.4)
22+
listen (~>2.7)
23+
lumberjack (~>1.0)
24+
pry (>=0.9.12)
25+
thor (>=0.18.1)
26+
guard-nanoc (1.0.2)
27+
guard (>=1.8.0)
28+
nanoc (>=3.6.3)
1729
html-proofer (0.6.8)
1830
colored (~>1.2)
1931
mercenary (~>0.3.2)
2032
nokogiri (~>1.6.0)
2133
typhoeus (~>0.6.7)
2234
yell (~>2.0)
2335
kramdown (0.13.8)
36+
listen (2.7.9)
37+
celluloid (>=0.15.2)
38+
rb-fsevent (>=0.9.3)
39+
rb-inotify (>=0.9)
40+
lumberjack (1.0.9)
2441
mercenary (0.3.3)
42+
method_source (0.8.2)
2543
mime-types (1.25.1)
2644
mini_portile (0.6.0)
2745
nanoc (3.7.0)
2846
cri (~>2.3)
2947
nokogiri (1.6.2.1)
3048
mini_portile (=0.6.0)
49+
pry (0.10.0)
50+
coderay (~>1.1.0)
51+
method_source (~>0.8.1)
52+
slop (~>3.4)
3153
rack (1.5.2)
3254
rake (0.9.6)
55+
rb-fsevent (0.9.4)
56+
rb-inotify (0.9.5)
57+
ffi (>=0.5.0)
3358
rouge (1.4.0)
59+
slop (3.6.0)
3460
thin (1.6.2)
3561
daemons (>=1.0.9)
3662
eventmachine (>=1.0.0)
3763
rack (>=1.0.0)
64+
thor (0.19.1)
65+
timers (1.1.0)
3866
typhoeus (0.6.8)
3967
ethon (>=0.7.0)
4068
yajl-ruby (0.8.3)
@@ -48,6 +76,7 @@ DEPENDENCIES
4876
builder
4977
coderay
5078
fssm
79+
guard-nanoc
5180
html-proofer (~>0.6.1)
5281
kramdown (~>0.13.2)
5382
mime-types (~>1.16)

‎Guardfile‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# A sample Guardfile
2+
# More info at https://github.com/guard/guard#readme
3+
4+
guard'nanoc'do
5+
watch('nanoc.yaml')# Change this to config.yaml if you use the old config file name
6+
watch('Rules')
7+
watch(%r{^(content|layouts|lib|static)/.*$})
8+
end

‎Rules‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ compile '/v3/*' do
3030
filter:search
3131
filter:erb
3232
filter:kramdown,:toc_levels=>[2]
33+
filter:tip_filter
3334
filter:colorize_syntax,
3435
:colorizers=>{:javascript=>:rouge}
3536
layoutitem[:layout] ||'api'
@@ -48,13 +49,15 @@ end
4849

4950
compile'/guides/*'do
5051
filter:kramdown,:toc_levels=>[2]
52+
filter:tip_filter
5153
filter:erb
5254
filter:colorize_syntax,:default_colorizer=>:rouge
5355
layoutitem[:layout] ||'guides'
5456
end
5557

5658
compile'/webhooks/*'do
5759
filter:kramdown,:toc_levels=>[2]
60+
filter:tip_filter
5861
filter:erb
5962
filter:colorize_syntax,:default_colorizer=>:rouge
6063
layoutitem[:layout] ||'webhooks'

‎content/guides/building-a-ci-server.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ At GitHub, we:
153153
* If the code is green, we merge the pull request
154154

155155
All of this communication is funneled back to our chat rooms. You don't need to
156-
build your own CIor deploymentsetup to use this example.
156+
build your own CI setup to use this example.
157157
You can always rely on[third-party services][integrations].
158158

159159
[deploy API]:/v3/repos/deployments/

‎content/guides/delivering-deployments.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ server we've built above. At GitHub, we:
170170
* Heaven takes the merged code, and deploys it to our production and staging servers
171171
* In the meantime, Heaven also notifies everyone about the build, via[Hubot][hubot] sitting in our chat rooms
172172

173-
That's it! You don't need to build your ownCI ordeployment setup to use this example.
173+
That's it! You don't need to build your own deployment setup to use this example.
174174
You can always rely on[third-party services][integrations].
175175

176176
[deploy API]:/v3/repos/deployments/

‎content/webhooks/configuring/index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title:ConfiguringYour Server | GitHub API
2+
title:Configuringyour server | GitHub API
33
layout:webhooks
44
---
55

‎content/webhooks/creating/index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title:CreatingWebhooks | GitHub API
2+
title:Creatingwebhooks | GitHub API
33
layout:webhooks
44
---
55

‎content/webhooks/securing/index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title:SecuringYour Webhooks | GitHub API
2+
title:Securingyour webhooks | GitHub API
33
layout:webhooks
44
---
55

‎content/webhooks/testing/index.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title:TestingWebhooks | GitHub API
2+
title:Testingwebhooks | GitHub API
33
layout:webhooks
44
---
55

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp