Skip to content

Commit

Permalink
Déplacemet d'une slide
Browse files Browse the repository at this point in the history
  • Loading branch information
jubianchi committed Jan 23, 2015
1 parent f6c1c0e commit 1b4fbc3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ module.exports = function(grunt) {
connect: {
server: {
options: {
hostname: '0.0.0.0',
port: port,
base: '.'
}
Expand Down
28 changes: 14 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ <h2>Recette (recipe)</h2>

<section>
<h2>Recette (recipe)</h2>
<p>Une recette contient une ou plusieurs resources</p>
<p>Une recette contient une ou plusieurs ressources</p>

<pre class="ruby"><code data-trim># recipes/packages.rb

Expand Down Expand Up @@ -250,6 +250,19 @@ <h2>Cookbook</h2>
└── default/</code></pre>
</section>

<section>
<h2>Et c'est pas fini !</h2>

<ul>
<li>Databags</li>
<li>Providers</li>
<li>Portabilité (<code>value_for_platform</code>, ohai)</li>
<li>Notifications (<code>notifies</code>) et Abonnements (<code>subscribes</code>)</li>
<li>Gardes (<code>only_if</code>, <code>not_if</code>)</li>
<li>Surcharges d'attributs</li>
</ul>
</section>

<section>
<h2>Configuration</h2>
<p>Un peu de JSON</p>
Expand Down Expand Up @@ -403,19 +416,6 @@ <h2>Orchestration</h2>
</code></pre>
</section>

<section>
<h2>Et c'est pas fini !</h2>

<ul>
<li>Databags</li>
<li>Providers</li>
<li>Portabilité (<code>value_for_platform</code>, ohai)</li>
<li>Notifications (<code>notifies</code>) et Abonnements (<code>subscribes</code>)</li>
<li>Gardes (<code>only_if</code>, <code>not_if</code>)</li>
<li>Surcharges d'attributs</li>
</ul>
</section>

<section>
<h2>L'écosystème</h2>

Expand Down
2 changes: 1 addition & 1 deletion js/reveal.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1b4fbc3

Please sign in to comment.