This repository holds the sources for the technical CFEngine documentation in markdown files. If you have a texteditor, know how to write markdown and English and would like to contribute to the CFEngine documentation, then we'd like to invite you to collaborate here!
If you would like to notify us about incorrect documentation, but don't have the time or the knowledge to make a correction directly here, then you can report the issue in the regular CFEngine bug tracker. Use the "Documentation" category when you create bugs. And of course you can search the bug tracker for known issues with the documentation, and maybe help the community of CFEngine users by correcting some of those here!
The CFEngine documentation is written in regular markdown, with some extensions as documented below. Check out the cheatsheet!
To keep the source readable in git and workable with a broad range of tools, keep the line length in paragraphs below 78 characters.
If you don't know git, then you can still contribute to the documentation using the GitHub interface as long as you have a GitHub account. Fork this repository (called the upstream) using the GitHub web interface, make changes in your fork and create pull requests so that your changes can be merged into the upstream repository.
It is in general advisable to make small commit that are submitted through pull requests frequently. Otherwise any structural changes to documentation content can cause merge conflicts that are hard to resolve.
Pages are organized hierarchically in category/subcategory relationships.
Those are defined by the categories
META data (in YAML) in the markdown
file:
categories: [Path, Of, Categories, Page]
This creates the navigation structure on the left hand side of the published documentation. The HTML files are all created into the same directory, so the alias META has to specify a unique filename.
alias: path-of-categories-page.html
To make it easier to locate files in the repository, the markdown sources are organized in a directory structure that corresponds with the categorization, for example:
documentation/path/of/categories/page.markdown
Filenames are lower-case. Markdown-files in each subdirectory can be created as well with content providing an overview for that category.
Additional META tags you should set are:
layout: default
Leave this as default.
title: "The Title"
The title of the page. Quoting is only necessary if the title contains YAML keywords (like "on").
published: true|false
Pages that set this tag to false
will not be published.
tags: [list, of, tags with space, all lowercase]
Keywords for this page, which will be displayed on top of the page, and used when generating the tag-pages.
reviewed: yyyy-mm-dd
reviewed-by: github-user
Keeping track of when a documentation page has last been reviewed.
sorting: number
Sort order within the parent category. Tip: make jumps in 10's so that pages can be inserted later.
META tag values will be interpreted literally, and cannot contain :
, [
and
]
.
Image files are in the same directory as the markdown files that embed them. Give files unique names to avoid overwrites in the generated website.
See Style Guide - Charts and graphs for style requirements for images.
To link to pages within the documentation, use the syntax:
[Link text][Page Title]
To link to a section within the target page, use:
[Link text][Page Title#Section in Page]
This also applies to links to sections within the current page. For standard URLs and locations to link to, see the mapping.
The documentation generator automatically creates links for words in code markers if that word exists as a page or section title.
**See also:** `attribute_name`, `function()`
This will automatically link to the section or page with title attribute_name. To make explicit links from code words, use
`code`markers in the link text.
**See also:** [`attribute_name`][page#attributename]
When the word is a function, mark it as such using ()
:
**See also:** [`classify()`][classify]
The documentation generator will pre-process the markdown content before passing it to Jekyll for the rendering. The pre-processor understands and replaces the macros. Macros all have the form
[%CFEngine_MACRO(parameters)%]
and need to be used as a separate line, as the entire line will be replaced by the pre-processor.
[%CFEngine_include_example(filename)%]
Injects the code from filename
as a CFEngine code block. Comments
are ignored, unless they start with #@
, in which case they interrupt
the code block and are rendered as markdown.
The generator searches for filename
in the core/examples
subdirectory of WKRDIR.
[%CFEngine_include_snippet(filename, begin_rx, end_rx [optional])%]
Searches filename
for the first line that matches the regular
expression begin_rx
, and injects all lines from there until the
first line that matches end_rx
. If end_rx
is omitted, all lines
until the end of the file will be injected.
The injected lines will be in a CFEngine code block. If the line that matches the regular expression is a comment, then it is excluded from the quote, otherwise it is included.
[%CFEngine_library_include(filename)%]
Parsers the JSON version of the CFEngine policy in filename
and generates
documentation from it.
The generator searches for the library in the _json
subdirectory of
the documentation generator, and needs to be provided without file
extension.
The generates documentation parses comments between bundle/body
prototype declaration and the opening {
as doxygen syntax, supporting
the following tags:
@brief text
Generates the Description section.
@param attr text
Includes text
in the documentation for attribute attr
within the
Arguments section.
@return text
Generates the Return value statement.
The content in text
is then rendered as standard markdown, and can span
multiple lines and paragraphs.
The following macros require the syntax map to be generated via
via cf-promises -s
into a file _json/syntax_map.json
within the
_json
subdirectory of the documentation generator.
[%CFEngine_function_prototype(arg1, arg2, ...)%]
Renders the prototype of the function that has the same name as the
title of the current page. Parameters arg1
etc are used for the names
of the parameters:
**Prototype:** `title(arg1, arg2, ...)`
**Return type:** `type`
Use this before a **Description:**
section in which the behavior of the
function as well as the individual parameters are then explained.
[%CFEngine_function_attributes(arg1, arg2, ...)%]
Renders a list of attributes for the function that has the same name as the
title of the current page. arg1
etc are used for the parameter names:
**Arguments:**
* `arg1`: `type1`, in the range: `regex`
* `arg2`: `type2`, one of
* `option1`
* `option2`
Links to known keywords are generated automatically.
Document the individual parameters either directly in the **Description:**
section, or as a block after using this macro. You cannot use the macro if
individual options of option-type parameters need detailed explanation.
[%CFEngine_promise_attribute(default)%]
Renders the syntax description of the current promise attribute. The current markdown needs to comply with the following:
The current page title is assumed to be the promise type. The current level-3 header is assumed to be the attribute name, or - if the current promise attribute is a body type - the name of the body. In a body type, the current level 4 header is interpreted to be the body attribute.
Example:
---
title: promise_type
---
## Attributes
### attribute1
[%CFEngine_promise_attribute(default)%]
This will document "attribute1" of "promise_type"
### body
#### attribute1
[%CFEngine_promise_attribute(default)%]
This will document "attribute1" of "body"
The generated markdown is:
**Type:** `type`
**Allowed input range:** `range`
* `option1`
* `option2`
If a default
parameter is provided, then a **Default value:**
statement
is created.
[%CFEngine_function_table()%]
Renders a table of built-in functions, grouped by function category.
[%CFEngine_syntax_map(subtree)%]
Renders a nested tree of CFEngine words, starting at subtree
.
Make sure you follow this style guide to make using CFEngine and the documentation a consistent and pleasant experience.
- use subheadings to structure content
- keep paragraphs short
- support scanning of pages
CFEngine documentation follows the American spelling.
Oxford comma
In punctuation, a serial comma (also called Oxford comma) needs to be placed immediately before the conjunction (often “and” or “or”) in a series of three or more terms.
Example:
I would like crackers, cheese, and garlic.
The comma as a separator between compound sentences
Use commata to separate independent clauses when they are joined by any of these seven coordinating conjunctions: and, but, for, or, nor, so, yet.
However, the comma can be dropped in the following cases:
- if both independent clauses are quite short, especially if the two clauses are very closely related, and even more so if the subject of both clauses is the same, or
- if only the first clause is quite short, especially if the two clauses are very closely related, and even more so if the subject of both clauses is the same.
Periods and spaces
The period ending a sentence should be followed by 1 space.
As a general note, avoiding abbreviations provides better readability.
Latin expressions commonly used in English
- i.e. (that is)
- e.g. (for example)
- cf. (compare)
- etc. (and so forth)
- vs.(versus)
- et al. (and others)
- use clear shapes
- avoid shadows
- stick to black, white, and grey
- avoid background fill colors on large items
- follow the Policy Style Guide in examples and code snippets
- always run it through Pygments plus the appropriate lexer (only cf3 supported for now)
- avoid custom color schemes and hand-coded HTML
- document the example after the example code
The structure of the technical documentation about CFEngine attributes, functions etc is as follows:
No header necessary - there is one function per page, and the page's title is the name of the function.
**Prototype:** `function(named, parameters)`
**Description:** Returns something based on `named` and `parameters`.
The first line of the description is a single line of text, summarizing
what the function does and references the most important parameters by
name.
Longer explanation on what it does and why it is useful then afterwards.
Over multiple paragraphs if necessary.
**Return type:** `datatype`
**Arguments:**
* `named`: valid input
First argument does this.
* `parameters`: valid input
This argument does that.
**Example:**
```cf3
Some code with
cf3 markers
for syntax highlighting
```
If the example requires explanation, do it here. Consider using
CFEngine comments within the code directly to explain.
**Notes:**
Additional information, spanning as many paragraphs as necessary, but mind
the style guide.
**See also:** [`related_function()`][related_function]
Promise attributes are documented within the respective promise types's reference page. Level-3 headers are used to start a new attribute:
### Promise Attribute
**Description:** One line summary.
Longer explanation on what it does and why it is useful,
over multiple paragraphs if necessary.
Specifics about "input range" in the notes.
**Type:** `datatype`, (menu option) or `body promise_attribute`
If the promise attribute has a body type, then skip the rest, and see next section.
**Allowed input range:** `value range` or
```cf3
List
of
menu
options
```
In case of menu option types, make sure you explain what each value does.
**Default value:** `value` (if applicable)
**Example:**
```f3
Some code with
cf3 markers
for syntax highlighting
```
If the example requires explanation, do it here. Consider using
CFEngine comments within the code directly to explain.
**Notes:**
Additional information, spanning as many paragraphs as necessary, but mind
the style guide.
**See also:** [`attribute`][thispage#attribute]
For promise attributes with a body type, you can start with an example of that body type, with the most relevant attributes set to self-explanatory values.
```cf3
body promise_attribute example
{
attribute1 => "value1";
attribute2 => "value2";
}
```
Start explaining each attribute in the body then using level4-headings:
#### attribute1
**Description:**
**Type:** `datatype`
**Allowed input range:**
**Default value:**
**Example:**
**Notes:**
**See also:**
The sections follow the style for promise attributes, see above. Examples should be a code snippet at this point, no need for a complete piece of runnable code.
Special Variables are documented within the page of their context.
### context.variable
Explanation.
**See also:** [other variable][context#variable]
Jekyll is used to generate the HTML pages. The toolchain is available at https://github.com/cfengine/documentation-generator. After you compile pages, Jekyll will place all files into the _site folder, without subdirectories.
Commits in this repository trigger the documentation generator to run, which then updates the contents of http://cfengine.com/docs/
See the LICENSE file.