Rework guide a whee bit to be more compact.
1
.gitignore
vendored
|
@ -7,3 +7,4 @@
|
|||
.sass-cache
|
||||
.localeapp/key
|
||||
/assets/scripts/config/locales.js
|
||||
.DS_Store
|
||||
|
|
Before Width: | Height: | Size: 101 KiB |
BIN
assets/images/getting-started/build-email.png
Normal file
After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 81 KiB |
BIN
assets/images/getting-started/first-build.png
Normal file
After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 9.5 KiB |
|
@ -10,12 +10,16 @@
|
|||
</p>
|
||||
|
||||
<p>
|
||||
Start by going to your {{#linkTo "profile.index"}}profile{{/linkTo}} and enable one of your projects. We've been
|
||||
synchronizing all repositories you have administrative access to. Pick one and flip the switch next to it:
|
||||
<img src="/images/getting-started/project-switch.png" width="320"/>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<img src="/images/getting-started/project-switch.png" width="550"/>
|
||||
Start by going to your {{#linkTo "profile.index"}}profile{{/linkTo}} and enable one of your projects. We've been
|
||||
synchronizing all repositories you have administrative access to. Pick one and flip the switch next to it.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<img src="/images/getting-started/first-build.png" width="320"/>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
|
@ -24,18 +28,10 @@
|
|||
whee while and reload the page, and your newly setup and built project will show up on the right.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<img src="/images/getting-started/first-build.jpg" width="550"/>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
We'll also send you an email once the build has finished.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<img src="/images/getting-started/build-email.jpg" width="550"/>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
We use sensible defaults for <a href="http://about.travis-ci.org/docs/">most languages</a>, but you can customize
|
||||
both the <a href="http://about.travis-ci.org/docs/user/build-configuration/">build process</a> and the <a
|
||||
|
@ -55,6 +51,10 @@
|
|||
configuration settings</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<img src="/images/getting-started/build-email.png" width="600"/>
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Should you have any questions or issues, have a look at <a href="http://about.travis-ci.org/docs/" location="_top">our
|
||||
documentation</a>, <a href="https://github.com/travis-ci/travis-ci/issues/new" location="_top">open an issue</a> or
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
#getting-started
|
||||
width: 550px
|
||||
width: 650px
|
||||
margin: 0px auto
|
||||
font-family: Arial
|
||||
|
||||
p
|
||||
font-size: 15px
|
||||
|
@ -12,7 +13,7 @@
|
|||
text-decoration: underline
|
||||
|
||||
img
|
||||
border-top: 1px solid #ddd
|
||||
padding-top: 20px
|
||||
padding-bottom: 20px
|
||||
border-bottom: 1px solid #ddd
|
||||
border: 1px solid #ddd
|
||||
padding: 7px
|
||||
float: right
|
||||
margin: 15px
|
||||
|
|
BIN
public/images/getting-started/build-email.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
public/images/getting-started/first-build.png
Normal file
After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 9.5 KiB |