[fedora-cookbook] master: adding markdown example (80c08ac)

immanetize at fedoraproject.org immanetize at fedoraproject.org
Fri Mar 21 22:30:26 UTC 2014


Repository : http://git.fedorahosted.org/cgit/docs/fedora-cookbook.git

On branch  : master

>---------------------------------------------------------------

commit 80c08acf45f7fb8a6ec0f8ae580754e09ed92f6a
Author: Pete Travis <immanetize at fedoraproject.org>
Date:   Fri Mar 21 18:30:16 2014 -0400

    adding markdown example


>---------------------------------------------------------------

 en-US/examples/markdown.example |   49 +++++++++++++++++++++++++++++++++++++++
 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"
+



More information about the docs-commits mailing list