summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPete Travis <immanetize@fedoraproject.org>2014-03-21 18:30:16 -0400
committerPete Travis <immanetize@fedoraproject.org>2014-03-21 18:30:16 -0400
commit80c08acf45f7fb8a6ec0f8ae580754e09ed92f6a (patch)
tree6f676e92b7bd57d5f3618f4395c66134fb7fb270
parent45a7c25a8167dc8de60802113e31b2fe4743ca8c (diff)
downloadfedora-cookbook-80c08acf45f7fb8a6ec0f8ae580754e09ed92f6a.tar.gz
fedora-cookbook-80c08acf45f7fb8a6ec0f8ae580754e09ed92f6a.tar.xz
fedora-cookbook-80c08acf45f7fb8a6ec0f8ae580754e09ed92f6a.zip
adding markdown example
-rw-r--r--en-US/examples/markdown.example49
1 files changed, 49 insertions, 0 deletions
diff --git a/en-US/examples/markdown.example b/en-US/examples/markdown.example
new file mode 100644
index 0000000..d7cfdaa
--- /dev/null
+++ b/en-US/examples/markdown.example
@@ -0,0 +1,49 @@
+<!-- Do not edit above this line -->
+<!--
+Please provide some information so we can give you credit:
+name: YOUR_NAME
+fas_id: YOUR_FEDORA_ACCT ( to verify you have signed the CLA )
+email: YOUR_EMAIL ( so the docs team can talk to you, not for publication )
+-->
+
+Name Of Article
+==================
+
+Replace this text with an introduction to your tutorial.
+
+Required Ingredients
+--------------------------
+
+<!-- list packages, services, other recipes etc that are required -->
+* Required package group
+<!--
+An ingredient can be another recipe. Cite the name of the recipe so we can add a link when converting.
+-->
+* Required services
+* Required tools and services
+
+Directions
+---------------
+
+### Creating a NAME_OF_ARTICLE
+
+1. Install required packages:
+
+> yum install PACKAGE_LIST
+
+2. Activate required services:
+
+> systemctl start SERVICE_NAME
+> systemctl enable SERVICE_NAME
+
+3. Edit some configuration file
+
+You might want to explain further about that change, in another package.
+
+4. You're getting the idea about the steps by now. Continue describing the process.
+
+References:
+
+* [Upstream documentation](http://example.com) "Upstream Documentation"
+* [Your Blog](http://example.com/myblog/posts/todays_date) "Your blog"
+