|
1 | 1 | ---
|
2 |
| -layout: default |
| 2 | +layout: index |
3 | 3 | title: Home
|
4 | 4 | published: true
|
5 | 5 | sorting: 1
|
| 6 | +categories: ["index"] |
| 7 | +alias: index.html |
6 | 8 | ---
|
7 |
| - |
8 |
| -Welcome! This is the revamp of documentation for CFEngine {{site.cfengine.core_branch}}. Version 0 (nothing was changed yet). |
9 |
| - |
10 |
| -*Parts of the documentation:* |
11 |
| - |
12 |
| -## [What's new in latest release?][Latest Release] |
13 |
| -includes what is new, supported platforms, how to upgrade |
14 |
| - |
15 |
| -## [Tutorial][Guide] |
16 |
| -learn how to install, write policy and get automation going |
17 |
| - |
18 |
| -## [Language Reference][CFEngine Reference] |
19 |
| -describes syntax and language elements |
20 |
| - |
21 |
| -## [Examples][Examples and Tutorials] |
22 |
| -a set of examples, including “hello world” |
23 |
| - |
24 |
| -## [Enterprise version][CFEngine Enterprise] |
25 |
| -documentation related to the commercial version |
26 |
| - |
27 |
| -## [Library Reference][All Promise and Body Types] |
28 |
| -overview of all promises and attributes |
29 |
| - |
30 |
| -## [FAQs][FAQ] |
31 |
| -frequently asked questions (and answers :) |
32 |
| - |
33 |
| -*Shortcuts:* |
34 |
| - |
35 |
| -## [Components][Components] |
36 |
| -Cf-agent, cf-serverd, cf-execd, cf-promises, etc. |
37 |
| - |
38 |
| -## [Language concepts][Language Concepts] |
39 |
| -Bundles, Bodies, Promises, Classes and Decisions, Variables, etc. |
40 |
| - |
41 |
| -## [Promise types (aka resources to be managed)][Promise Types] |
42 |
| -processes, packages, users, files, storage, services, etc |
43 |
| - |
44 |
| -## [Masterfiles framework][Masterfiles Policy Framework] |
45 |
| -how to manage and tweak CFEngine itself |
46 |
| - |
47 |
| -## [Decision making in CFEngine][Classes and Decisions] |
48 |
| -hard classes, soft classes, |
49 |
| - |
50 |
| -## [Functions][Functions] |
51 |
| -complete lists of all functions |
| 9 | +<div class="home"> |
| 10 | + <div class="home-top"> |
| 11 | + <h1>Welcome to CFEngine Documentation</h1> |
| 12 | + <div> |
| 13 | + This site contains information on how to manage and automate the infrastructure with CFEngine. |
| 14 | + It includes the reference for the following version of CFEngine: |
| 15 | + </div> |
| 16 | + <ul class="home-top_versions"> |
| 17 | + <li>CFEngine {{site.cfengine.core_branch}}</li> |
| 18 | + </ul> |
| 19 | + </div> |
| 20 | + <div class="home-links"> |
| 21 | + <ul> |
| 22 | + <li>Getting started</li> |
| 23 | + <li> |
| 24 | + <a href="/docs/{{site.cfengine.branch}}/guide-installation-and-configuration-pre-installation-checklist.html">Pre-installation Checklist</a> |
| 25 | + <div>Download package and check the system requirements for installation.</div> |
| 26 | + </li> |
| 27 | + <li> |
| 28 | + <a href="/docs/{{site.cfengine.branch}}/guide-installation-and-configuration-general-installation.html">General Installation</a> |
| 29 | + <div>The Steps to bring up a CFEngine installation within an organization.</div> |
| 30 | + </li> |
| 31 | + <li> |
| 32 | + <a href="/docs/{{site.cfengine.branch}}/guide-writing-and-serving-policy.html">Writing and serving policy</a> |
| 33 | + <div>Create promises which defines how some part of an overall system should behave.</div> |
| 34 | + </li> |
| 35 | + <li> |
| 36 | + <a href="/docs/{{site.cfengine.branch}}/guide-reporting.html">Reporting</a> |
| 37 | + <div>Configure different reports for various stakeholders within organization.</div> |
| 38 | + </li> |
| 39 | + <li> |
| 40 | + <a href="/docs/{{site.cfengine.branch}}/guide-introduction-directory-structure.html">CFEngine Directory Structure</a> |
| 41 | + <div>Understand the directory structure and some of the files and functions associated with each subdirectory.</div> |
| 42 | + </li> |
| 43 | + <li> |
| 44 | + <a href="/docs/{{site.cfengine.branch}}/guide-introduction-networking.html">Client Server Communication</a> |
| 45 | + <div>Sets up a line of communication between hosts.</div> |
| 46 | + </li> |
| 47 | + </ul> |
| 48 | + <ul> |
| 49 | + <li>Popular</li> |
| 50 | + <li> |
| 51 | + <a href="/docs/{{site.cfengine.branch}}/reference-promise-types.html">Promise type</a> |
| 52 | + <div>Learn about processes, packages, users, files, storage, services, etc.</div> |
| 53 | + </li> |
| 54 | + <li> |
| 55 | + <a href="/docs/{{site.cfengine.branch}}/reference-enterprise-api-ref.html">API reference</a> |
| 56 | + <div>The API is a conventional REST API which supports one or more GET, PUT, POST, or DELETE operations.</div> |
| 57 | + </li> |
| 58 | + <li> |
| 59 | + <a href="/docs/{{site.cfengine.branch}}/reference-language-concepts.html">Language concepts</a> |
| 60 | + <div>Learn Bundles, Bodies, Promises, Classes and Decisions, Variables, etc.</div> |
| 61 | + </li> |
| 62 | + <li> |
| 63 | + <a href="/docs/{{site.cfengine.branch}}/examples-tutorials-manage-packages.html">Manage packages</a> |
| 64 | + <div>Learn how to install, manage and remove packages using CFEngine.</div> |
| 65 | + </li> |
| 66 | + <li class="cfe-build"> |
| 67 | + <span><b>CFEngine Build</b></span> |
| 68 | + <div> |
| 69 | + CFEngine Build is a catalogue of policy and modules created by CFEngine, our partner and community that |
| 70 | + helps you to simplify the automation process. |
| 71 | + </div> |
| 72 | + <a target="_blank" class="btn btn-transparent" href="https://build.cfengine.com">Go to the page <img src="/media/images/arrow-right.svg" /></a> |
| 73 | + </li> |
| 74 | + </ul> |
| 75 | + </div> |
| 76 | +</div> |
0 commit comments